Searched refs:POWERPC_EXCP_THERM (Results 1 – 4 of 4) sorted by relevance
311 case POWERPC_EXCP_THERM: /* Thermal interrupt */ in cpu_loop()
90 case POWERPC_EXCP_THERM: return "THERM"; in powerpc_excp_name()858 case POWERPC_EXCP_THERM: /* Thermal interrupt */ in powerpc_excp_7xx()1001 case POWERPC_EXCP_THERM: /* Thermal interrupt */ in powerpc_excp_74xx()1578 case POWERPC_EXCP_THERM: /* Thermal interrupt */ in powerpc_excp_books()2468 powerpc_excp(cpu, POWERPC_EXCP_THERM); in ppc_deliver_interrupt()
1877 env->excp_vectors[POWERPC_EXCP_THERM] = 0x00001700; in init_excp_7x0()1921 env->excp_vectors[POWERPC_EXCP_THERM] = 0x00001700; in init_excp_750cx()1948 env->excp_vectors[POWERPC_EXCP_THERM] = 0x00001700; in init_excp_7x5()1973 env->excp_vectors[POWERPC_EXCP_THERM] = 0x00001700; in init_excp_7400()2026 env->excp_vectors[POWERPC_EXCP_THERM] = 0x00001800; in init_excp_970()
122 POWERPC_EXCP_THERM = 86, /* Thermal interrupt */ enumerator