Searched refs:LDTR (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/common/asm/
H A DASMGetLDTR.asm35 ; Get the LDTR register.
36 ; @returns LDTR.
/vbox/include/VBox/vmm/
H A Dhm_svm.h192 /** LDTR read. */
200 /** LDTR write. */
322 /** 8 Intercept reads of LDTR. */
330 /** 12 Intercept writes of LDTR. */
699 /** Offset 0x470 - Guest LDTR register + hidden parts. */
700 SVMSEL LDTR; member in struct:SVMVMCB::__anon351
820 AssertCompileMemberOffset(SVMVMCB, guest.LDTR, 0x470);
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp1340 /* Guest LDTR. */
1343 HMSVM_LOAD_SEG_REG(LDTR, ldtr);
2025 HMSVM_SAVE_SEG_REG(LDTR, ldtr);
2818 Log4(("guest.LDTR.u16Sel %RTsel\n", pVmcb->guest.LDTR.u16Sel));
2819 Log4(("guest.LDTR.u16Attr %#x\n", pVmcb->guest.LDTR.u16Attr));
2820 Log4(("guest.LDTR.u32Limit %#RX32\n", pVmcb->guest.LDTR.u32Limit));
2821 Log4(("guest.LDTR
[all...]
H A DHMVMXR0.cpp4524 * Loads the guest segment registers, GDTR, IDTR, LDTR, (TR, FS and GS bases)
4685 * Guest LDTR.
6602 /* Guest LDTR. */
6605 rc = VMXLOCAL_READ_SEG(LDTR, ldtr);
/vbox/src/VBox/VMM/VMMR3/
H A DCPUMDbg.cpp1205 CPU_REG_SEG(LDTR, ldtr),
1333 CPU_REG_SEG(LDTR, ldtr),

Completed in 1359 milliseconds