Home
last modified time | relevance | path

Searched refs:vmxon (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/kvm/lib/x86/
H A Dvmx.c88 vmx->vmxon = (void *)vm_alloc_page(vm); in vcpu_alloc_vmx()
89 vmx->vmxon_hva = addr_gva2hva(vm, (uintptr_t)vmx->vmxon); in vcpu_alloc_vmx()
90 vmx->vmxon_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->vmxon); in vcpu_alloc_vmx()
163 *(u32 *)(vmx->vmxon) = vmcs_revision(); in prepare_for_vmx_operation()
164 if (vmxon(vmx->vmxon_gpa)) in prepare_for_vmx_operation()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h295 static inline int vmxon(u64 phys) in vmxon() function
501 void *vmxon; member
/linux/arch/x86/kvm/vmx/
H A Dnested.c343 if (!vmx->nested.vmxon && !vmx->nested.smm.vmxon) in free_nested()
348 vmx->nested.vmxon = false; in free_nested()
349 vmx->nested.smm.vmxon = false; in free_nested()
1486 if (vmx->nested.vmxon) in vmx_set_vmx_msr()
3580 if (!to_vmx(vcpu)->nested.vmxon) { in nested_vmx_check_permission()
5421 vmx->nested.vmxon = true; in enter_vmx_operation()
5489 if (vmx->nested.vmxon) in handle_vmxon()
6752 (vmx->nested.vmxon || vmx->nested.smm.vmxon)) { in vmx_get_nested_state()
6769 if (vmx->nested.smm.vmxon) in vmx_get_nested_state()
6994 vmx->nested.smm.vmxon = true; in vmx_set_nested_state()
[all …]