Searched refs:VMX_IGS_DS_ATTR_DPL_RPL_UNEQUAL (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/vmm/
H A Dhm_vmx.h248 #define VMX_IGS_DS_ATTR_DPL_RPL_UNEQUAL 32 macro
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp9688 || pCtx->ds.Attr.n.u2Dpl >= (pCtx->ds.Sel & X86_SEL_RPL), VMX_IGS_DS_ATTR_DPL_RPL_UNEQUAL);
9704 || pCtx->es.Attr.n.u2Dpl >= (pCtx->es.Sel & X86_SEL_RPL), VMX_IGS_DS_ATTR_DPL_RPL_UNEQUAL);

Completed in 113 milliseconds