Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c1681 PPC_INTERRUPT_WDT | PPC_INTERRUPT_CDOORBELL | PPC_INTERRUPT_FIT | \
1765 PPC_INTERRUPT_FIT | PPC_INTERRUPT_PIT | PPC_INTERRUPT_THERM)
1871 PPC_INTERRUPT_WDT | PPC_INTERRUPT_CDOORBELL | PPC_INTERRUPT_FIT | \
2096 if (env->pending_interrupts & PPC_INTERRUPT_FIT) { in ppc_next_unmasked_interrupt()
2097 return PPC_INTERRUPT_FIT; in ppc_next_unmasked_interrupt()
2420 case PPC_INTERRUPT_FIT: /* Fixed interval timer on embedded PowerPC */ in ppc_deliver_interrupt()
2421 env->pending_interrupts &= ~PPC_INTERRUPT_FIT; in ppc_deliver_interrupt()
H A Dcpu.h2661 PPC_INTERRUPT_FIT = 0x00800, /* Fixed interval timer interrupt */ enumerator
/openbmc/qemu/hw/ppc/
H A Dppc_booke.c88 ppc_set_irq(cpu, PPC_INTERRUPT_FIT, in booke_update_irq()
H A Dppc.c1214 ppc_set_irq(cpu, PPC_INTERRUPT_FIT, 1); in cpu_4xx_fit_cb()