Searched refs:tau (Results 1 – 1 of 1) sorted by relevance
38 } tau[NR_CPUS]; variable61 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TIE | THRM1_TID); in set_thresholds()66 mtspr (SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V | THRM1_TIE); in set_thresholds()69 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TID); in set_thresholds()70 mtspr(SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V); in set_thresholds()86 if (tau[cpu].low >= step_size){ in TAUupdate()87 tau[cpu].low -= step_size; in TAUupdate()88 tau[cpu].high -= (step_size - window_expand); in TAUupdate()90 tau[cpu].grew = 1; in TAUupdate()98 if (tau[cpu].high <= 127-step_size){ in TAUupdate()[all …]