Lines Matching refs:PPC_INTERRUPT_DECR
1618 if ((pending_interrupts & PPC_INTERRUPT_DECR) && in p7_interrupt_powersave()
1620 return PPC_INTERRUPT_DECR; in p7_interrupt_powersave()
1680 if (pending_interrupts & PPC_INTERRUPT_DECR) { in p7_next_unmasked_interrupt()
1681 return PPC_INTERRUPT_DECR; in p7_next_unmasked_interrupt()
1703 if ((pending_interrupts & PPC_INTERRUPT_DECR) && in p8_interrupt_powersave()
1705 return PPC_INTERRUPT_DECR; in p8_interrupt_powersave()
1773 if (pending_interrupts & PPC_INTERRUPT_DECR) { in p8_next_unmasked_interrupt()
1774 return PPC_INTERRUPT_DECR; in p8_next_unmasked_interrupt()
1821 if ((pending_interrupts & PPC_INTERRUPT_DECR) && in p9_interrupt_powersave()
1823 return PPC_INTERRUPT_DECR; in p9_interrupt_powersave()
1919 if (pending_interrupts & PPC_INTERRUPT_DECR) { in p9_next_unmasked_interrupt()
1920 return PPC_INTERRUPT_DECR; in p9_next_unmasked_interrupt()
2049 if (pending_interrupts & PPC_INTERRUPT_DECR) { in ppc_next_unmasked_interrupt()
2050 return PPC_INTERRUPT_DECR; in ppc_next_unmasked_interrupt()
2131 case PPC_INTERRUPT_DECR: /* Decrementer exception */ in p7_deliver_interrupt()
2181 case PPC_INTERRUPT_DECR: /* Decrementer exception */ in p8_deliver_interrupt()
2269 case PPC_INTERRUPT_DECR: /* Decrementer exception */ in p9_deliver_interrupt()
2380 case PPC_INTERRUPT_DECR: /* Decrementer exception */ in ppc_deliver_interrupt()
2382 env->pending_interrupts &= ~PPC_INTERRUPT_DECR; in ppc_deliver_interrupt()