Searched refs:tau (Results 1 – 2 of 2) sorted by relevance
36 } tau[NR_CPUS]; variable59 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TIE | THRM1_TID); in set_thresholds()64 mtspr (SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V | THRM1_TIE); in set_thresholds()67 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TID); in set_thresholds()68 mtspr(SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V); in set_thresholds()84 if (tau[cpu].low >= step_size){ in TAUupdate()85 tau[cpu].low -= step_size; in TAUupdate()86 tau[cpu].high -= (step_size - window_expand); in TAUupdate()88 tau[cpu].grew = 1; in TAUupdate()96 if (tau[cpu].high <= 127-step_size){ in TAUupdate()[all …]
105 static const char tau[16] = "expand 16-byte k"; variable119 constants = tau; in salsa20_keysetup()