Lines Matching refs:PPC_INTERRUPT_DECR
1687 if ((pending_interrupts & PPC_INTERRUPT_DECR) && in p7_interrupt_powersave()
1689 return PPC_INTERRUPT_DECR; in p7_interrupt_powersave()
1749 if (pending_interrupts & PPC_INTERRUPT_DECR) { in p7_next_unmasked_interrupt()
1750 return PPC_INTERRUPT_DECR; in p7_next_unmasked_interrupt()
1772 if ((pending_interrupts & PPC_INTERRUPT_DECR) && in p8_interrupt_powersave()
1774 return PPC_INTERRUPT_DECR; in p8_interrupt_powersave()
1842 if (pending_interrupts & PPC_INTERRUPT_DECR) { in p8_next_unmasked_interrupt()
1843 return PPC_INTERRUPT_DECR; in p8_next_unmasked_interrupt()
1890 if ((pending_interrupts & PPC_INTERRUPT_DECR) && in p9_interrupt_powersave()
1892 return PPC_INTERRUPT_DECR; in p9_interrupt_powersave()
1988 if (pending_interrupts & PPC_INTERRUPT_DECR) { in p9_next_unmasked_interrupt()
1989 return PPC_INTERRUPT_DECR; in p9_next_unmasked_interrupt()
2114 if (pending_interrupts & PPC_INTERRUPT_DECR) { in ppc_next_unmasked_interrupt()
2115 return PPC_INTERRUPT_DECR; in ppc_next_unmasked_interrupt()
2196 case PPC_INTERRUPT_DECR: /* Decrementer exception */ in p7_deliver_interrupt()
2246 case PPC_INTERRUPT_DECR: /* Decrementer exception */ in p8_deliver_interrupt()
2334 case PPC_INTERRUPT_DECR: /* Decrementer exception */ in p9_deliver_interrupt()
2445 case PPC_INTERRUPT_DECR: /* Decrementer exception */ in ppc_deliver_interrupt()
2447 env->pending_interrupts &= ~PPC_INTERRUPT_DECR; in ppc_deliver_interrupt()