Home
last modified time | relevance | path

Searched refs:intc_destroy (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/ppc/
H A Dpnv_chip.h164 void (*intc_destroy)(PnvChip *chip, PowerPCCPU *cpu); member
/qemu/hw/ppc/
H A Dpnv.c1632 k->intc_destroy = pnv_chip_power8_intc_destroy; in pnv_chip_power8e_class_init()
1656 k->intc_destroy = pnv_chip_power8_intc_destroy; in pnv_chip_power8_class_init()
1680 k->intc_destroy = pnv_chip_power8_intc_destroy; in pnv_chip_power8nvl_class_init()
1968 k->intc_destroy = pnv_chip_power9_intc_destroy; in pnv_chip_power9_class_init()
2316 k->intc_destroy = pnv_chip_power10_intc_destroy; in pnv_chip_power10_class_init()
H A Dpnv_core.c421 pcc->intc_destroy(pc->chip, cpu); in pnv_core_cpu_unrealize()