Searched refs:GUEST_TR_BASE (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/vmx/ |
| D | vmcs12.c | 134 FIELD(GUEST_TR_BASE, guest_tr_base),
|
| D | evmcs.c | 64 EVMCS1_FIELD(GUEST_TR_BASE, guest_tr_base,
|
| D | nested.c | 2230 vmcs_writel(GUEST_TR_BASE, vmcs12->guest_tr_base); in prepare_vmcs02_rare() 3559 case GUEST_TR_BASE: in is_vmcs12_ext_field() 3608 vmcs12->guest_tr_base = vmcs_readl(GUEST_TR_BASE); in sync_vmcs02_to_vmcs12_rare()
|
| D | vmx.c | 2770 vmcs_writel(GUEST_TR_BASE, kvm_vmx->tss_addr); in enter_rmode() 4308 vmcs_writel(GUEST_TR_BASE, 0); in vmx_vcpu_reset()
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | vmx.h | 316 GUEST_TR_BASE = 0x00006814, enumerator
|
| /Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/ |
| D | vmx.h | 310 GUEST_TR_BASE = 0x00006814, enumerator
|
| /Linux-v5.4/tools/testing/selftests/kvm/include/ |
| D | evmcs.h | 323 case GUEST_TR_BASE: in evmcs_vmread() 710 case GUEST_TR_BASE: in evmcs_vmwrite()
|
| /Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/ |
| D | vmx.c | 360 vmwrite(GUEST_TR_BASE, vmreadz(HOST_TR_BASE)); in init_vmcs_guest_state()
|