Home
last modified time | relevance | path

Searched refs:SPAPR_XIVE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dspapr_xive.c255 SpaprXive *xive = SPAPR_XIVE(dev); in spapr_xive_reset()
281 SpaprXive *xive = SPAPR_XIVE(obj); in spapr_xive_instance_init()
294 SpaprXive *xive = SPAPR_XIVE(dev); in spapr_xive_realize()
364 SpaprXive *xive = SPAPR_XIVE(xrtr); in spapr_xive_get_eas()
377 SpaprXive *xive = SPAPR_XIVE(xrtr); in spapr_xive_get_end()
391 SpaprXive *xive = SPAPR_XIVE(xrtr); in spapr_xive_write_end()
501 SpaprXive *xive = SPAPR_XIVE(xrtr); in spapr_xive_get_pq()
512 SpaprXive *xive = SPAPR_XIVE(xrtr); in spapr_xive_set_pq()
565 SpaprXive *xive = SPAPR_XIVE(intc); in spapr_xive_post_load()
593 SpaprXive *xive = SPAPR_XIVE(intc); in spapr_xive_claim_irq()
[all …]
H A Dspapr_xive_kvm.c79 SpaprXive *xive = SPAPR_XIVE(tctx->xptr); in kvmppc_xive_cpu_set_state()
101 SpaprXive *xive = SPAPR_XIVE(tctx->xptr); in kvmppc_xive_cpu_get_state()
154 SpaprXive *xive = SPAPR_XIVE(tctx->xptr); in kvmppc_xive_cpu_connect()
236 SpaprXive *xive = SPAPR_XIVE(xsrc->xive); in kvmppc_xive_source_reset_one()
256 SpaprXive *xive = SPAPR_XIVE(xsrc->xive); in kvmppc_xive_source_reset()
333 SpaprXive *xive = SPAPR_XIVE(xsrc->xive); in kvmppc_xive_source_get_state()
721 SpaprXive *xive = SPAPR_XIVE(intc); in kvmppc_xive_connect()
825 SpaprXive *xive = SPAPR_XIVE(intc); in kvmppc_xive_disconnect()
/openbmc/qemu/include/hw/ppc/
H A Dspapr_xive.h17 #define SPAPR_XIVE(obj) OBJECT_CHECK(SpaprXive, (obj), TYPE_SPAPR_XIVE) macro
/openbmc/qemu/hw/ppc/
H A Dspapr_irq.c342 spapr->xive = SPAPR_XIVE(dev); in spapr_irq_init()