Changeset 42337 in vbox for trunk/include
- Timestamp:
- Jul 24, 2012 7:50:38 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79413
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpumctx.h
r42165 r42337 77 77 #define CPUMSELREG_FLAGS_VALID UINT16_C(0x0001) 78 78 #define CPUMSELREG_FLAGS_STALE UINT16_C(0x0002) 79 #define CPUMSELREG_FLAGS_VALID_MASK UINT16_C(0x0003) 79 80 /** @} */ 80 81 … … 398 399 # define CPUMCTX2CORE(pCtx) ((PCPUMCTXCORE)(void *)&(pCtx)->rax) 399 400 400 #endif /* VBOX_FOR_DTRACE_LIB */ 401 /** 402 * Gets the first selector register of a CPUMCTX. 403 * 404 * Use this with X86_SREG_COUNT to loop thru the selector registers. 405 */ 406 # define CPUMCTX_FIRST_SREG(a_pCtx) (&(a_pCtx)->es) 407 408 #endif /* !VBOX_FOR_DTRACE_LIB */ 401 409 402 410 /** -
trunk/include/iprt/x86.h
r42157 r42337 3141 3141 #define X86_SREG_GS 5 3142 3142 /** @} */ 3143 /** Segment register count. */ 3144 #define X86_SREG_COUNT 6 3143 3145 3144 3146
Note:
See TracChangeset
for help on using the changeset viewer.