Searched defs:eas (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | spapr_xive.c | 176 XiveEAS *eas = &xive->eat[i]; in spapr_xive_pic_print_info() local 264 XiveEAS *eas = &xive->eat[i]; in spapr_xive_reset() local 361 uint32_t eas_idx, XiveEAS *eas) in spapr_xive_get_eas() 1051 XiveEAS eas, new_eas; in h_int_set_source_config() local 1162 XiveEAS eas; in h_int_get_source_config() local 1684 XiveEAS eas; in h_int_esb() local 1760 XiveEAS eas; in h_int_sync() local
|
H A D | xive.c | 1717 XiveEAS *eas = (XiveEAS *) &end->w4; in xive_end_eas_pic_print_info() local 1742 XiveEAS *eas) in xive_router_get_eas() 1813 static void xive_router_end_notify_handler(XiveRouter *xrtr, XiveEAS *eas) in xive_router_end_notify_handler() 2032 void xive_router_end_notify(XiveRouter *xrtr, XiveEAS *eas) in xive_router_end_notify() 2198 XiveEAS eas; in xive_router_notify() local 2279 void xive_eas_pic_print_info(XiveEAS *eas, uint32_t lisn, GString *buf) in xive_eas_pic_print_info()
|
H A D | xive2.c | 185 void xive2_eas_pic_print_info(Xive2Eas *eas, uint32_t lisn, GString *buf) in xive2_eas_pic_print_info() 293 Xive2Eas *eas = (Xive2Eas *) &end->w4; in xive2_end_eas_pic_print_info() local 1407 Xive2Eas *eas) in xive2_router_get_eas() 1904 Xive2Eas eas; in xive2_notify() local
|
H A D | pnv_xive.c | 415 XiveEAS *eas) in pnv_xive_get_eas() 1396 static void pnv_xive_end_notify(XiveRouter *xrtr, XiveEAS *eas) in pnv_xive_end_notify() 1854 XiveEAS eas; in pnv_xive_pic_print_info() local
|
H A D | spapr_xive_kvm.c | 190 int kvmppc_xive_set_source_config(SpaprXive *xive, uint32_t lisn, XiveEAS *eas, in kvmppc_xive_set_source_config()
|
H A D | pnv_xive2.c | 592 Xive2Eas *eas) in pnv_xive2_get_eas() 2689 Xive2Eas eas; in pnv_xive2_pic_print_info() local
|
/openbmc/qemu/include/hw/ppc/ |
H A D | xive2_regs.h | 51 #define xive2_eas_is_valid(eas) (be64_to_cpu((eas)->w) & EAS2_VALID) argument 52 #define xive2_eas_is_masked(eas) (be64_to_cpu((eas)->w) & EAS2_MASKED) argument 53 #define xive2_eas_is_resume(eas) (be64_to_cpu((eas)->w) & EAS2_RESUME) argument
|
H A D | xive_regs.h | 193 #define xive_eas_is_valid(eas) (be64_to_cpu((eas)->w) & EAS_VALID) argument 194 #define xive_eas_is_masked(eas) (be64_to_cpu((eas)->w) & EAS_MASKED) argument
|
/openbmc/qemu/tests/qtest/ |
H A D | pnv-xive2-common.c | 147 Xive2Eas eas; in set_eas() local
|