Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmisc_helper.c235 if (env->pending_interrupts & PPC_INTERRUPT_DOORBELL) { in helper_load_dpdes()
247 if (cenv->pending_interrupts & PPC_INTERRUPT_DOORBELL) { in helper_load_dpdes()
276 ppc_set_irq(cpu, PPC_INTERRUPT_DOORBELL, val & 0x1); in helper_store_dpdes()
286 ppc_set_irq(cpu, PPC_INTERRUPT_DOORBELL, val & (0x1 << thread_id)); in helper_store_dpdes()
H A Dexcp_helper.c1865 return PPC_INTERRUPT_DOORBELL; in p8_interrupt_powersave()
1923 return PPC_INTERRUPT_DOORBELL; in p8_next_unmasked_interrupt()
1980 return PPC_INTERRUPT_DOORBELL; in p9_interrupt_powersave()
2064 return PPC_INTERRUPT_DOORBELL; in p9_next_unmasked_interrupt()
2173 return PPC_INTERRUPT_DOORBELL; in ppc_next_unmasked_interrupt_generic()
2323 case PPC_INTERRUPT_DOORBELL: in p8_deliver_interrupt()
2406 case PPC_INTERRUPT_DOORBELL: in p9_deliver_interrupt()
2503 case PPC_INTERRUPT_DOORBELL: in ppc_deliver_interrupt_generic()
3031 irq = PPC_INTERRUPT_DOORBELL; in dbell2irq()
3164 ppc_set_irq(cpu, PPC_INTERRUPT_DOORBELL, 1); in helper_book3s_msgsndp()
[all …]
H A Dcpu.h2613 PPC_INTERRUPT_DOORBELL = 0x04000, /* Doorbell interrupt */ enumerator