Searched refs:PPC_INTERRUPT_HDOORBELL (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/ppc/ |
| H A D | excp_helper.c | 1608 PPC_INTERRUPT_PIT | PPC_INTERRUPT_DOORBELL | PPC_INTERRUPT_HDOORBELL | \ 1719 if ((pending_interrupts & PPC_INTERRUPT_HDOORBELL) && in p8_interrupt_powersave() 1721 return PPC_INTERRUPT_HDOORBELL; in p8_interrupt_powersave() 1779 if (pending_interrupts & PPC_INTERRUPT_HDOORBELL) { in p8_next_unmasked_interrupt() 1780 return PPC_INTERRUPT_HDOORBELL; in p8_next_unmasked_interrupt() 1840 if ((pending_interrupts & PPC_INTERRUPT_HDOORBELL) && in p9_interrupt_powersave() 1842 return PPC_INTERRUPT_HDOORBELL; in p9_interrupt_powersave() 1925 if (pending_interrupts & PPC_INTERRUPT_HDOORBELL) { in p9_next_unmasked_interrupt() 1926 return PPC_INTERRUPT_HDOORBELL; in p9_next_unmasked_interrupt() 2055 if (pending_interrupts & PPC_INTERRUPT_HDOORBELL) { in ppc_next_unmasked_interrupt() [all …]
|
| H A D | tcg-excp_helper.c | 763 ppc_set_irq(env_archcpu(env), PPC_INTERRUPT_HDOORBELL, 0); in helper_book3s_msgclr() 779 msgsnd_core_tir(env, rb & PPC_BITMASK(57, 63), PPC_INTERRUPT_HDOORBELL); in helper_book3s_msgsnd() 796 ppc_set_irq(cpu, PPC_INTERRUPT_HDOORBELL, 1); in helper_book3s_msgsnd() 807 ppc_set_irq(POWERPC_CPU(ccs), PPC_INTERRUPT_HDOORBELL, 1); in helper_book3s_msgsnd()
|
| H A D | cpu.h | 2683 PPC_INTERRUPT_HDOORBELL = 0x20000, /* Hypervisor Doorbell interrupt */ enumerator
|