Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c81 vmx->vmxon = (void *)vm_vaddr_alloc_page(vm); in vcpu_alloc_vmx()
82 vmx->vmxon_hva = addr_gva2hva(vm, (uintptr_t)vmx->vmxon); in vcpu_alloc_vmx()
83 vmx->vmxon_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->vmxon); in vcpu_alloc_vmx()
153 *(uint32_t *)(vmx->vmxon) = vmcs_revision(); in prepare_for_vmx_operation()
154 if (vmxon(vmx->vmxon_gpa)) in prepare_for_vmx_operation()
/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h297 static inline int vmxon(uint64_t phys) in vmxon() function
503 void *vmxon; member