Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dposted_intr.h18 unsigned int host_irq, uint32_t guest_irq,
H A Dposted_intr.c306 unsigned int host_irq, uint32_t guest_irq, in vmx_pi_update_irte() argument
/linux/arch/powerpc/kvm/
H A Dbook3s_xive.c1550 int kvmppc_xive_set_mapped(struct kvm *kvm, unsigned long guest_irq, in kvmppc_xive_set_mapped() argument
1567 __func__, guest_irq, host_irq, hw_irq); in kvmppc_xive_set_mapped()
1569 sb = kvmppc_xive_find_source(xive, guest_irq, &idx); in kvmppc_xive_set_mapped()
1610 xive->ops->reset_mapped(kvm, guest_irq); in kvmppc_xive_set_mapped()
1648 int kvmppc_xive_clr_mapped(struct kvm *kvm, unsigned long guest_irq, in kvmppc_xive_clr_mapped() argument
1661 pr_debug("%s: GIRQ 0x%lx host IRQ %ld\n", __func__, guest_irq, host_irq); in kvmppc_xive_clr_mapped()
1663 sb = kvmppc_xive_find_source(xive, guest_irq, &idx); in kvmppc_xive_clr_mapped()
1701 xive->ops->reset_mapped(kvm, guest_irq); in kvmppc_xive_clr_mapped()
H A Dbook3s_xive.h97 int (*reset_mapped)(struct kvm *kvm, unsigned long guest_irq);