Searched refs:EAS_END_BLOCK (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | xive_regs.h | 174 #define EAS_END_BLOCK PPC_BITMASK(4, 7) /* Destination END block# */ macro
|
/openbmc/qemu/hw/intc/ |
H A D | xive.c | 1561 (uint8_t) xive_get_field64(EAS_END_BLOCK, eas->w), in xive_end_eas_pic_print_info() 1805 uint8_t end_blk = xive_get_field64(EAS_END_BLOCK, eas->w); in xive_router_end_notify() 2049 (uint8_t) xive_get_field64(EAS_END_BLOCK, eas->w), in xive_eas_pic_print_info()
|
H A D | spapr_xive_kvm.c | 204 end_blk = xive_get_field64(EAS_END_BLOCK, eas->w); in kvmppc_xive_set_source_config()
|
H A D | spapr_xive.c | 1111 new_eas.w = xive_set_field64(EAS_END_BLOCK, new_eas.w, end_blk); in h_int_set_source_config()
|
H A D | pnv_xive.c | 1399 uint8_t end_blk = xive_get_field64(EAS_END_BLOCK, eas->w); in pnv_xive_end_notify()
|