Home
last modified time | relevance | path

Searched refs:enlightened_vmcs (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/kvm/lib/x86/
H A Dhyperv.c95 hv->enlightened_vmcs = (void *)vm_vaddr_alloc_page(vm); in vcpu_alloc_hyperv_test_pages()
96 hv->enlightened_vmcs_hva = addr_gva2hva(vm, (uintptr_t)hv->enlightened_vmcs); in vcpu_alloc_hyperv_test_pages()
97 hv->enlightened_vmcs_gpa = addr_gva2gpa(vm, (uintptr_t)hv->enlightened_vmcs); in vcpu_alloc_hyperv_test_pages()
/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_evmcs.c187 evmcs_vmptrld(0xdeadbeef, hv_pages->enlightened_vmcs); in guest_code()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dhyperv.h346 void *enlightened_vmcs; member
H A Devmcs.h260 if (evmcs_vmptrld(hv->enlightened_vmcs_gpa, hv->enlightened_vmcs)) in load_evmcs()
/linux/include/hyperv/
H A Dhvhdk.h303 u64 enlightened_vmcs : 1; member
/linux/arch/x86/kvm/vmx/
H A Dvmx.c624 static bool __read_mostly enlightened_vmcs = true; variable
625 module_param(enlightened_vmcs, bool, 0444);
648 if (!enlightened_vmcs) in hv_init_evmcs()
662 enlightened_vmcs = false; in hv_init_evmcs()
667 if (enlightened_vmcs) { in hv_init_evmcs()
676 enlightened_vmcs = false; in hv_init_evmcs()
2914 if (enlightened_vmcs) in setup_vmcs_config()