Searched refs:PPC_INTERRUPT_HVIRT (Results 1 – 3 of 3) sorted by relevance
1680 (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()
2669 PPC_INTERRUPT_HVIRT = 0x40000, /* Hypervisor virtualization interrupt */ enumerator
266 ppc_set_irq(cpu, PPC_INTERRUPT_HVIRT, level); in power9_set_irq()