Home
last modified time | relevance | path

Searched refs:GUEST_TR_BASE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dvmx.h266 GUEST_TR_BASE = 0x00006814, enumerator
/linux-4.1.27/arch/x86/kvm/
Dvmx.c747 FIELD(GUEST_TR_BASE, guest_tr_base),
3394 vmcs_writel(GUEST_TR_BASE, vcpu->kvm->arch.tss_addr); in enter_rmode()
4759 vmcs_writel(GUEST_TR_BASE, 0); in vmx_vcpu_reset()
9106 vmcs_writel(GUEST_TR_BASE, vmcs12->guest_tr_base); in prepare_vmcs02()
9766 vmcs12->guest_tr_base = vmcs_readl(GUEST_TR_BASE); in prepare_vmcs12()