Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dexcp_helper.c1609 PPC_INTERRUPT_THERM | PPC_INTERRUPT_EBB)
1786 if (pending_interrupts & PPC_INTERRUPT_EBB) { in p8_next_unmasked_interrupt()
1793 return PPC_INTERRUPT_EBB; in p8_next_unmasked_interrupt()
1932 if (pending_interrupts & PPC_INTERRUPT_EBB) { in p9_next_unmasked_interrupt()
1939 return PPC_INTERRUPT_EBB; in p9_next_unmasked_interrupt()
2066 if (pending_interrupts & PPC_INTERRUPT_EBB) { in ppc_next_unmasked_interrupt()
2073 return PPC_INTERRUPT_EBB; in ppc_next_unmasked_interrupt()
2203 case PPC_INTERRUPT_EBB: /* EBB exception */ in p8_deliver_interrupt()
2204 env->pending_interrupts &= ~PPC_INTERRUPT_EBB; in p8_deliver_interrupt()
2287 case PPC_INTERRUPT_EBB: /* EBB exception */ in p9_deliver_interrupt()
[all …]
H A Dtcg-excp_helper.c608 ppc_set_irq(cpu, PPC_INTERRUPT_EBB, 1); in do_ebb()
H A Dcpu.h2681 PPC_INTERRUPT_EBB = 0x80000, /* Event-based Branch exception */ enumerator