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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp2926 RTSEL uSelDS = ASMGetDS(); local
2931 RTSEL uSelDS = 0; local
2972 VMXLOCAL_ADJUST_HOST_SEG(DS, uSelDS);
2982 Assert(!(uSelDS & X86_SEL_RPL)); Assert(!(uSelDS & X86_SEL_LDT));
3000 rc = VMXWriteVmcs32(VMX_VMCS16_HOST_FIELD_DS, uSelDS); AssertRCReturn(rc, rc);

Completed in 84 milliseconds