Home
last modified time | relevance | path

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

/qemu/include/hw/ppc/
H A Dxive.h533 void xive_tctx_reset(XiveTCTX *tctx);
/qemu/hw/ppc/
H A Dpnv.c1200 xive_tctx_reset(XIVE_TCTX(pnv_cpu->intc)); in pnv_chip_power9_intc_reset()
1244 xive_tctx_reset(XIVE_TCTX(pnv_cpu->intc)); in pnv_chip_power10_intc_reset()
/qemu/hw/intc/
H A Dspapr_xive.c668 xive_tctx_reset(tctx); in spapr_xive_cpu_intc_reset()
H A Dxive.c707 void xive_tctx_reset(XiveTCTX *tctx) in xive_tctx_reset() function