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_regs.h | 180 typedef struct XiveEAS { struct 191 } XiveEAS; argument 196 void xive_eas_pic_print_info(XiveEAS *eas, uint32_t lisn, GString *buf);
|
| H A D | xive.h | 393 XiveEAS *eas); 407 void (*end_notify)(XiveRouter *xrtr, XiveEAS *eas); 411 XiveEAS *eas); 421 void xive_router_end_notify(XiveRouter *xrtr, XiveEAS *eas);
|
| /openbmc/qemu/hw/intc/ |
| H A D | spapr_xive.c | 176 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 D | xive.c | 1717 XiveEAS *eas = (XiveEAS *) &end->w4; in xive_end_eas_pic_print_info() 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() 2190 xive_router_end_notify_handler(xrtr, (XiveEAS *) &end.w4); in xive_router_end_notify() 2198 XiveEAS eas; in xive_router_notify() 2279 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 | 46 [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 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()
|