VirtualBox

Changeset 47660 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 12, 2013 12:37:34 AM (11 years ago)
Author:
vboxsync
Message:

VMM: Debug register handling redo. (only partly tested on AMD-V so far.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/x86.h

    r47547 r47660  
    786786/** Bit 9 - GE - Local breakpoint exact. (Not supported (read ignored) by P6 and later.) */
    787787#define X86_DR7_GE                          RT_BIT(9)
     788
     789/** L0, L1, L2, and L3.  */
     790#define X86_DR7_LE_ALL                      UINT64_C(0x0000000000000055)
     791/** L0, L1, L2, and L3.  */
     792#define X86_DR7_GE_ALL                      UINT64_C(0x00000000000000aa)
    788793
    789794/** Bit 13 - GD - General detect enable. Enables emulators to get exceptions when
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette