Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c1687 if ((pending_interrupts & PPC_INTERRUPT_DECR) && in p7_interrupt_powersave()
1689 return PPC_INTERRUPT_DECR; in p7_interrupt_powersave()
1749 if (pending_interrupts & PPC_INTERRUPT_DECR) { in p7_next_unmasked_interrupt()
1750 return PPC_INTERRUPT_DECR; in p7_next_unmasked_interrupt()
1772 if ((pending_interrupts & PPC_INTERRUPT_DECR) && in p8_interrupt_powersave()
1774 return PPC_INTERRUPT_DECR; in p8_interrupt_powersave()
1842 if (pending_interrupts & PPC_INTERRUPT_DECR) { in p8_next_unmasked_interrupt()
1843 return PPC_INTERRUPT_DECR; in p8_next_unmasked_interrupt()
1890 if ((pending_interrupts & PPC_INTERRUPT_DECR) && in p9_interrupt_powersave()
1892 return PPC_INTERRUPT_DECR; in p9_interrupt_powersave()
[all …]
H A Dcpu.h2656 PPC_INTERRUPT_DECR = 0x00100, /* Decrementer exception */ enumerator
/openbmc/qemu/hw/ppc/
H A Dppc_booke.c90 ppc_set_irq(cpu, PPC_INTERRUPT_DECR, in booke_update_irq()
H A Dppc.c811 ppc_set_irq(cpu, PPC_INTERRUPT_DECR, 1); in cpu_ppc_decr_excp()
816 ppc_set_irq(cpu, PPC_INTERRUPT_DECR, 0); in cpu_ppc_decr_lower()
1120 ppc_set_irq(cpu, PPC_INTERRUPT_DECR, 0); in cpu_ppc_tb_reset()