Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c1789 if ((pending_interrupts & PPC_INTERRUPT_HMI) && in p8_next_unmasked_interrupt()
1791 return PPC_INTERRUPT_HMI; in p8_next_unmasked_interrupt()
1874 if ((pending_interrupts & PPC_INTERRUPT_HMI) && in p9_next_unmasked_interrupt()
1876 return PPC_INTERRUPT_HMI; in p9_next_unmasked_interrupt()
1993 if (pending_interrupts & PPC_INTERRUPT_HMI) { in ppc_next_unmasked_interrupt()
1994 return PPC_INTERRUPT_HMI; in ppc_next_unmasked_interrupt()
H A Dcpu.h2756 PPC_INTERRUPT_HMI = 0x10000, /* Hypervisor Maintenance interrupt */
2682 PPC_INTERRUPT_HMI = 0x10000, /* Hypervisor Maintenance interrupt */ global() enumerator