Home
last modified time | relevance | path

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

/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_regs.h180 typedef struct XiveEAS { struct
191 } XiveEAS; argument
196 void xive_eas_pic_print_info(XiveEAS *eas, uint32_t lisn, GString *buf);
H A Dxive.h388 XiveEAS *eas);
402 void (*end_notify)(XiveRouter *xrtr, XiveEAS *eas);
406 XiveEAS *eas);
416 void xive_router_end_notify(XiveRouter *xrtr, XiveEAS *eas);
/qemu/hw/intc/
H A Dspapr_xive.c176 XiveEAS *eas = &xive->eat[i]; in spapr_xive_pic_print_info()
264 XiveEAS *eas = &xive->eat[i]; in spapr_xive_reset()
336 xive->eat = g_new0(XiveEAS, xive->nr_irqs); in spapr_xive_realize()
361 uint32_t eas_idx, XiveEAS *eas) in spapr_xive_get_eas()
543 VMSTATE_UINT64(w, XiveEAS),
583 vmstate_spapr_xive_eas, XiveEAS),
1051 XiveEAS eas, new_eas; in h_int_set_source_config()
1162 XiveEAS eas; in h_int_get_source_config()
1684 XiveEAS eas; in h_int_esb()
1760 XiveEAS eas; in h_int_sync()
H A Dxive.c1541 XiveEAS *eas = (XiveEAS *) &end->w4; in xive_end_eas_pic_print_info()
1566 XiveEAS *eas) in xive_router_get_eas()
1637 static void xive_router_end_notify_handler(XiveRouter *xrtr, XiveEAS *eas) in xive_router_end_notify_handler()
1871 void xive_router_end_notify(XiveRouter *xrtr, XiveEAS *eas) in xive_router_end_notify()
2029 xive_router_end_notify_handler(xrtr, (XiveEAS *) &end.w4); in xive_router_end_notify()
2037 XiveEAS eas; in xive_router_notify()
2118 void xive_eas_pic_print_info(XiveEAS *eas, uint32_t lisn, GString *buf) in xive_eas_pic_print_info()
H A Dpnv_xive.c46 [VST_TSEL_IVT] = { "EAT", sizeof(XiveEAS), 16 },
415 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()