Home
last modified time | relevance | path

Searched refs:XIVE_PRESENTER (Results 1 – 6 of 6) sorted by relevance

/qemu/include/hw/ppc/
H A Dxive.h430 #define XIVE_PRESENTER(obj) \ macro
433 DECLARE_CLASS_CHECKERS(XivePresenterClass, XIVE_PRESENTER,
/qemu/hw/intc/
H A Dpnv_xive.c1606 xive_tctx_tm_write(XIVE_PRESENTER(opaque), tctx, offset, value, size); in xive_tm_indirect_write()
1614 return xive_tctx_tm_read(XIVE_PRESENTER(opaque), tctx, offset, size); in xive_tm_indirect_read()
1638 xive_tctx_tm_write(XIVE_PRESENTER(xive), tctx, offset, value, size); in pnv_xive_tm_write()
1647 return xive_tctx_tm_read(XIVE_PRESENTER(xive), tctx, offset, size); in pnv_xive_tm_read()
H A Dpnv_xive2.c1646 XivePresenter *xptr = XIVE_PRESENTER(xive); in pnv_xive2_ic_tm_indirect_read()
1666 XivePresenter *xptr = XIVE_PRESENTER(xive); in pnv_xive2_ic_tm_indirect_write()
1702 XivePresenter *xptr = XIVE_PRESENTER(xive); in pnv_xive2_tm_write()
1712 XivePresenter *xptr = XIVE_PRESENTER(xive); in pnv_xive2_tm_read()
H A Dspapr_xive.c221 xive_tctx_tm_write(XIVE_PRESENTER(opaque), tctx, offset, value, size); in spapr_xive_tm_write()
228 return xive_tctx_tm_read(XIVE_PRESENTER(opaque), tctx, offset, size); in spapr_xive_tm_read()
646 obj = xive_tctx_create(OBJECT(cpu), XIVE_PRESENTER(xive), errp); in spapr_xive_cpu_intc_create()
/qemu/hw/ppc/
H A Dpnv.c1186 obj = xive_tctx_create(OBJECT(cpu), XIVE_PRESENTER(&chip9->xive), in pnv_chip_power9_intc_create()
1230 obj = xive_tctx_create(OBJECT(cpu), XIVE_PRESENTER(&chip10->xive), in pnv_chip_power10_intc_create()
2367 XivePresenter *xptr = XIVE_PRESENTER(&chip9->xive); in pnv_match_nvt()
2396 XivePresenter *xptr = XIVE_PRESENTER(&chip10->xive); in pnv10_xive_match_nvt()
H A Dspapr.c4548 XivePresenter *xptr = XIVE_PRESENTER(spapr->active_intc); in spapr_match_nvt()