Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dexcp_helper.c1607 PPC_INTERRUPT_WDT | PPC_INTERRUPT_CDOORBELL | PPC_INTERRUPT_FIT | \
1693 PPC_INTERRUPT_CEXT | PPC_INTERRUPT_WDT | PPC_INTERRUPT_CDOORBELL | \
1803 PPC_INTERRUPT_WDT | PPC_INTERRUPT_CDOORBELL | PPC_INTERRUPT_FIT | \
2037 if (pending_interrupts & PPC_INTERRUPT_CDOORBELL) { in ppc_next_unmasked_interrupt()
2038 return PPC_INTERRUPT_CDOORBELL; in ppc_next_unmasked_interrupt()
2368 case PPC_INTERRUPT_CDOORBELL: in ppc_deliver_interrupt()
2369 env->pending_interrupts &= ~PPC_INTERRUPT_CDOORBELL; in ppc_deliver_interrupt()
H A Dtcg-excp_helper.c661 irq = PPC_INTERRUPT_CDOORBELL; in dbell2irq()
H A Dcpu.h2675 PPC_INTERRUPT_CDOORBELL = 0x02000, /* Critical doorbell interrupt */ enumerator