Lines Matching refs:PPC_INTERRUPT_MCK
1691 if ((pending_interrupts & PPC_INTERRUPT_MCK) && in p7_interrupt_powersave()
1693 return PPC_INTERRUPT_MCK; in p7_interrupt_powersave()
1722 if (pending_interrupts & PPC_INTERRUPT_MCK) { in p7_next_unmasked_interrupt()
1723 return PPC_INTERRUPT_MCK; in p7_next_unmasked_interrupt()
1776 if ((pending_interrupts & PPC_INTERRUPT_MCK) && in p8_interrupt_powersave()
1778 return PPC_INTERRUPT_MCK; in p8_interrupt_powersave()
1815 if (pending_interrupts & PPC_INTERRUPT_MCK) { in p8_next_unmasked_interrupt()
1816 return PPC_INTERRUPT_MCK; in p8_next_unmasked_interrupt()
1896 if (pending_interrupts & PPC_INTERRUPT_MCK) { in p9_interrupt_powersave()
1897 return PPC_INTERRUPT_MCK; in p9_interrupt_powersave()
1952 if (pending_interrupts & PPC_INTERRUPT_MCK) { in p9_next_unmasked_interrupt()
1953 return PPC_INTERRUPT_MCK; in p9_next_unmasked_interrupt()
2043 if (pending_interrupts & PPC_INTERRUPT_MCK) { in ppc_next_unmasked_interrupt()
2044 return PPC_INTERRUPT_MCK; in ppc_next_unmasked_interrupt()
2177 case PPC_INTERRUPT_MCK: /* Machine check exception */ in p7_deliver_interrupt()
2178 env->pending_interrupts &= ~PPC_INTERRUPT_MCK; in p7_deliver_interrupt()
2227 case PPC_INTERRUPT_MCK: /* Machine check exception */ in p8_deliver_interrupt()
2228 env->pending_interrupts &= ~PPC_INTERRUPT_MCK; in p8_deliver_interrupt()
2311 case PPC_INTERRUPT_MCK: /* Machine check exception */ in p9_deliver_interrupt()
2312 env->pending_interrupts &= ~PPC_INTERRUPT_MCK; in p9_deliver_interrupt()
2404 case PPC_INTERRUPT_MCK: /* Machine check exception */ in ppc_deliver_interrupt()
2405 env->pending_interrupts &= ~PPC_INTERRUPT_MCK; in ppc_deliver_interrupt()