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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp6467 * @remarks Never call this function directly!!! Use the VMXLOCAL_READ_SEG()
6534 # define VMXLOCAL_READ_SEG(Sel, CtxSel) \ macro
6538 # define VMXLOCAL_READ_SEG(Sel, CtxSel) \ macro
6562 rc = VMXLOCAL_READ_SEG(CS, cs); AssertRCReturn(rc, rc);
6563 rc = VMXLOCAL_READ_SEG(SS, ss); AssertRCReturn(rc, rc);
6564 rc = VMXLOCAL_READ_SEG(DS, ds); AssertRCReturn(rc, rc);
6565 rc = VMXLOCAL_READ_SEG(ES, es); AssertRCReturn(rc, rc);
6566 rc = VMXLOCAL_READ_SEG(FS, fs); AssertRCReturn(rc, rc);
6567 rc = VMXLOCAL_READ_SEG(GS, gs); AssertRCReturn(rc, rc);
6605 rc = VMXLOCAL_READ_SEG(LDT
6649 #undef VMXLOCAL_READ_SEG macro
[all...]

Completed in 56 milliseconds