Home
last modified time | relevance | path

Searched refs:no_turbo (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/cpufreq/
H A Dintel_pstate.c184 bool no_turbo; member
1061 if (READ_ONCE(global.no_turbo)) { in hybrid_get_capacity_perf()
1473 policy->cpuinfo.max_freq = READ_ONCE(global.no_turbo) ? in __intel_pstate_update_max_freq()
1552 int total, no_turbo, turbo_pct; in show_turbo_pct() local
1563 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
1564 turbo_fp = div_fp(no_turbo, total); in show_turbo_pct()
1595 return sprintf(buf, "%u\n", global.no_turbo); in show_no_turbo()
1602 bool no_turbo; in store_no_turbo() local
1612 no_turbo = !!clamp_t(int, input, 0, 1); in store_no_turbo()
1615 if (global.turbo_disabled && !no_turbo) { in store_no_turbo()
[all …]
/linux/tools/power/x86/intel-speed-select/
H A Disst-config.c1726 static int no_turbo(void) in no_turbo() function
1737 if (scaling_max_freq < base_freq || no_turbo()) in adjust_scaling_max_from_base_freq()
2145 if (status && no_turbo()) { in set_fact_for_cpu()
/linux/Documentation/admin-guide/pm/
H A Dintel-speed-select.rst218 # echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo
575 #echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-system-cpu378 /sys/devices/system/cpu/intel_pstate/no_turbo
394 no_turbo: limits the driver to selecting P states below the turbo