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.h153 void (*intc_destroy)(PnvChip *chip, PowerPCCPU *cpu); member
/qemu/hw/ppc/
H A Dpnv.c1465 k->intc_destroy = pnv_chip_power8_intc_destroy; in pnv_chip_power8e_class_init()
1489 k->intc_destroy = pnv_chip_power8_intc_destroy; in pnv_chip_power8_class_init()
1513 k->intc_destroy = pnv_chip_power8_intc_destroy; in pnv_chip_power8nvl_class_init()
1786 k->intc_destroy = pnv_chip_power9_intc_destroy; in pnv_chip_power9_class_init()
2098 k->intc_destroy = pnv_chip_power10_intc_destroy; in pnv_chip_power10_class_init()
H A Dpnv_core.c323 pcc->intc_destroy(pc->chip, cpu); in pnv_core_cpu_unrealize()