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

/vbox/src/VBox/VMM/VMMR3/
H A DSELM.cpp441 * Update GDTR and selector.
796 * Get the GDTR and check if there is anything to do (there usually is).
798 VBOXGDTR GDTR; local
799 CPUMGetGuestGDTR(pVCpu, &GDTR);
800 if (GDTR.cbGdt < sizeof(X86DESC))
810 RTUINT cbEffLimit = GDTR.cbGdt;
812 int rc = PGMPhysSimpleReadGCPtr(pVCpu, pGDTE, GDTR.pGdt + sizeof(X86DESC), cbEffLimit + 1 - sizeof(X86DESC));
825 RTGCPTR GCPtrSrc = (RTGCPTR)GDTR.pGdt + sizeof(X86DESC);
850 AssertLogRelMsgFailed(("Couldn't read GDT at %016RX64, rc=%Rrc!\n", GDTR.pGdt, rc));
869 pVM->selm.s.cbEffGuestGdtLimit, cbEffLimit, GDTR
1783 VBOXGDTR GDTR; local
2599 VBOXGDTR GDTR; local
[all...]
/vbox/include/VBox/vmm/
H A Dhm_svm.h190 /** GDTR read. */
198 /** GDTR write. */
320 /** 7 Intercept reads of GDTR. */
328 /** 11 Intercept writes of GDTR. */
460 * SVM GDTR/IDTR type.
697 /** Offset 0x460 - Guest GDTR register. */
698 SVMGDTR GDTR; member in struct:SVMVMCB::__anon351
819 AssertCompileMemberOffset(SVMVMCB, guest.GDTR, 0x460);

Completed in 48 milliseconds