Searched refs:PPC_INTERRUPT_EBB (Results 1 – 2 of 2) sorted by relevance
1683 PPC_INTERRUPT_THERM | PPC_INTERRUPT_EBB)1861 return PPC_INTERRUPT_EBB; in p8_next_unmasked_interrupt()2002 return PPC_INTERRUPT_EBB; in p9_next_unmasked_interrupt()2128 return PPC_INTERRUPT_EBB; in ppc_next_unmasked_interrupt()2256 case PPC_INTERRUPT_EBB: /* EBB exception */ in p8_deliver_interrupt()2257 env->pending_interrupts &= ~PPC_INTERRUPT_EBB; in p8_deliver_interrupt()2336 case PPC_INTERRUPT_EBB: /* EBB exception */ in p9_deliver_interrupt()2337 env->pending_interrupts &= ~PPC_INTERRUPT_EBB; in p9_deliver_interrupt()2454 case PPC_INTERRUPT_EBB: /* EBB exception */ in ppc_deliver_interrupt()2455 env->pending_interrupts &= ~PPC_INTERRUPT_EBB; in ppc_deliver_interrupt()[all …]
2670 PPC_INTERRUPT_EBB = 0x80000, /* Event-based Branch exception */ enumerator