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.c1771 PPC_INTERRUPT_PIT | PPC_INTERRUPT_DOORBELL | PPC_INTERRUPT_HDOORBELL | \ in p8_next_unmasked_interrupt()
1878 if ((pending_interrupts & PPC_INTERRUPT_DOORBELL) && in p9_next_unmasked_interrupt()
1880 return PPC_INTERRUPT_DOORBELL; in p9_next_unmasked_interrupt()
1939 if (pending_interrupts & PPC_INTERRUPT_DOORBELL) { in p9_next_unmasked_interrupt()
1940 return PPC_INTERRUPT_DOORBELL; in p9_next_unmasked_interrupt()
1998 if ((pending_interrupts & PPC_INTERRUPT_DOORBELL) && in ppc_next_unmasked_interrupt()
2000 return PPC_INTERRUPT_DOORBELL; in ppc_next_unmasked_interrupt()
2085 if (pending_interrupts & PPC_INTERRUPT_DOORBELL) {
2086 return PPC_INTERRUPT_DOORBELL;
2256 if (pending_interrupts & PPC_INTERRUPT_DOORBELL) { in p9_deliver_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.c670 irq = PPC_INTERRUPT_DOORBELL; in dbell2irq()
833 ppc_set_irq(env_archcpu(env), PPC_INTERRUPT_DOORBELL, 0); in helper_book3s_msgsndp()
848 msgsnd_core_tir(env, rb & PPC_BITMASK(57, 63), PPC_INTERRUPT_DOORBELL); in helper_book3s_trace()
H A Dcpu.h2754 PPC_INTERRUPT_DOORBELL = 0x04000, /* Doorbell interrupt */
2680 PPC_INTERRUPT_DOORBELL = 0x04000, /* Doorbell interrupt */ global() enumerator