Home
last modified time | relevance | path

Searched refs:XiveEAS (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/hw/ppc/
H A Dspapr_xive.h38 XiveEAS *eat;
84 int kvmppc_xive_set_source_config(SpaprXive *xive, uint32_t lisn, XiveEAS *eas,
H A Dxive.h390 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 Dxive_regs.h154 typedef struct XiveEAS { struct
165 } XiveEAS; typedef
170 void xive_eas_pic_print_info(XiveEAS *eas, uint32_t lisn, GString *buf);
/openbmc/qemu/hw/intc/
H A Dspapr_xive.c177 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 Dxive.c1429 XiveEAS *eas = (XiveEAS *) &end->w4; in xive_end_eas_pic_print_info()
1454 XiveEAS *eas) in xive_router_get_eas()
1525 static void xive_router_end_notify_handler(XiveRouter *xrtr, XiveEAS *eas) in xive_router_end_notify_handler()
1678 void xive_router_end_notify(XiveRouter *xrtr, XiveEAS *eas) in xive_router_end_notify()
1834 xive_router_end_notify_handler(xrtr, (XiveEAS *) &end.w4); in xive_router_end_notify()
1842 XiveEAS eas; in xive_router_notify()
1924 void xive_eas_pic_print_info(XiveEAS *eas, uint32_t lisn, GString *buf) in xive_eas_pic_print_info()
H A Dpnv_xive.c47 [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 Dspapr_xive_kvm.c190 int kvmppc_xive_set_source_config(SpaprXive *xive, uint32_t lisn, XiveEAS *eas, in kvmppc_xive_set_source_config()