Searched refs:intel_idle (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/drivers/idle/ |
D | intel_idle.c | 159 static __cpuidle int intel_idle(struct cpuidle_device *dev, in intel_idle() function 241 .enter = &intel_idle, 249 .enter = &intel_idle, 257 .enter = &intel_idle, 265 .enter = &intel_idle, 278 .enter = &intel_idle, 286 .enter = &intel_idle, 294 .enter = &intel_idle, 302 .enter = &intel_idle, 310 .enter = &intel_idle, [all …]
|
D | Kconfig | 8 Enable intel_idle, a cpuidle driver that includes knowledge of 11 processors intel_idle does not support.
|
D | Makefile | 2 obj-$(CONFIG_INTEL_IDLE) += intel_idle.o
|
/Linux-v6.6/Documentation/admin-guide/pm/ |
D | intel_idle.rst | 5 ``intel_idle`` CPU Idle Time Management Driver 16 ``intel_idle`` is a part of the 22 firmware. [To understand ``intel_idle`` it is necessary to know how ``CPUIdle`` 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 58 ``intel_idle`` can use two sources of information: static tables of idle states 61 recognized by ``intel_idle`` and the latter are used if that is required for 63 recognized by ``intel_idle``) or if the processor model is not recognized. 69 states, ``intel_idle`` first looks for a ``_CST`` object under one of the ACPI [all …]
|
D | working-state.rst | 11 intel_idle
|
D | cpuidle.rst | 175 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 616 to ``intel_idle`` affect Intel processors only. 621 ``intel_idle`` drivers altogether, which effectively causes the entire 641 running Intel processors, this option disables the ``intel_idle`` driver 649 the ``intel_idle.max_cstate=<n>`` and ``processor.max_cstate=<n>`` parameters, 653 ``intel_idle`` and ``acpi_idle`` drivers, respectively, to discard all of the 657 ``intel_idle.max_cstate=0`` to the kernel command line disables the 658 ``intel_idle`` driver and allows ``acpi_idle`` to be used, whereas
|
/Linux-v6.6/Documentation/arch/x86/ |
D | mds.rst | 189 has been superseded by the intel_idle driver around 2010 and is
|
/Linux-v6.6/Documentation/timers/ |
D | no_hz.rst | 242 c. On x86 systems, use the "intel_idle.max_cstate=" to limit
|
/Linux-v6.6/Documentation/admin-guide/ |
D | kernel-parameters.txt | 2140 intel_idle.max_cstate= [KNL,HW,ACPI,X86] 2141 0 disables intel_idle and fall back on acpi_idle.
|
/Linux-v6.6/ |
D | MAINTAINERS | 10573 F: drivers/idle/intel_idle.c
|