Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c1608 PPC_INTERRUPT_PIT | PPC_INTERRUPT_DOORBELL | PPC_INTERRUPT_HDOORBELL | \
1715 if ((pending_interrupts & PPC_INTERRUPT_DOORBELL) && in p8_interrupt_powersave()
1717 return PPC_INTERRUPT_DOORBELL; in p8_interrupt_powersave()
1776 if (pending_interrupts & PPC_INTERRUPT_DOORBELL) { in p8_next_unmasked_interrupt()
1777 return PPC_INTERRUPT_DOORBELL; in p8_next_unmasked_interrupt()
1835 if ((pending_interrupts & PPC_INTERRUPT_DOORBELL) && in p9_interrupt_powersave()
1837 return PPC_INTERRUPT_DOORBELL; in p9_interrupt_powersave()
1922 if (pending_interrupts & PPC_INTERRUPT_DOORBELL) { in p9_next_unmasked_interrupt()
1923 return PPC_INTERRUPT_DOORBELL; in p9_next_unmasked_interrupt()
2052 if (pending_interrupts & PPC_INTERRUPT_DOORBELL) { in ppc_next_unmasked_interrupt()
[all …]
H A Dmisc_helper.c260 if (env->pending_interrupts & PPC_INTERRUPT_DOORBELL) { in helper_load_dpdes()
272 if (cenv->pending_interrupts & PPC_INTERRUPT_DOORBELL) { in helper_load_dpdes()
291 ppc_set_irq(cpu, PPC_INTERRUPT_DOORBELL, val & 0x1); in helper_store_dpdes()
301 ppc_set_irq(ccpu, PPC_INTERRUPT_DOORBELL, val & (0x1 << thread_id)); in helper_store_dpdes()
H A Dtcg-excp_helper.c658 irq = PPC_INTERRUPT_DOORBELL; in dbell2irq()
821 ppc_set_irq(env_archcpu(env), PPC_INTERRUPT_DOORBELL, 0); in helper_book3s_msgclrp()
836 msgsnd_core_tir(env, rb & PPC_BITMASK(57, 63), PPC_INTERRUPT_DOORBELL); in helper_book3s_msgsndp()
H A Dcpu.h2680 PPC_INTERRUPT_DOORBELL = 0x04000, /* Doorbell interrupt */ enumerator