Searched refs:pq_checked (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | xive.h | 163 void (*notify)(XiveNotifier *xn, uint32_t lisn, bool pq_checked); 417 void xive_router_notify(XiveNotifier *xn, uint32_t lisn, bool pq_checked);
|
H A D | xive2.h | 84 void xive2_router_notify(XiveNotifier *xn, uint32_t lisn, bool pq_checked);
|
/openbmc/qemu/hw/pci-host/ |
H A D | pnv_phb4.c | 1618 bool pq_checked) in pnv_phb4_xive_notify_abt() argument 1643 if (pq_checked) { in pnv_phb4_xive_notify_abt() 1658 bool pq_checked) in pnv_phb4_xive_notify_ic() argument 1665 if (pq_checked) { in pnv_phb4_xive_notify_ic() 1680 bool pq_checked) in pnv_phb4_xive_notify() argument 1685 pnv_phb4_xive_notify_abt(phb, srcno, pq_checked); in pnv_phb4_xive_notify() 1687 pnv_phb4_xive_notify_ic(phb, srcno, pq_checked); in pnv_phb4_xive_notify()
|
/openbmc/qemu/hw/intc/ |
H A D | xive.c | 1141 bool pq_checked = !xive_source_esb_disabled(xsrc, srcno); in xive_source_notify() local 1144 xnc->notify(xsrc->xive, srcno, pq_checked); in xive_source_notify() 1954 void xive_router_notify(XiveNotifier *xn, uint32_t lisn, bool pq_checked) in xive_router_notify() argument 1967 if (!pq_checked) { in xive_router_notify()
|
H A D | xive2.c | 977 void xive2_router_notify(XiveNotifier *xn, uint32_t lisn, bool pq_checked) in xive2_router_notify() argument 990 if (!pq_checked) { in xive2_router_notify()
|
H A D | pnv_xive.c | 565 static void pnv_xive_notify(XiveNotifier *xn, uint32_t srcno, bool pq_checked) in pnv_xive_notify() argument 570 xive_router_notify(xn, XIVE_EAS(blk, srcno), pq_checked); in pnv_xive_notify()
|
H A D | pnv_xive2.c | 724 static void pnv_xive2_notify(XiveNotifier *xn, uint32_t srcno, bool pq_checked) in pnv_xive2_notify() argument 729 xive2_router_notify(xn, XIVE_EAS(blk, srcno), pq_checked); in pnv_xive2_notify()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv_psi.c | 649 static void pnv_psi_notify(XiveNotifier *xf, uint32_t srcno, bool pq_checked) in pnv_psi_notify() argument 661 if (pq_checked) { in pnv_psi_notify()
|