Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dexcp_helper.c1618 if ((pending_interrupts & PPC_INTERRUPT_DECR) && in p7_interrupt_powersave()
1620 return PPC_INTERRUPT_DECR; in p7_interrupt_powersave()
1680 if (pending_interrupts & PPC_INTERRUPT_DECR) { in p7_next_unmasked_interrupt()
1681 return PPC_INTERRUPT_DECR; in p7_next_unmasked_interrupt()
1703 if ((pending_interrupts & PPC_INTERRUPT_DECR) && in p8_interrupt_powersave()
1705 return PPC_INTERRUPT_DECR; in p8_interrupt_powersave()
1773 if (pending_interrupts & PPC_INTERRUPT_DECR) { in p8_next_unmasked_interrupt()
1774 return PPC_INTERRUPT_DECR; in p8_next_unmasked_interrupt()
1821 if ((pending_interrupts & PPC_INTERRUPT_DECR) && in p9_interrupt_powersave()
1823 return PPC_INTERRUPT_DECR; in p9_interrupt_powersave()
[all …]
H A Dcpu.h2670 PPC_INTERRUPT_DECR = 0x00100, /* Decrementer exception */ enumerator
/qemu/hw/ppc/
H A Dppc_booke.c91 ppc_set_irq(cpu, PPC_INTERRUPT_DECR, in booke_update_irq()
H A Dppc.c812 ppc_set_irq(cpu, PPC_INTERRUPT_DECR, 1); in cpu_ppc_decr_excp()
817 ppc_set_irq(cpu, PPC_INTERRUPT_DECR, 0); in cpu_ppc_decr_lower()
1121 ppc_set_irq(cpu, PPC_INTERRUPT_DECR, 0); in cpu_ppc_tb_reset()