Searched defs:CPUMSELREG_FLAGS_VALID (Results 1 - 1 of 1) sorted by relevance

/vbox/include/VBox/vmm/
H A Dcpumctx.h54 * that CPUMSELREG_FLAGS_VALID is set. */
77 #define CPUMSELREG_FLAGS_VALID UINT16_C(0x0001) macro
85 ( ((a_pSelReg)->fFlags & CPUMSELREG_FLAGS_VALID) \
97 ( ((a_pSelReg)->fFlags & CPUMSELREG_FLAGS_VALID) \

Completed in 33 milliseconds