Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dpnv_xive.c424 xive_error(xive, "VST: EAS %x is remote !?", XIVE_EAS(blk, idx)); in pnv_xive_get_eas()
437 xive_error(xive, "VST: EAS %x is remote !?", XIVE_EAS(blk, idx)); in pnv_xive_get_pq()
451 xive_error(xive, "VST: EAS %x is remote !?", XIVE_EAS(blk, idx)); in pnv_xive_set_pq()
570 xive_router_notify(xn, XIVE_EAS(blk, srcno), pq_checked); in pnv_xive_notify()
1461 xive_router_notify(XIVE_NOTIFIER(xive), XIVE_EAS(blk, idx), in pnv_xive_ic_hw_trigger()
1852 uint32_t srcno0 = XIVE_EAS(blk, 0); in pnv_xive_pic_print_info()
H A Dpnv_xive2.c333 xive2_error(xive, "VST: EAS %x is remote !?", XIVE_EAS(blk, idx)); in pnv_xive2_get_pq()
347 xive2_error(xive, "VST: EAS %x is remote !?", XIVE_EAS(blk, idx)); in pnv_xive2_set_pq()
588 xive2_error(xive, "VST: EAS %x is remote !?", XIVE_EAS(blk, idx)); in pnv_xive2_get_eas()
729 xive2_router_notify(xn, XIVE_EAS(blk, srcno), pq_checked); in pnv_xive2_notify()
1832 xive2_router_notify(XIVE_NOTIFIER(xive), XIVE_EAS(blk, idx), in pnv_xive2_ic_hw_trigger()
2514 uint32_t srcno0 = XIVE_EAS(blk, 0); in pnv_xive2_pic_print_info()
/openbmc/qemu/include/hw/ppc/
H A Dxive_regs.h47 #define XIVE_EAS(blk, idx) ((uint32_t)(blk) << 28 | (idx)) macro