VirtualBox

Changeset 47547 in vbox


Ignore:
Timestamp:
Aug 6, 2013 3:58:02 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87745
Message:

x86.h: Added X86_EFL_LIVE_MASK and X86_EFL_RA1_MASK.

File:
1 edited

Legend:

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

    r47432 r47547  
    196196/** Bit 21 - ID - CPUID flag - System flag. If this responds to flipping CPUID is supported. */
    197197#define X86_EFL_ID          RT_BIT(21)
     198/** All live bits. */
     199#define X86_EFL_LIVE_MASK   UINT32_C(0x003f7fd5)
     200/** Read as 1 bits. */
     201#define X86_EFL_RA1_MASK    RT_BIT_32(1)
    198202/** IOPL shift. */
    199203#define X86_EFL_IOPL_SHIFT  12
Note: See TracChangeset for help on using the changeset viewer.

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