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.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, Monitor *mon);
/qemu/hw/intc/
H A Dspapr_xive.c178 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),
1053 XiveEAS eas, new_eas; in h_int_set_source_config()
1164 XiveEAS eas; in h_int_get_source_config()
1686 XiveEAS eas; in h_int_esb()
1762 XiveEAS eas; in h_int_sync()
H A Dxive.c1425 XiveEAS *eas = (XiveEAS *) &end->w4; in xive_end_eas_pic_print_info()
1450 XiveEAS *eas) in xive_router_get_eas()
1521 static void xive_router_end_notify_handler(XiveRouter *xrtr, XiveEAS *eas) in xive_router_end_notify_handler()
1674 void xive_router_end_notify(XiveRouter *xrtr, XiveEAS *eas) in xive_router_end_notify()
1830 xive_router_end_notify_handler(xrtr, (XiveEAS *) &end.w4); in xive_router_end_notify()
1838 XiveEAS eas; in xive_router_notify()
1920 void xive_eas_pic_print_info(XiveEAS *eas, uint32_t lisn, Monitor *mon) in xive_eas_pic_print_info()
H A Dpnv_xive.c48 [VST_TSEL_IVT] = { "EAT", sizeof(XiveEAS), 16 },
417 XiveEAS *eas) in pnv_xive_get_eas()
1397 static void pnv_xive_end_notify(XiveRouter *xrtr, XiveEAS *eas) in pnv_xive_end_notify()
1450 pnv_xive_end_notify(XIVE_ROUTER(xive), (XiveEAS *) &val); in pnv_xive_ic_hw_trigger()
1855 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()