Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/
Dprocessor_idle.c284 pr->power.states[ACPI_STATE_C1].entry_method = ACPI_CSTATE_HALT; in acpi_processor_get_power_info_default()
554 if (cx->entry_method == ACPI_CSTATE_FFH) { in acpi_idle_do_entry()
557 } else if (cx->entry_method == ACPI_CSTATE_HALT) { in acpi_idle_do_entry()
579 if (cx->entry_method == ACPI_CSTATE_HALT) in acpi_idle_play_dead()
581 else if (cx->entry_method == ACPI_CSTATE_SYSTEMIO) { in acpi_idle_play_dead()
618 .entry_method = ACPI_CSTATE_HALT, in acpi_idle_enter_bm()
944 lpi_state->entry_method = in acpi_processor_evaluate_lpi()
948 lpi_state->entry_method = ACPI_CSTATE_INTEGER; in acpi_processor_evaluate_lpi()
1007 if (parent->entry_method == ACPI_CSTATE_INTEGER) { in combine_lpi_states()
1018 result->entry_method = local->entry_method; in combine_lpi_states()
[all …]
Dacpi_processor.c851 cx.entry_method = ACPI_CSTATE_HALT; in acpi_processor_evaluate_cst()
854 cx.entry_method = ACPI_CSTATE_FFH; in acpi_processor_evaluate_cst()
861 cx.entry_method = ACPI_CSTATE_HALT; in acpi_processor_evaluate_cst()
869 cx.entry_method = ACPI_CSTATE_SYSTEMIO; in acpi_processor_evaluate_cst()
/kernel/linux/linux-5.10/include/acpi/
Dprocessor.h67 u8 entry_method; member
83 u8 entry_method; member
/kernel/linux/linux-5.10/drivers/xen/
Dxen-acpi-processor.c76 if (cx->entry_method == ACPI_CSTATE_SYSTEMIO) { in push_cxx_to_hypervisor()
82 if (cx->entry_method == ACPI_CSTATE_FFH) { in push_cxx_to_hypervisor()
/kernel/linux/linux-5.10/drivers/idle/
Dintel_idle.c1212 if (cx->entry_method != ACPI_CSTATE_FFH) in intel_idle_cst_usable()