Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dmain.c135 .pi_update_irte = vmx_pi_update_irte,
/linux-6.15/arch/x86/include/asm/
H A Dkvm-x86-ops.h113 KVM_X86_OP_OPTIONAL(pi_update_irte)
H A Dkvm_host.h1837 int (*pi_update_irte)(struct kvm *kvm, unsigned int host_irq, member
/linux-6.15/arch/x86/kvm/
H A Dx86.c13575 ret = kvm_x86_call(pi_update_irte)(irqfd->kvm, in kvm_arch_irq_bypass_add_producer()
13605 ret = kvm_x86_call(pi_update_irte)(irqfd->kvm, in kvm_arch_irq_bypass_del_producer()
13620 return kvm_x86_call(pi_update_irte)(kvm, host_irq, guest_irq, set); in kvm_arch_update_irqfd_routing()
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c5246 .pi_update_irte = avic_pi_update_irte,