Home
last modified time | relevance | path

Searched refs:PPC_INTERRUPT_HMI (Results 1 – 2 of 2) sorted by relevance

/qemu/target/ppc/
H A Dexcp_helper.c1626 if ((pending_interrupts & PPC_INTERRUPT_HMI) && in p7_interrupt_powersave()
1628 return PPC_INTERRUPT_HMI; in p7_interrupt_powersave()
1711 if ((pending_interrupts & PPC_INTERRUPT_HMI) && in p8_interrupt_powersave()
1713 return PPC_INTERRUPT_HMI; in p8_interrupt_powersave()
1830 if (pending_interrupts & PPC_INTERRUPT_HMI) { in p9_interrupt_powersave()
1831 return PPC_INTERRUPT_HMI; in p9_interrupt_powersave()
H A Dcpu.h2678 PPC_INTERRUPT_HMI = 0x10000, /* Hypervisor Maintenance interrupt */ enumerator