Searched refs:SPRN_THRM2 (Results 1 – 3 of 3) sorted by relevance
64 mtspr (SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V | THRM1_TIE); in set_thresholds()68 mtspr(SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V); in set_thresholds()94 if((thrm = mfspr(SPRN_THRM2)) & THRM1_TIV){ /* is valid? */ in TAUupdate()
480 case SPRN_THRM2: in kvmppc_core_emulate_mtspr_pr()623 case SPRN_THRM2: in kvmppc_core_emulate_mfspr_pr()
654 #define SPRN_THRM2 0x3FD /* Thermal Management Register 2 */ macro