Home
last modified time | relevance | path

Searched refs:IDLE_NOMWAIT (Results 1 – 5 of 5) sorted by relevance

/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 Dacpi_processor.c850 boot_option_idle_override == IDLE_NOMWAIT) { in acpi_processor_evaluate_cst()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dprocess.c798 if (boot_option_idle_override == IDLE_NOMWAIT) in prefer_mwait_c1_over_halt()
912 boot_option_idle_override = IDLE_NOMWAIT; in idle_setup()
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dprocessor.h668 IDLE_NOMWAIT, IDLE_POLL}; enumerator
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dprocessor.h670 enum idle_boot_override {IDLE_NO_OVERRIDE=0, IDLE_HALT, IDLE_NOMWAIT, enumerator