Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dexcp_helper.c1787 return PPC_INTERRUPT_DOORBELL; in p8_interrupt_powersave()
1845 return PPC_INTERRUPT_DOORBELL; in p8_next_unmasked_interrupt()
1902 return PPC_INTERRUPT_DOORBELL; in p9_interrupt_powersave()
1986 return PPC_INTERRUPT_DOORBELL; in p9_next_unmasked_interrupt()
2108 return PPC_INTERRUPT_DOORBELL; in ppc_next_unmasked_interrupt()
2240 case PPC_INTERRUPT_DOORBELL: in p8_deliver_interrupt()
2241 env->pending_interrupts &= ~PPC_INTERRUPT_DOORBELL; in p8_deliver_interrupt()
2324 case PPC_INTERRUPT_DOORBELL: in p9_deliver_interrupt()
2325 env->pending_interrupts &= ~PPC_INTERRUPT_DOORBELL; in p9_deliver_interrupt()
2434 case PPC_INTERRUPT_DOORBELL: in ppc_deliver_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(cpu, PPC_INTERRUPT_DOORBELL, val & (0x1 << thread_id)); in helper_store_dpdes()
H A Dcpu.h2664 PPC_INTERRUPT_DOORBELL = 0x04000, /* Doorbell interrupt */ enumerator