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.c1680 (PPC_INTERRUPT_RESET | PPC_INTERRUPT_HVIRT | PPC_INTERRUPT_CEXT | \
1763 (PPC_INTERRUPT_RESET | PPC_INTERRUPT_DEBUG | PPC_INTERRUPT_HVIRT | \
1910 if ((env->pending_interrupts & PPC_INTERRUPT_HVIRT) && in p9_interrupt_powersave()
1912 return PPC_INTERRUPT_HVIRT; in p9_interrupt_powersave()
1961 if (env->pending_interrupts & PPC_INTERRUPT_HVIRT) { in p9_next_unmasked_interrupt()
1965 return PPC_INTERRUPT_HVIRT; in p9_next_unmasked_interrupt()
2062 if (env->pending_interrupts & PPC_INTERRUPT_HVIRT) { in ppc_next_unmasked_interrupt()
2066 return PPC_INTERRUPT_HVIRT; in ppc_next_unmasked_interrupt()
2309 case PPC_INTERRUPT_HVIRT: /* Hypervisor virtualization interrupt */ in p9_deliver_interrupt()
2397 case PPC_INTERRUPT_HVIRT: /* Hypervisor virtualization interrupt */ in ppc_deliver_interrupt()
H A Dcpu.h2669 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()