Home
last modified time | relevance | path

Searched refs:XIVE_EAS_BLOCK (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/ppc/
H A Dxive_regs.h45 #define XIVE_EAS_BLOCK(n) (((n) >> 28) & 0xf) macro
/openbmc/qemu/hw/intc/
H A Dxive2.c727 uint8_t eas_blk = XIVE_EAS_BLOCK(lisn); in xive2_router_notify()
H A Dpnv_xive.c1459 blk = XIVE_EAS_BLOCK(val); in pnv_xive_ic_hw_trigger()
H A Dpnv_xive2.c1464 blk = XIVE_EAS_BLOCK(val); in pnv_xive2_ic_hw_trigger()
H A Dxive.c1836 uint8_t eas_blk = XIVE_EAS_BLOCK(lisn); in xive_router_notify()