Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dprocess.c734 unsigned long boot_option_idle_override = IDLE_NO_OVERRIDE; variable
735 EXPORT_SYMBOL(boot_option_idle_override);
886 if (boot_option_idle_override == IDLE_NOMWAIT) in prefer_mwait_c1_over_halt()
939 if (boot_option_idle_override == IDLE_POLL && smp_num_siblings > 1) in select_idle_routine()
942 if (x86_idle_set() || boot_option_idle_override == IDLE_POLL) in select_idle_routine()
998 boot_option_idle_override = IDLE_POLL; in idle_setup()
1009 boot_option_idle_override = IDLE_HALT; in idle_setup()
1016 boot_option_idle_override = IDLE_NOMWAIT; in idle_setup()
/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-haltpoll.c107 if (boot_option_idle_override != IDLE_NO_OVERRIDE) in haltpoll_init()
/openbmc/linux/arch/loongarch/kernel/
H A Dprocess.c63 unsigned long boot_option_idle_override = IDLE_NO_OVERRIDE; variable
64 EXPORT_SYMBOL(boot_option_idle_override);
/openbmc/linux/arch/x86/include/asm/
H A Dacpi.h131 boot_option_idle_override == IDLE_NOMWAIT) in arch_acpi_set_proc_cap_bits()
H A Dprocessor.h545 extern unsigned long boot_option_idle_override;
/openbmc/linux/arch/loongarch/include/asm/
H A Dprocessor.h193 extern unsigned long boot_option_idle_override;
/openbmc/linux/arch/ia64/kernel/
H A Dprocess.c59 unsigned long boot_option_idle_override = IDLE_NO_OVERRIDE; variable
60 EXPORT_SYMBOL(boot_option_idle_override);
/openbmc/linux/drivers/acpi/x86/
H A Dutils.c541 boot_option_idle_override = IDLE_NOMWAIT; in acpi_proc_quirk_set_no_mwait()
/openbmc/linux/arch/ia64/include/asm/
H A Dprocessor.h651 extern unsigned long boot_option_idle_override;
/openbmc/linux/drivers/acpi/
H A Dprocessor_idle.c63 return boot_option_idle_override == IDLE_POLL || in disabled_by_idle_boot_param()
64 boot_option_idle_override == IDLE_HALT; in disabled_by_idle_boot_param()
H A Dacpi_processor.c933 boot_option_idle_override == IDLE_NOMWAIT) { in acpi_processor_evaluate_cst()
/openbmc/linux/drivers/idle/
H A Dintel_idle.c2061 if (boot_option_idle_override != IDLE_NO_OVERRIDE) in intel_idle_init()