Lines Matching refs:TR
2902 * Saves the host segment registers and GDTR, IDTR, (TR, GS and FS bases) into
2963 * Host TR segment register.
3067 * Host TR base. Verify that TR selector doesn't point past the GDT. Masking off the TI and RPL bits
3071 ("hmR0VmxSaveHostSegmentRegs: TR selector exceeds limit. TR=%RTsel cbGdt=%#x\n", uSelTR, Gdtr.cbGdt),
3078 /* We need the 64-bit TR base for hybrid darwin. */
3090 * VT-x unconditionally restores the TR limit to 0x67 and type to 11 (32-bit busy TSS) on all VM-exits.
3108 /* Store the GDTR here as we need it while restoring TR. */
4524 * Loads the guest segment registers, GDTR, IDTR, LDTR, (TR, FS and GS bases)
4604 * Guest TR.
4650 AssertMsg(!(u32AccessRights & X86DESCATTR_UNUSABLE), ("TR unusable bit is not clear!? %#x\n", u32AccessRights));
5125 Log4(("Host TR %#08x\n", u32Val));
5129 HMR0DumpDescriptor(pDesc, u32Val, "TR: ");
5133 Log4(("Host TR Base %#RHv\n", uHCReg));
6516 Assert(idxSel != VMX_VMCS16_GUEST_FIELD_TR); /* TR is the only selector that can never be unusable. */
6632 /* Guest TR. */
6638 /* For real-mode emulation using virtual-8086 mode we have the fake TSS (pRealModeTSS) in TR, don't save the fake one. */
6641 rc = VMXLOCAL_READ_SEG(TR, tr);
9825 * TR.
10765 * (VMX_EXIT_XDTR_ACCESS) and LDT and TR access (LLDT, LTR, SLDT, STR).
11951 Log4(("#GP Gst: CS:RIP %04x:%08RX64 ErrorCode=%#x CR0=%#RX64 CPL=%u TR=%#04x\n", pMixedCtx->cs.Sel, pMixedCtx->rip,