Home
last modified time | relevance | path

Searched refs:PPC_INTERRUPT_HDOORBELL (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c1677 PPC_INTERRUPT_PIT | PPC_INTERRUPT_DOORBELL | PPC_INTERRUPT_HDOORBELL | \
1788 if ((pending_interrupts & PPC_INTERRUPT_HDOORBELL) && in p8_interrupt_powersave()
1790 return PPC_INTERRUPT_HDOORBELL; in p8_interrupt_powersave()
1848 if (pending_interrupts & PPC_INTERRUPT_HDOORBELL) { in p8_next_unmasked_interrupt()
1849 return PPC_INTERRUPT_HDOORBELL; in p8_next_unmasked_interrupt()
1909 if ((pending_interrupts & PPC_INTERRUPT_HDOORBELL) && in p9_interrupt_powersave()
1911 return PPC_INTERRUPT_HDOORBELL; in p9_interrupt_powersave()
1994 if (pending_interrupts & PPC_INTERRUPT_HDOORBELL) { in p9_next_unmasked_interrupt()
1995 return PPC_INTERRUPT_HDOORBELL; in p9_next_unmasked_interrupt()
2120 if (pending_interrupts & PPC_INTERRUPT_HDOORBELL) { in ppc_next_unmasked_interrupt()
[all …]
H A Dcpu.h2665 PPC_INTERRUPT_HDOORBELL = 0x20000, /* Hypervisor Doorbell interrupt */ enumerator