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

/vbox/src/VBox/VMM/VMMR3/
H A DVMMSwitcher.cpp428 * @param SelCS64 The 64-bit mode hypervisor CS selector.
432 RTSEL SelCS, RTSEL SelDS, RTSEL SelTSS, RTGCPTR GCPtrGDT, RTSEL SelCS64)
847 *uSrc.pu16 = SelCS64;
848 AssertRelease(SelCS64);
891 " SelCS64 = %04x\n"
905 SelCS, SelDS, SelCS64, SelTSS);
430 vmmR3SwitcherGenericRelocate(PVM pVM, PVMMSWITCHERDEF pSwitcher, RTR0PTR R0PtrCode, uint8_t *pu8CodeR3, RTGCPTR GCPtrCode, uint32_t u32IDCode, RTSEL SelCS, RTSEL SelDS, RTSEL SelTSS, RTGCPTR GCPtrGDT, RTSEL SelCS64) argument
H A DSELM.cpp702 RTSEL SelCS64; local
703 SSMR3GetSel(pSSM, &SelCS64);
715 pSelm->aHyperSel[SELM_HYPER_SEL_CS64] = SelCS64;

Completed in 51 milliseconds