Searched refs:PPC_INTERRUPT_THERM (Results 1 – 3 of 3) sorted by relevance
1678 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()
2654 PPC_INTERRUPT_THERM = 0x00080, /* Thermal exception */ enumerator
174 ppc_set_irq(cpu, PPC_INTERRUPT_THERM, level); in ppc970_set_irq()