Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dxive_regs.h248 #define xive_end_is_notify(end) (be32_to_cpu((end)->w0) & END_W0_UCOND_NOTIFY) macro
/openbmc/qemu/hw/intc/
H A Dxive.c1380 xive_end_is_notify(end) ? 'n' : '-', in xive_end_pic_print_info()
1735 if (!xive_end_is_notify(&end)) { in xive_router_end_notify()
H A Dspapr_xive.c1537 if (xive_end_is_notify(end)) { in h_int_get_queue_config()