Home
last modified time | relevance | path

Searched refs:intel_idle (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/idle/
H A Dintel_idle.c253 .enter = &intel_idle,
261 .enter = &intel_idle,
269 .enter = &intel_idle,
277 .enter = &intel_idle,
290 .enter = &intel_idle,
298 .enter = &intel_idle,
306 .enter = &intel_idle,
314 .enter = &intel_idle,
322 .enter = &intel_idle,
335 .enter = &intel_idle,
[all …]
H A DKconfig8 Enable intel_idle, a cpuidle driver that includes knowledge of
11 processors intel_idle does not support.
H A DMakefile6 obj-$(CONFIG_INTEL_IDLE) += intel_idle.o
/linux-6.15/Documentation/admin-guide/pm/
H A Dintel_idle.rst5 ``intel_idle`` CPU Idle Time Management Driver
16 ``intel_idle`` is a part of the
26 ``intel_idle`` uses the ``MWAIT`` instruction to inform the processor that the
32 Manual [1]_). Accordingly, ``intel_idle`` refuses to work with processors in
37 ``intel_idle`` is not modular, so it cannot be unloaded, which means that the
63 recognized by ``intel_idle``) or if the processor model is not recognized.
82 coming from the ACPI tables. [This step is skipped if ``intel_idle`` is
90 If the processor model at hand is recognized by ``intel_idle``, there is a
107 If the given processor model is not recognized by ``intel_idle``, but it
171 ``intel_idle`` will fail.
[all …]
H A Dworking-state.rst11 intel_idle
H A Dcpuidle.rst175 majority of Intel platforms, ``intel_idle`` and ``acpi_idle``, one with
180 the ``acpi_idle`` driver will be used if ``intel_idle`` is disabled for some
611 to ``intel_idle`` affect Intel processors only.
616 ``intel_idle`` drivers altogether, which effectively causes the entire
636 running Intel processors, this option disables the ``intel_idle`` driver
644 the ``intel_idle.max_cstate=<n>`` and ``processor.max_cstate=<n>`` parameters,
648 ``intel_idle`` and ``acpi_idle`` drivers, respectively, to discard all of the
652 ``intel_idle.max_cstate=0`` to the kernel command line disables the
653 ``intel_idle`` driver and allows ``acpi_idle`` to be used, whereas
/linux-6.15/Documentation/arch/x86/
H A Dmds.rst205 has been superseded by the intel_idle driver around 2010 and is
/linux-6.15/Documentation/timers/
H A Dno_hz.rst239 c. On x86 systems, use the "intel_idle.max_cstate=" to limit
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt2313 intel_idle.max_cstate= [KNL,HW,ACPI,X86]
2314 0 disables intel_idle and fall back on acpi_idle.
/linux-6.15/
H A DMAINTAINERS11994 F: drivers/idle/intel_idle.c