Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c1675 (PPC_INTERRUPT_RESET | PPC_INTERRUPT_HVIRT | PPC_INTERRUPT_CEXT | \
1761 (PPC_INTERRUPT_RESET | PPC_INTERRUPT_DEBUG | PPC_INTERRUPT_HVIRT | \
1914 if ((pending_interrupts & PPC_INTERRUPT_HVIRT) && in p9_interrupt_powersave()
1916 return PPC_INTERRUPT_HVIRT; in p9_interrupt_powersave()
1967 if (pending_interrupts & PPC_INTERRUPT_HVIRT) { in p9_next_unmasked_interrupt()
1971 return PPC_INTERRUPT_HVIRT; in p9_next_unmasked_interrupt()
2072 if (pending_interrupts & PPC_INTERRUPT_HVIRT) { in ppc_next_unmasked_interrupt()
2076 return PPC_INTERRUPT_HVIRT; in ppc_next_unmasked_interrupt()
2322 case PPC_INTERRUPT_HVIRT: /* Hypervisor virtualization interrupt */ in p9_deliver_interrupt()
2414 case PPC_INTERRUPT_HVIRT: /* Hypervisor virtualization interrupt */ in ppc_deliver_interrupt()
H A Dcpu.h2666 PPC_INTERRUPT_HVIRT = 0x40000, /* Hypervisor virtualization interrupt */ enumerator
/openbmc/qemu/hw/ppc/
H A Dppc.c266 ppc_set_irq(cpu, PPC_INTERRUPT_HVIRT, level); in power9_set_irq()