Home
last modified time | relevance | path

Searched refs:PPC_INTERRUPT_EBB (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c1678 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()
[all …]
H A Dcpu.h2667 PPC_INTERRUPT_EBB = 0x80000, /* Event-based Branch exception */ enumerator