Changeset 97231 in vbox for trunk/include/iprt
- Timestamp:
- Oct 19, 2022 9:12:57 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r96977 r97231 231 231 /** Read as 1 bits. */ 232 232 #define X86_EFL_RA1_MASK RT_BIT_32(1) 233 /** Read as 0 bits, excluding bits 31:22. 234 * Bits 3, 5, 15, and 22 thru 31. */ 235 #define X86_EFL_RAZ_MASK UINT32_C(0xffc08028) 236 /** Read as 0 bits, excluding bits 31:22. 237 * Bits 3, 5 and 15. */ 238 #define X86_EFL_RAZ_LO_MASK UINT32_C(0x00008028) 233 239 /** IOPL shift. */ 234 240 #define X86_EFL_IOPL_SHIFT 12
Note:
See TracChangeset
for help on using the changeset viewer.