Searched refs:PPC_INTERRUPT_THERM (Results 1 – 3 of 3) sorted by relevance
1683 PPC_INTERRUPT_THERM | PPC_INTERRUPT_EBB)1765 PPC_INTERRUPT_FIT | PPC_INTERRUPT_PIT | PPC_INTERRUPT_THERM)1872 PPC_INTERRUPT_PIT | PPC_INTERRUPT_THERM)2117 if (env->pending_interrupts & PPC_INTERRUPT_THERM) { in ppc_next_unmasked_interrupt()2118 return PPC_INTERRUPT_THERM; in ppc_next_unmasked_interrupt()2450 case PPC_INTERRUPT_THERM: /* Thermal interrupt */ in ppc_deliver_interrupt()2451 env->pending_interrupts &= ~PPC_INTERRUPT_THERM; in ppc_deliver_interrupt()
2657 PPC_INTERRUPT_THERM = 0x00080, /* Thermal exception */ enumerator
174 ppc_set_irq(cpu, PPC_INTERRUPT_THERM, level); in ppc970_set_irq()