/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | idle.c | 33 unsigned long cpuidle_disable = IDLE_NO_OVERRIDE;
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | idle.c | 33 unsigned long cpuidle_disable = IDLE_NO_OVERRIDE;
|
/kernel/linux/linux-5.10/drivers/cpuidle/ |
H A D | cpuidle-haltpoll.c | 108 if (boot_option_idle_override != IDLE_NO_OVERRIDE) in haltpoll_init()
|
H A D | cpuidle-pseries.c | 408 if (cpuidle_disable != IDLE_NO_OVERRIDE) in pseries_idle_probe()
|
H A D | cpuidle-powernv.c | 360 if (cpuidle_disable != IDLE_NO_OVERRIDE) in powernv_idle_probe()
|
/kernel/linux/linux-6.6/drivers/cpuidle/ |
H A D | cpuidle-haltpoll.c | 107 if (boot_option_idle_override != IDLE_NO_OVERRIDE) in haltpoll_init()
|
H A D | cpuidle-pseries.c | 413 if (cpuidle_disable != IDLE_NO_OVERRIDE) in pseries_idle_probe()
|
H A D | cpuidle-powernv.c | 363 if (cpuidle_disable != IDLE_NO_OVERRIDE) in powernv_idle_probe()
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | processor.h | 203 enum idle_boot_override {IDLE_NO_OVERRIDE=0, IDLE_HALT, IDLE_NOMWAIT, enumerator
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | processor.h | 191 enum idle_boot_override {IDLE_NO_OVERRIDE = 0, IDLE_HALT, IDLE_NOMWAIT, IDLE_POLL}; enumerator
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | process.c | 51 unsigned long boot_option_idle_override = IDLE_NO_OVERRIDE;
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | processor.h | 424 enum idle_boot_override {IDLE_NO_OVERRIDE = 0, IDLE_POWERSAVE_OFF}; enumerator
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | process.c | 63 unsigned long boot_option_idle_override = IDLE_NO_OVERRIDE;
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | processor.h | 418 enum idle_boot_override {IDLE_NO_OVERRIDE = 0, IDLE_POWERSAVE_OFF}; enumerator
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | processor.h | 667 enum idle_boot_override {IDLE_NO_OVERRIDE=0, IDLE_HALT, IDLE_FORCE_MWAIT, enumerator
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | process.c | 58 unsigned long boot_option_idle_override = IDLE_NO_OVERRIDE;
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | processor.h | 670 enum idle_boot_override {IDLE_NO_OVERRIDE=0, IDLE_HALT, IDLE_NOMWAIT, enumerator
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | processor.h | 653 enum idle_boot_override {IDLE_NO_OVERRIDE=0, IDLE_HALT, IDLE_FORCE_MWAIT, enumerator
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | process.c | 59 unsigned long boot_option_idle_override = IDLE_NO_OVERRIDE;
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | processor.h | 548 enum idle_boot_override {IDLE_NO_OVERRIDE=0, IDLE_HALT, IDLE_NOMWAIT, enumerator
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | process.c | 670 unsigned long boot_option_idle_override = IDLE_NO_OVERRIDE;
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | process.c | 734 unsigned long boot_option_idle_override = IDLE_NO_OVERRIDE;
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | idle.c | 1490 if (cpuidle_disable != IDLE_NO_OVERRIDE) in pnv_init_idle_states()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | idle.c | 1457 if (cpuidle_disable != IDLE_NO_OVERRIDE) in pnv_init_idle_states()
|
/kernel/linux/linux-5.10/drivers/idle/ |
H A D | intel_idle.c | 1655 if (boot_option_idle_override != IDLE_NO_OVERRIDE) in intel_idle_init()
|