Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kvm/
Dx86.h496 static __always_inline void kvm_before_interrupt(struct kvm_vcpu *vcpu, in kvm_before_interrupt() function
Dx86.c11056 kvm_before_interrupt(vcpu, KVM_HANDLING_IRQ); in vcpu_enter_guest()
/linux-6.14.4/arch/x86/kvm/vmx/
Dvmx.c7035 kvm_before_interrupt(vcpu, KVM_HANDLING_IRQ); in handle_external_interrupt_irqoff()
7345 kvm_before_interrupt(vcpu, KVM_HANDLING_NMI); in vmx_vcpu_enter_exit()
/linux-6.14.4/arch/x86/kvm/svm/
Dsvm.c4326 kvm_before_interrupt(vcpu, KVM_HANDLING_NMI); in svm_vcpu_run()