Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/lib/x86_64/
A 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()
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dvmx.h297 static inline int vmxon(uint64_t phys) in vmxon() function
503 void *vmxon; member
/linux/arch/x86/kvm/vmx/
A Dvmx.h117 bool vmxon; member
238 bool vmxon; member
A Dnested.c331 if (!vmx->nested.vmxon && !vmx->nested.smm.vmxon) in free_nested()
336 vmx->nested.vmxon = false; in free_nested()
337 vmx->nested.smm.vmxon = false; in free_nested()
1451 if (vmx->nested.vmxon) in vmx_set_vmx_msr()
3460 if (!to_vmx(vcpu)->nested.vmxon) { in nested_vmx_check_permission()
5303 vmx->nested.vmxon = true; in enter_vmx_operation()
5371 if (vmx->nested.vmxon) in handle_vmxon()
6614 (vmx->nested.vmxon || vmx->nested.smm.vmxon)) { in vmx_get_nested_state()
6631 if (vmx->nested.smm.vmxon) in vmx_get_nested_state()
6835 vmx->nested.smm.vmxon = true; in vmx_set_nested_state()
[all …]
A Dvmx.c2404 vmx->nested.vmxon) in vmx_set_msr()
3301 if (to_vmx(vcpu)->nested.vmxon) in vmx_is_valid_cr0()
3456 if (to_vmx(vcpu)->nested.vmxon && !nested_cr4_valid(vcpu, cr4)) in vmx_is_valid_cr4()
8217 vmx->nested.smm.vmxon = vmx->nested.vmxon; in vmx_enter_smm()
8218 vmx->nested.vmxon = false; in vmx_enter_smm()
8228 if (vmx->nested.smm.vmxon) { in vmx_leave_smm()
8229 vmx->nested.vmxon = true; in vmx_leave_smm()
8230 vmx->nested.smm.vmxon = false; in vmx_leave_smm()
8252 return to_vmx(vcpu)->nested.vmxon && !is_guest_mode(vcpu); in vmx_apic_init_signal_blocked()

Completed in 33 milliseconds