Home
last modified time | relevance | path

Searched refs:ACPI_STATE_C3 (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/acpi/
A Dactypes.h391 #define ACPI_STATE_C3 (u8) 3 macro
392 #define ACPI_C_STATES_MAX ACPI_STATE_C3
/xen/xen/arch/x86/acpi/
A Dcpu_idle.c688 if ( cx->type == ACPI_STATE_C3 && power->flags.bm_check && in acpi_processor_idle()
732 if ( (cx->type >= ACPI_STATE_C3) && errata_c6_workaround() ) in acpi_processor_idle()
769 case ACPI_STATE_C3: in acpi_processor_idle()
795 if ( cx->type != ACPI_STATE_C3 ) in acpi_processor_idle()
819 if ( (cx->type == ACPI_STATE_C3) && in acpi_processor_idle()
1092 case ACPI_STATE_C3: in check_cx()

Completed in 11 milliseconds