Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c1622 if ((pending_interrupts & PPC_INTERRUPT_MCK) && in p7_interrupt_powersave()
1624 return PPC_INTERRUPT_MCK; in p7_interrupt_powersave()
1653 if (pending_interrupts & PPC_INTERRUPT_MCK) { in p7_next_unmasked_interrupt()
1654 return PPC_INTERRUPT_MCK; in p7_next_unmasked_interrupt()
1707 if ((pending_interrupts & PPC_INTERRUPT_MCK) && in p8_interrupt_powersave()
1709 return PPC_INTERRUPT_MCK; in p8_interrupt_powersave()
1746 if (pending_interrupts & PPC_INTERRUPT_MCK) { in p8_next_unmasked_interrupt()
1747 return PPC_INTERRUPT_MCK; in p8_next_unmasked_interrupt()
1827 if (pending_interrupts & PPC_INTERRUPT_MCK) { in p9_interrupt_powersave()
1828 return PPC_INTERRUPT_MCK; in p9_interrupt_powersave()
[all …]
H A Dcpu.h2667 PPC_INTERRUPT_MCK = 0x00004, /* Machine check exception */ enumerator
/openbmc/qemu/hw/ppc/
H A Dppc.c113 ppc_set_irq(cpu, PPC_INTERRUPT_MCK, 1); in ppc6xx_set_irq()
184 ppc_set_irq(cpu, PPC_INTERRUPT_MCK, 1); in ppc970_set_irq()
437 ppc_set_irq(cpu, PPC_INTERRUPT_MCK, level); in ppce500_set_irq()