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.c1699 if ((env->pending_interrupts & PPC_INTERRUPT_HMI) && in p7_interrupt_powersave()
1701 return PPC_INTERRUPT_HMI; in p7_interrupt_powersave()
1781 if ((env->pending_interrupts & PPC_INTERRUPT_HMI) && in p8_interrupt_powersave()
1783 return PPC_INTERRUPT_HMI; in p8_interrupt_powersave()
1895 if (env->pending_interrupts & PPC_INTERRUPT_HMI) { in p9_interrupt_powersave()
1896 return PPC_INTERRUPT_HMI; in p9_interrupt_powersave()
H A Dcpu.h2677 PPC_INTERRUPT_HMI = 0x10000, /* Hypervisor Maintenance interrupt */ enumerator