Searched refs:PPC_INTERRUPT_DOORBELL (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/target/ppc/ |
| H A D | excp_helper.c | 1608 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 D | misc_helper.c | 260 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 D | tcg-excp_helper.c | 658 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 D | cpu.h | 2680 PPC_INTERRUPT_DOORBELL = 0x04000, /* Doorbell interrupt */ enumerator
|