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.c1678 PPC_INTERRUPT_THERM | PPC_INTERRUPT_EBB)
1763 PPC_INTERRUPT_FIT | PPC_INTERRUPT_PIT | PPC_INTERRUPT_THERM)
1873 PPC_INTERRUPT_PIT | PPC_INTERRUPT_THERM)
2127 if (pending_interrupts & PPC_INTERRUPT_THERM) { in ppc_next_unmasked_interrupt()
2128 return PPC_INTERRUPT_THERM; in ppc_next_unmasked_interrupt()
2466 case PPC_INTERRUPT_THERM: /* Thermal interrupt */ in ppc_deliver_interrupt()
2467 env->pending_interrupts &= ~PPC_INTERRUPT_THERM; in ppc_deliver_interrupt()
H A Dcpu.h2654 PPC_INTERRUPT_THERM = 0x00080, /* Thermal exception */ enumerator
/openbmc/qemu/hw/ppc/
H A Dppc.c174 ppc_set_irq(cpu, PPC_INTERRUPT_THERM, level); in ppc970_set_irq()