Lines Matching refs:PPC_INTERRUPT_EBB
1678 PPC_INTERRUPT_THERM | PPC_INTERRUPT_EBB)
1855 if (pending_interrupts & PPC_INTERRUPT_EBB) { in p8_next_unmasked_interrupt()
1862 return PPC_INTERRUPT_EBB; in p8_next_unmasked_interrupt()
2001 if (pending_interrupts & PPC_INTERRUPT_EBB) { in p9_next_unmasked_interrupt()
2008 return PPC_INTERRUPT_EBB; in p9_next_unmasked_interrupt()
2131 if (pending_interrupts & PPC_INTERRUPT_EBB) { in ppc_next_unmasked_interrupt()
2138 return PPC_INTERRUPT_EBB; in ppc_next_unmasked_interrupt()
2268 case PPC_INTERRUPT_EBB: /* EBB exception */ in p8_deliver_interrupt()
2269 env->pending_interrupts &= ~PPC_INTERRUPT_EBB; in p8_deliver_interrupt()
2352 case PPC_INTERRUPT_EBB: /* EBB exception */ in p9_deliver_interrupt()
2353 env->pending_interrupts &= ~PPC_INTERRUPT_EBB; in p9_deliver_interrupt()
2470 case PPC_INTERRUPT_EBB: /* EBB exception */ in ppc_deliver_interrupt()
2471 env->pending_interrupts &= ~PPC_INTERRUPT_EBB; in ppc_deliver_interrupt()
2762 ppc_set_irq(cpu, PPC_INTERRUPT_EBB, 1); in do_ebb()