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.c1676 PPC_INTERRUPT_WDT | PPC_INTERRUPT_CDOORBELL | PPC_INTERRUPT_FIT | \
1763 PPC_INTERRUPT_FIT | PPC_INTERRUPT_PIT | PPC_INTERRUPT_THERM)
1872 PPC_INTERRUPT_WDT | PPC_INTERRUPT_CDOORBELL | PPC_INTERRUPT_FIT | \
2106 if (pending_interrupts & PPC_INTERRUPT_FIT) { in ppc_next_unmasked_interrupt()
2107 return PPC_INTERRUPT_FIT; in ppc_next_unmasked_interrupt()
2437 case PPC_INTERRUPT_FIT: /* Fixed interval timer on embedded PowerPC */ in ppc_deliver_interrupt()
2438 env->pending_interrupts &= ~PPC_INTERRUPT_FIT; in ppc_deliver_interrupt()
H A Dcpu.h2659 PPC_INTERRUPT_FIT = 0x00800, /* Fixed interval timer interrupt */ enumerator
/openbmc/qemu/hw/ppc/
H A Dppc_booke.c98 ppc_set_irq(cpu, PPC_INTERRUPT_FIT, in booke_update_irq()
H A Dppc.c1215 ppc_set_irq(cpu, PPC_INTERRUPT_FIT, 1); in cpu_4xx_fit_cb()