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 Dexcp_helper.c1677 PPC_INTERRUPT_PIT | PPC_INTERRUPT_DOORBELL | PPC_INTERRUPT_HDOORBELL | \
1784 if ((pending_interrupts & PPC_INTERRUPT_DOORBELL) && in p8_interrupt_powersave()
1786 return PPC_INTERRUPT_DOORBELL; in p8_interrupt_powersave()
1845 if (pending_interrupts & PPC_INTERRUPT_DOORBELL) { in p8_next_unmasked_interrupt()
1846 return PPC_INTERRUPT_DOORBELL; in p8_next_unmasked_interrupt()
1904 if ((pending_interrupts & PPC_INTERRUPT_DOORBELL) && in p9_interrupt_powersave()
1906 return PPC_INTERRUPT_DOORBELL; in p9_interrupt_powersave()
1991 if (pending_interrupts & PPC_INTERRUPT_DOORBELL) { in p9_next_unmasked_interrupt()
1992 return PPC_INTERRUPT_DOORBELL; in p9_next_unmasked_interrupt()
2117 if (pending_interrupts & PPC_INTERRUPT_DOORBELL) { in ppc_next_unmasked_interrupt()
[all …]
H A Dmisc_helper.c250 if (env->pending_interrupts & PPC_INTERRUPT_DOORBELL) { in helper_load_dpdes()
262 if (cenv->pending_interrupts & PPC_INTERRUPT_DOORBELL) { in helper_load_dpdes()
281 ppc_set_irq(cpu, PPC_INTERRUPT_DOORBELL, val & 0x1); in helper_store_dpdes()
291 ppc_set_irq(ccpu, PPC_INTERRUPT_DOORBELL, val & (0x1 << thread_id)); in helper_store_dpdes()
H A Dcpu.h2662 PPC_INTERRUPT_DOORBELL = 0x04000, /* Doorbell interrupt */ enumerator