Home
last modified time | relevance | path

Searched refs:boot_option_idle_override (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dprocess.c670 unsigned long boot_option_idle_override = IDLE_NO_OVERRIDE; variable
671 EXPORT_SYMBOL(boot_option_idle_override);
798 if (boot_option_idle_override == IDLE_NOMWAIT) in prefer_mwait_c1_over_halt()
838 if (boot_option_idle_override == IDLE_POLL && smp_num_siblings > 1) in select_idle_routine()
841 if (x86_idle || boot_option_idle_override == IDLE_POLL) in select_idle_routine()
894 boot_option_idle_override = IDLE_POLL; in idle_setup()
905 boot_option_idle_override = IDLE_HALT; in idle_setup()
912 boot_option_idle_override = IDLE_NOMWAIT; in idle_setup()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dprocessor_pdc.c118 if (boot_option_idle_override == IDLE_NOMWAIT) { in acpi_processor_eval_pdc()
173 boot_option_idle_override = IDLE_NOMWAIT; in set_no_mwait()
H A Dprocessor_idle.c65 return boot_option_idle_override == IDLE_POLL || in disabled_by_idle_boot_param()
66 boot_option_idle_override == IDLE_HALT; in disabled_by_idle_boot_param()
H A Dacpi_processor.c850 boot_option_idle_override == IDLE_NOMWAIT) { in acpi_processor_evaluate_cst()
/OK3568_Linux_fs/kernel/drivers/cpuidle/
H A Dcpuidle-haltpoll.c108 if (boot_option_idle_override != IDLE_NO_OVERRIDE) in haltpoll_init()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dprocess.c58 unsigned long boot_option_idle_override = IDLE_NO_OVERRIDE; variable
59 EXPORT_SYMBOL(boot_option_idle_override);
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dprocessor.h665 extern unsigned long boot_option_idle_override;
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dprocessor.h668 extern unsigned long boot_option_idle_override;
/OK3568_Linux_fs/kernel/drivers/idle/
H A Dintel_idle.c1655 if (boot_option_idle_override != IDLE_NO_OVERRIDE) in intel_idle_init()