Searched refs:XiveNotifier (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | xive.h | 152 typedef struct XiveNotifier XiveNotifier; typedef 156 INTERFACE_CHECK(XiveNotifier, (obj), TYPE_XIVE_NOTIFIER) 163 void (*notify)(XiveNotifier *xn, uint32_t lisn, bool pq_checked); 202 XiveNotifier *xive; 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/docs/specs/ |
H A D | ppc-xive.rst | 182 The XiveNotifier is a small helper interface interconnecting the
|
/openbmc/qemu/hw/intc/ |
H A D | xive.c | 1416 XiveNotifier *), 1954 void xive_router_notify(XiveNotifier *xn, uint32_t lisn, bool 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()
|
H A D | pnv_xive.c | 565 static void pnv_xive_notify(XiveNotifier *xn, uint32_t srcno, bool 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()
|
/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()
|
/openbmc/qemu/hw/pci-host/ |
H A D | pnv_phb4.c | 1679 static void pnv_phb4_xive_notify(XiveNotifier *xf, uint32_t srcno, in pnv_phb4_xive_notify()
|