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

/vbox/src/VBox/VMM/VMMRC/
H A DSELMRC.cpp73 VBOXGDTR GdtrGuest; local
74 CPUMGetGuestGDTR(pVCpu, &GdtrGuest);
77 || offEntry > GdtrGuest.cbGdt)
84 int rc = MMGCRamRead(pVM, &Desc, (uint8_t *)(uintptr_t)GdtrGuest.pGdt + offEntry, sizeof(X86DESC));
87 rc = PGMPhysSimpleReadGCPtr(pVCpu, &Desc, (uintptr_t)GdtrGuest.pGdt + offEntry, sizeof(X86DESC));
190 VBOXGDTR GdtrGuest; local
191 CPUMGetGuestGDTR(pVCpu, &GdtrGuest);
194 || offEntry > GdtrGuest.cbGdt)

Completed in 42 milliseconds