Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dvmx.c2063 static void nested_vmx_vmexit(struct kvm_vcpu *vcpu, u32 exit_reason,
3264 nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI, intr_info, exit_qual); in nested_vmx_inject_exception_vmexit()
9340 nested_vmx_vmexit(vcpu, vmx->exit_reason, in handle_vmfunc()
9811 nested_vmx_vmexit(vcpu, exit_reason, exit_intr_info, in nested_vmx_reflect_vmexit()
11320 nested_vmx_vmexit(vcpu, exit_reason, 0, exit_qualification); in nested_ept_inject_page_fault()
11383 nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI, in vmx_inject_page_fault_nested()
12912 nested_vmx_vmexit(vcpu, EXIT_REASON_PREEMPTION_TIMER, 0, 0); in vmx_check_nested_events()
12919 nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI, in vmx_check_nested_events()
12935 nested_vmx_vmexit(vcpu, EXIT_REASON_EXTERNAL_INTERRUPT, 0, 0); in vmx_check_nested_events()
13283 static void nested_vmx_vmexit(struct kvm_vcpu *vcpu, u32 exit_reason, in nested_vmx_vmexit() function
[all …]