Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmcs12.c132 FIELD(GUEST_TR_BASE, guest_tr_base),
H A Dhyperv.c66 EVMCS1_FIELD(GUEST_TR_BASE, guest_tr_base,
H A Dnested.c2458 vmcs_writel(GUEST_TR_BASE, vmcs12->guest_tr_base); in prepare_vmcs02_rare()
4288 case GUEST_TR_BASE: in is_vmcs12_ext_field()
4337 vmcs12->guest_tr_base = vmcs_readl(GUEST_TR_BASE); in sync_vmcs02_to_vmcs12_rare()
H A Dvmx.c3103 vmcs_writel(GUEST_TR_BASE, kvm_vmx->tss_addr); in enter_rmode()
4891 vmcs_writel(GUEST_TR_BASE, 0); in vmx_vcpu_reset()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h265 GUEST_TR_BASE = 0x00006814, enumerator
H A Devmcs.h345 case GUEST_TR_BASE: in evmcs_vmread()
765 case GUEST_TR_BASE: in evmcs_vmwrite()
/openbmc/linux/arch/x86/include/asm/
H A Dvmx.h338 GUEST_TR_BASE = 0x00006814, enumerator
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c348 vmwrite(GUEST_TR_BASE, vmreadz(HOST_TR_BASE)); in init_vmcs_guest_state()