Home
last modified time | relevance | path

Searched refs:PPC_INTERRUPT_WDT (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c1770 PPC_INTERRUPT_WDT | PPC_INTERRUPT_CDOORBELL | PPC_INTERRUPT_FIT | \ in p8_next_unmasked_interrupt()
1856 PPC_INTERRUPT_CEXT | PPC_INTERRUPT_WDT | PPC_INTERRUPT_CDOORBELL | \ in p9_next_unmasked_interrupt()
1966 PPC_INTERRUPT_WDT | PPC_INTERRUPT_CDOORBELL | PPC_INTERRUPT_FIT | \ in ppc_next_unmasked_interrupt()
2128 if (env->pending_interrupts & PPC_INTERRUPT_WDT) { in p7_deliver_interrupt()
2129 return PPC_INTERRUPT_WDT; in p7_deliver_interrupt()
2238 if (pending_interrupts & PPC_INTERRUPT_WDT) { in p9_deliver_interrupt()
2239 return PPC_INTERRUPT_WDT; in p9_deliver_interrupt()
2568 case PPC_INTERRUPT_WDT: /* Watchdog timer on embedded PowerPC */
2569 env->pending_interrupts &= ~PPC_INTERRUPT_WDT;
H A Dcpu.h2752 PPC_INTERRUPT_WDT = 0x01000, /* Watchdog timer interrupt */
2678 PPC_INTERRUPT_WDT = 0x01000, /* Watchdog timer interrupt */ global() enumerator
/openbmc/qemu/hw/ppc/
H A Dppc_booke.c95 ppc_set_irq(cpu, PPC_INTERRUPT_WDT, in booke_update_irq()
H A Dppc.c1320 ppc_set_irq(cpu, PPC_INTERRUPT_WDT, 1); in cpu_4xx_wdt_cb()