Searched refs:XiveEAS (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr_xive.h | 38 XiveEAS *eat; 84 int kvmppc_xive_set_source_config(SpaprXive *xive, uint32_t lisn, XiveEAS *eas,
|
H A D | xive.h | 390 XiveEAS *eas); 404 void (*end_notify)(XiveRouter *xrtr, XiveEAS *eas); 408 XiveEAS *eas); 418 void xive_router_end_notify(XiveRouter *xrtr, XiveEAS *eas);
|
H A D | xive_regs.h | 167 typedef struct XiveEAS { struct 178 } XiveEAS; argument 183 void xive_eas_pic_print_info(XiveEAS *eas, uint32_t lisn, GString *buf);
|
/openbmc/qemu/hw/intc/ |
H A D | spapr_xive.c | 177 XiveEAS *eas = &xive->eat[i]; in spapr_xive_pic_print_info() 265 XiveEAS *eas = &xive->eat[i]; in spapr_xive_reset() 337 xive->eat = g_new0(XiveEAS, xive->nr_irqs); in spapr_xive_realize() 362 uint32_t eas_idx, XiveEAS *eas) in spapr_xive_get_eas() 543 VMSTATE_UINT64(w, XiveEAS), 583 vmstate_spapr_xive_eas, XiveEAS), 1052 XiveEAS eas, new_eas; in h_int_set_source_config() 1163 XiveEAS eas; in h_int_get_source_config() 1685 XiveEAS eas; in h_int_esb() 1761 XiveEAS eas; in h_int_sync()
|
H A D | xive.c | 1546 XiveEAS *eas = (XiveEAS *) &end->w4; in xive_end_eas_pic_print_info() 1571 XiveEAS *eas) in xive_router_get_eas() 1642 static void xive_router_end_notify_handler(XiveRouter *xrtr, XiveEAS *eas) in xive_router_end_notify_handler() 1795 void xive_router_end_notify(XiveRouter *xrtr, XiveEAS *eas) in xive_router_end_notify() 1951 xive_router_end_notify_handler(xrtr, (XiveEAS *) &end.w4); in xive_router_end_notify() 1959 XiveEAS eas; in xive_router_notify() 2041 void xive_eas_pic_print_info(XiveEAS *eas, uint32_t lisn, GString *buf) in xive_eas_pic_print_info()
|
H A D | pnv_xive.c | 47 [VST_TSEL_IVT] = { "EAT", sizeof(XiveEAS), 16 }, 416 XiveEAS *eas) in pnv_xive_get_eas() 1396 static void pnv_xive_end_notify(XiveRouter *xrtr, XiveEAS *eas) in pnv_xive_end_notify() 1449 pnv_xive_end_notify(XIVE_ROUTER(xive), (XiveEAS *) &val); in pnv_xive_ic_hw_trigger() 1854 XiveEAS eas; in pnv_xive_pic_print_info()
|
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()
|