Searched refs:no_turbo (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/cpufreq/ |
D | intel_pstate.c | 182 bool no_turbo; member 1213 int total, no_turbo, turbo_pct; in show_turbo_pct() local 1226 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct() 1227 turbo_fp = div_fp(no_turbo, total); in show_turbo_pct() 1272 ret = sprintf(buf, "%u\n", global.no_turbo); in show_no_turbo() 1306 global.no_turbo = clamp_t(int, input, 0, 1); in store_no_turbo() 1308 if (global.no_turbo) { in store_no_turbo() 1320 arch_set_max_freq_ratio(global.no_turbo); in store_no_turbo() 1486 define_one_global_rw(no_turbo); 1496 &no_turbo.attr, [all …]
|
/Linux-v6.6/Documentation/admin-guide/pm/ |
D | intel_pstate.rst | 297 ``no_turbo`` attribute in ``sysfs`` (described `below <no_turbo_attr_>`_) should 371 The value of this attribute is not affected by the ``no_turbo`` 387 ``no_turbo`` 465 If the ``no_turbo`` `global attribute <no_turbo_attr_>`_ is set, the driver is 468 Accordingly, setting ``no_turbo`` causes ``scaling_max_freq`` and 471 restored after unsetting ``no_turbo``, unless these attributes have been written 472 to after ``no_turbo`` was set. 474 If ``no_turbo`` is not set, the maximum possible value of ``scaling_max_freq``
|
D | intel-speed-select.rst | 218 # echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo 575 #echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo
|
/Linux-v6.6/tools/power/x86/intel-speed-select/ |
D | isst-config.c | 1635 static int no_turbo(void) in no_turbo() function 1646 if (scaling_max_freq < base_freq || no_turbo()) in adjust_scaling_max_from_base_freq() 2053 if (status && no_turbo()) { in set_fact_for_cpu()
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-devices-system-cpu | 319 /sys/devices/system/cpu/intel_pstate/no_turbo 335 no_turbo: limits the driver to selecting P states below the turbo
|