VirtualBox

Changeset 47667 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 12, 2013 10:39:45 AM (11 years ago)
Author:
vboxsync
Message:

x86.h: A couple of DR7 macros.

File:
1 edited

Legend:

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

    r47660 r47667  
    901901/** Mask used to check if any breakpoints are enabled. */
    902902#define X86_DR7_ENABLED_MASK                UINT32_C(0x000000ff)
     903
     904/** LEN0, LEN1, LEN2, and LEN3. */
     905#define X86_DR7_LEN_ALL_MASKS               UINT32_C(0xcccc0000)
     906/** R/W0, R/W1, R/W2, R/W3,LEN0, LEN1, LEN2, and LEN3. */
     907#define X86_DR7_RW_LEN_ALL_MASKS            UINT32_C(0xffff0000)
    903908
    904909/** Value of DR7 after powerup/reset. */
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