Home
last modified time | relevance | path

Searched refs:max_cstate (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/acpi/
A Dprocessor_idle.c39 module_param(max_cstate, uint, 0000);
73 if (max_cstate > ACPI_PROCESSOR_MAX_POWER) in set_max_cstate()
80 max_cstate = (long)id->driver_data; in set_max_cstate()
454 sort(&pr->power.states[1], max_cstate, in acpi_processor_power_verify()
729 if (max_cstate == 0) in acpi_processor_setup_cpuidle_cx()
730 max_cstate = 1; in acpi_processor_setup_cpuidle_cx()
768 if (max_cstate == 0) in acpi_processor_setup_cstates()
769 max_cstate = 1; in acpi_processor_setup_cstates()
827 max_cstate = acpi_processor_cstate_check(max_cstate); in acpi_processor_cstate_first_run_checks()
828 if (max_cstate < ACPI_C_STATES_MAX) in acpi_processor_cstate_first_run_checks()
[all …]
/linux/arch/x86/include/asm/
A Dacpi.h69 static inline unsigned int acpi_processor_cstate_check(unsigned int max_cstate) in acpi_processor_cstate_check() argument
85 return max_cstate; in acpi_processor_cstate_check()
/linux/drivers/idle/
A Dintel_idle.c65 static int max_cstate = CPUIDLE_STATE_MAX - 1; variable
1185 if (cstate + 1 > max_cstate) { in intel_idle_max_cstate_reached()
1186 pr_info("max_cstate %d reached\n", max_cstate); in intel_idle_max_cstate_reached()
1229 limit = min_t(int, min_t(int, CPUIDLE_STATE_MAX, max_cstate + 1), in intel_idle_cst_usable()
1466 if (max_cstate <= 7) in sklh_idle_state_table_update()
1709 if (max_cstate == 0) { in intel_idle_init()
1792 module_param(max_cstate, int, 0444);
/linux/Documentation/admin-guide/pm/
A Dintel_idle.rst177 The ``max_cstate`` parameter value is the maximum idle state index in the list
182 potentially might have been used if ``max_cstate`` had been greater are not
183 taken into consideration at all). Setting ``max_cstate`` can prevent
193 Setting ``max_cstate`` to 0 causes the ``intel_idle`` initialization to fail.
259 :ref:`PM QoS <cpu-pm-qos>` or the ``max_cstate`` module parameter of
A Dcpuidle.rst646 the ``intel_idle.max_cstate=<n>`` and ``processor.max_cstate=<n>`` parameters,
654 ``intel_idle.max_cstate=0`` to the kernel command line disables the
656 ``processor.max_cstate=0`` is equivalent to ``processor.max_cstate=1``.
658 can be loaded separately and ``max_cstate=<n>`` can be passed to it as a module
/linux/tools/power/cpupower/po/
A Dde.po898 msgid "max_cstate: C%u\n"
899 msgstr "max_cstate: C%u\n"
A Dit.po877 msgid "max_cstate: C%u\n"
A Dcs.po868 msgid "max_cstate: C%u\n"
A Dfr.po868 msgid "max_cstate: C%u\n"
A Dpt.po879 msgid "max_cstate: C%u\n"
/linux/Documentation/timers/
A Dno_hz.rst246 c. On x86 systems, use the "intel_idle.max_cstate=" to limit
/linux/Documentation/admin-guide/
A Dkernel-parameters.txt1985 intel_idle.max_cstate= [KNL,HW,ACPI,X86]
4250 processor.max_cstate= [HW,ACPI]
4252 max_cstate=9 overrides any DMI blacklist limit.
/linux/
A Dmodules.builtin.modinfo1 …bm_check_disable:uint�processor.parmtype=nocst:uint�processor.parmtype=max_cstate:uint�processor.p…
A DSystem.map130130 ffff800011dccee4 d max_cstate
A D.tmp_System.map130130 ffff800011dccee4 d max_cstate

Completed in 410 milliseconds