Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c1609 PPC_INTERRUPT_THERM | PPC_INTERRUPT_EBB)
1694 PPC_INTERRUPT_FIT | PPC_INTERRUPT_PIT | PPC_INTERRUPT_THERM)
1804 PPC_INTERRUPT_PIT | PPC_INTERRUPT_THERM)
2062 if (pending_interrupts & PPC_INTERRUPT_THERM) { in ppc_next_unmasked_interrupt()
2063 return PPC_INTERRUPT_THERM; in ppc_next_unmasked_interrupt()
2401 case PPC_INTERRUPT_THERM: /* Thermal interrupt */ in ppc_deliver_interrupt()
2402 env->pending_interrupts &= ~PPC_INTERRUPT_THERM; in ppc_deliver_interrupt()
H A Dcpu.h2672 PPC_INTERRUPT_THERM = 0x00080, /* Thermal exception */ enumerator
/openbmc/qemu/hw/ppc/
H A Dppc.c175 ppc_set_irq(cpu, PPC_INTERRUPT_THERM, level); in ppc970_set_irq()