Home
last modified time | relevance | path

Searched refs:IDLE_NO_OVERRIDE (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/cpuidle/
H A Dcpuidle-haltpoll.c107 if (boot_option_idle_override != IDLE_NO_OVERRIDE) in haltpoll_init()
H A Dcpuidle-powernv.c363 if (cpuidle_disable != IDLE_NO_OVERRIDE) in powernv_idle_probe()
/linux/arch/loongarch/include/asm/
H A Dprocessor.h191 enum idle_boot_override {IDLE_NO_OVERRIDE = 0, IDLE_HALT, IDLE_NOMWAIT, IDLE_POLL}; enumerator
/linux/arch/powerpc/include/asm/
H A Dprocessor.h429 enum idle_boot_override {IDLE_NO_OVERRIDE = 0, IDLE_POWERSAVE_OFF}; enumerator
/linux/arch/loongarch/kernel/
H A Dprocess.c66 unsigned long boot_option_idle_override = IDLE_NO_OVERRIDE;
/linux/arch/powerpc/platforms/powernv/
H A Didle.c1458 if (cpuidle_disable != IDLE_NO_OVERRIDE) in pnv_init_idle_states()