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

/vbox/src/VBox/VMM/VMMRC/
H A DSELMRC.cpp263 unsigned const iGDTE2 = (offRange + cb - 1) >> X86_SEL_SHIFT; local
265 || iGDTE2 == iLdt)
282 if (iGDTE1 != iGDTE2)
284 rc2 = selmRCSyncGDTEntry(pVM, pVCpu, pRegFrame, iGDTE2);

Completed in 44 milliseconds