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()864 case POWERPC_EXCP_THERM: /* Thermal interrupt */ in powerpc_excp_7xx()1007 case POWERPC_EXCP_THERM: /* Thermal interrupt */ in powerpc_excp_74xx()1584 case POWERPC_EXCP_THERM: /* Thermal interrupt */ in powerpc_excp_books()2452 powerpc_excp(cpu, POWERPC_EXCP_THERM); in ppc_deliver_interrupt()
1876 env->excp_vectors[POWERPC_EXCP_THERM] = 0x00001700; in init_excp_7x0()1920 env->excp_vectors[POWERPC_EXCP_THERM] = 0x00001700; in init_excp_750cx()1947 env->excp_vectors[POWERPC_EXCP_THERM] = 0x00001700; in init_excp_7x5()1972 env->excp_vectors[POWERPC_EXCP_THERM] = 0x00001700; in init_excp_7400()2025 env->excp_vectors[POWERPC_EXCP_THERM] = 0x00001800; in init_excp_970()
122 POWERPC_EXCP_THERM = 86, /* Thermal interrupt */ enumerator