Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dvmx.h270 GUEST_TR_BASE = 0x00006814, enumerator
/linux-4.4.14/arch/x86/kvm/
Dvmx.c802 FIELD(GUEST_TR_BASE, guest_tr_base),
3531 vmcs_writel(GUEST_TR_BASE, vcpu->kvm->arch.tss_addr); in enter_rmode()
4907 vmcs_writel(GUEST_TR_BASE, 0); in vmx_vcpu_reset()
9506 vmcs_writel(GUEST_TR_BASE, vmcs12->guest_tr_base); in prepare_vmcs02()
10178 vmcs12->guest_tr_base = vmcs_readl(GUEST_TR_BASE); in prepare_vmcs12()