Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c118 vmx->enlightened_vmcs = (void *)vm_vaddr_alloc_page(vm); in vcpu_alloc_vmx()
120 addr_gva2hva(vm, (uintptr_t)vmx->enlightened_vmcs); in vcpu_alloc_vmx()
122 addr_gva2gpa(vm, (uintptr_t)vmx->enlightened_vmcs); in vcpu_alloc_vmx()
190 vmx->enlightened_vmcs)) in load_vmcs()
/linux-6.1.9/tools/testing/selftests/kvm/x86_64/
Devmcs_test.c154 evmcs_vmptrld(0xdeadbeef, vmx_pages->enlightened_vmcs); in guest_code()
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h526 void *enlightened_vmcs; member
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c526 static bool __read_mostly enlightened_vmcs = true; variable
527 module_param(enlightened_vmcs, bool, 0444);
8471 if (enlightened_vmcs && in vmx_init()
8479 enlightened_vmcs = false; in vmx_init()
8484 if (enlightened_vmcs) { in vmx_init()
8494 enlightened_vmcs = false; in vmx_init()