Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/
Dx86.h75 static inline bool kvm_exception_is_soft(unsigned int nr) in kvm_exception_is_soft() function
Dx86.c4223 if (kvm_exception_is_soft(vcpu->arch.exception.nr)) { in kvm_vcpu_ioctl_x86_get_vcpu_events()
/Linux-v5.10/arch/x86/kvm/vmx/
Dnested.c3634 if (kvm_exception_is_soft(nr)) { in vmcs12_save_pending_event()
3733 if (kvm_exception_is_soft(nr)) in nested_vmx_inject_exception_vmexit()
Dvmx.c1668 if (kvm_exception_is_soft(nr)) in vmx_queue_exception()
1676 if (kvm_exception_is_soft(nr)) { in vmx_queue_exception()
/Linux-v5.10/arch/x86/kvm/svm/
Dsvm.c3444 if (kvm_exception_is_soft(vector)) { in svm_complete_interrupts()