Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/
H A Dx86.h504 static __always_inline void kvm_before_interrupt(struct kvm_vcpu *vcpu, in kvm_before_interrupt() function
H A Dx86.c11074 kvm_before_interrupt(vcpu, KVM_HANDLING_IRQ); in vcpu_enter_guest()
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c7080 kvm_before_interrupt(vcpu, KVM_HANDLING_IRQ); in handle_external_interrupt_irqoff()
7394 kvm_before_interrupt(vcpu, KVM_HANDLING_NMI); in vmx_vcpu_enter_exit()
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c4415 kvm_before_interrupt(vcpu, KVM_HANDLING_NMI); in svm_vcpu_run()