Home
last modified time | relevance | path

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

/qemu/include/hw/ppc/
H A Dxive.h534 void xive_tctx_destroy(XiveTCTX *tctx);
/qemu/hw/ppc/
H A Dpnv.c1207 xive_tctx_destroy(XIVE_TCTX(pnv_cpu->intc)); in pnv_chip_power9_intc_destroy()
1251 xive_tctx_destroy(XIVE_TCTX(pnv_cpu->intc)); in pnv_chip_power10_intc_destroy()
/qemu/hw/intc/
H A Dspapr_xive.c685 xive_tctx_destroy(spapr_cpu->tctx); in spapr_xive_cpu_intc_destroy()
H A Dxive.c852 void xive_tctx_destroy(XiveTCTX *tctx) in xive_tctx_destroy() function