Home
last modified time | relevance | path

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

/qemu/include/hw/ppc/
H A Dxive.h532 Object *xive_tctx_create(Object *cpu, XivePresenter *xptr, Error **errp);
/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()
/qemu/hw/intc/
H A Dspapr_xive.c646 obj = xive_tctx_create(OBJECT(cpu), XIVE_PRESENTER(xive), errp); in spapr_xive_cpu_intc_create()
H A Dxive.c836 Object *xive_tctx_create(Object *cpu, XivePresenter *xptr, Error **errp) in xive_tctx_create() function