Searched refs:EAS_END_INDEX (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | xive_regs.h | 175 #define EAS_END_INDEX PPC_BITMASK(8, 31) /* Destination END index */ macro
|
/openbmc/qemu/hw/intc/ |
H A D | spapr_xive.c | 192 uint32_t end_idx = xive_get_field64(EAS_END_INDEX, eas->w); in spapr_xive_pic_print_info() 1112 new_eas.w = xive_set_field64(EAS_END_INDEX, new_eas.w, end_idx); in h_int_set_source_config() 1192 end_idx = xive_get_field64(EAS_END_INDEX, eas.w); in h_int_get_source_config()
|
H A D | xive.c | 1562 (uint32_t) xive_get_field64(EAS_END_INDEX, eas->w), in xive_end_eas_pic_print_info() 1806 uint32_t end_idx = xive_get_field64(EAS_END_INDEX, eas->w); in xive_router_end_notify() 2050 (uint32_t) xive_get_field64(EAS_END_INDEX, eas->w), in xive_eas_pic_print_info()
|
H A D | spapr_xive_kvm.c | 203 end_idx = xive_get_field64(EAS_END_INDEX, eas->w); in kvmppc_xive_set_source_config()
|
H A D | pnv_xive.c | 1400 uint32_t end_idx = xive_get_field64(EAS_END_INDEX, eas->w); in pnv_xive_end_notify()
|