Searched refs:xive_ops (Results 1 – 4 of 4) sorted by relevance
/arch/powerpc/sysdev/xive/ |
D | common.c | 58 static const struct xive_ops *xive_ops; variable 209 if ((xd->flags & XIVE_IRQ_FLAG_H_INT_ESB) && xive_ops->esb_rw) in xive_esb_read() 210 val = xive_ops->esb_rw(xd->hw_irq, offset, 0, 0); in xive_esb_read() 223 if ((xd->flags & XIVE_IRQ_FLAG_H_INT_ESB) && xive_ops->esb_rw) in xive_esb_write() 224 xive_ops->esb_rw(xd->hw_irq, offset, data, 1); in xive_esb_write() 273 rc = xive_ops->get_irq_config(hw_irq, &target, &prio, &lirq); in xmon_xive_get_irq_config() 316 xive_ops->update_pending(xc); in xive_get_irq() 368 if (WARN_ON_ONCE(!xive_ops->eoi)) in xive_do_source_eoi() 370 xive_ops->eoi(hw_irq); in xive_do_source_eoi() 634 rc = xive_ops->configure_irq(hw_irq, in xive_irq_startup() [all …]
|
D | xive-internal.h | 33 struct xive_ops { struct 56 bool xive_core_init(const struct xive_ops *ops, void __iomem *area, u32 offset, argument
|
D | spapr.c | 648 static const struct xive_ops xive_spapr_ops = {
|
D | native.c | 467 static const struct xive_ops xive_native_ops = {
|