Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.h28 bool nested_vmx_exit_reflected(struct kvm_vcpu *vcpu, u32 exit_reason);
Dnested.c5318 bool nested_vmx_exit_reflected(struct kvm_vcpu *vcpu, u32 exit_reason) in nested_vmx_exit_reflected() function
Dvmx.c5877 if (is_guest_mode(vcpu) && nested_vmx_exit_reflected(vcpu, exit_reason)) in vmx_handle_exit()