Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dprocessor_idle.c569 if (cx->entry_method == ACPI_CSTATE_FFH) { in acpi_idle_do_entry()
572 } else if (cx->entry_method == ACPI_CSTATE_HALT) { in acpi_idle_do_entry()
594 if (cx->entry_method == ACPI_CSTATE_HALT) in acpi_idle_play_dead()
596 else if (cx->entry_method == ACPI_CSTATE_SYSTEMIO) { in acpi_idle_play_dead()
628 .entry_method = ACPI_CSTATE_HALT, in acpi_idle_enter_bm()
960 lpi_state->entry_method = in acpi_processor_evaluate_lpi()
964 lpi_state->entry_method = ACPI_CSTATE_INTEGER; in acpi_processor_evaluate_lpi()
1023 if (parent->entry_method == ACPI_CSTATE_INTEGER) { in combine_lpi_states()
1034 result->entry_method = local->entry_method; in combine_lpi_states()
1196 if (lpi->entry_method == ACPI_CSTATE_FFH) in acpi_idle_lpi_enter()
[all …]
H A Dacpi_processor.c933 cx.entry_method = ACPI_CSTATE_HALT; in acpi_processor_evaluate_cst()
936 cx.entry_method = ACPI_CSTATE_FFH; in acpi_processor_evaluate_cst()
943 cx.entry_method = ACPI_CSTATE_HALT; in acpi_processor_evaluate_cst()
951 cx.entry_method = ACPI_CSTATE_SYSTEMIO; in acpi_processor_evaluate_cst()
/openbmc/linux/include/acpi/
H A Dprocessor.h72 u8 entry_method; member
88 u8 entry_method; member
/openbmc/linux/drivers/xen/
H A Dxen-acpi-processor.c77 if (cx->entry_method == ACPI_CSTATE_SYSTEMIO) { in push_cxx_to_hypervisor()
83 if (cx->entry_method == ACPI_CSTATE_FFH) { in push_cxx_to_hypervisor()
/openbmc/linux/drivers/idle/
H A Dintel_idle.c1490 if (cx->entry_method != ACPI_CSTATE_FFH) in intel_idle_cst_usable()