Home
last modified time | relevance | path

Searched refs:SPRN_THRM2 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
Dtau_6xx.c64 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()
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_emulate.c480 case SPRN_THRM2: in kvmppc_core_emulate_mtspr_pr()
623 case SPRN_THRM2: in kvmppc_core_emulate_mfspr_pr()
/linux-4.4.14/arch/powerpc/include/asm/
Dreg.h654 #define SPRN_THRM2 0x3FD /* Thermal Management Register 2 */ macro