Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/
Dx86.h439 static __always_inline void kvm_before_interrupt(struct kvm_vcpu *vcpu, in kvm_before_interrupt() function
Dx86.c10839 kvm_before_interrupt(vcpu, KVM_HANDLING_IRQ); in vcpu_enter_guest()
/Linux-v6.6/arch/x86/kvm/vmx/
Dvmx.c6971 kvm_before_interrupt(vcpu, KVM_HANDLING_IRQ); in handle_external_interrupt_irqoff()
7264 kvm_before_interrupt(vcpu, KVM_HANDLING_NMI); in vmx_vcpu_enter_exit()
/Linux-v6.6/arch/x86/kvm/svm/
Dsvm.c4203 kvm_before_interrupt(vcpu, KVM_HANDLING_NMI); in svm_vcpu_run()