Searched refs:XIVE_EAS (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/hw/intc/ |
| H A D | pnv_xive.c | 423 xive_error(xive, "VST: EAS %x is remote !?", XIVE_EAS(blk, idx)); in pnv_xive_get_eas() 436 xive_error(xive, "VST: EAS %x is remote !?", XIVE_EAS(blk, idx)); in pnv_xive_get_pq() 450 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()
|
| /openbmc/qemu/include/hw/ppc/ |
| H A D | xive_regs.h | 46 #define XIVE_EAS(blk, idx) ((uint32_t)(blk) << 28 | (idx)) macro
|