Home
last modified time | relevance | path

Searched refs:is_pnv_opal_msi (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpnv-pci.h37 bool is_pnv_opal_msi(struct irq_chip *chip);
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c2157 bool is_pnv_opal_msi(struct irq_chip *chip) in is_pnv_opal_msi() function
2161 EXPORT_SYMBOL_GPL(is_pnv_opal_msi);
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv.c5182 if (!chip || !(is_pnv_opal_msi(chip) || is_xive_irq(chip))) { in kvmppc_set_passthru_irq()