Home
last modified time | relevance | path

Searched refs:ACPI_STATE_C1 (Results 1 – 3 of 3) sorted by relevance

/xen/xen/arch/x86/acpi/
A Dcpu_idle.c675 unsigned int max_state = sched_has_urgent_vcpu() ? ACPI_STATE_C1 in acpi_processor_idle()
743 case ACPI_STATE_C1: in acpi_processor_idle()
745 if ( cx->type == ACPI_STATE_C1 || local_apic_timer_c2_ok ) in acpi_processor_idle()
973 acpi_power->states[1].type = ACPI_STATE_C1; in cpuidle_init_cpu()
1177 case ACPI_STATE_C1: in set_cx()
1220 acpi_power->count += (cx->type != ACPI_STATE_C1); in set_cx()
1221 if ( cx->type == ACPI_STATE_C1 || cx->type == ACPI_STATE_C2 ) in set_cx()
1393 .type = ACPI_STATE_C1, in amd_cpuidle_init()
1603 if ( max_cstate > ACPI_STATE_C1 ) in cpuidle_disable_deep_cstate()
1608 max_cstate = ACPI_STATE_C1; in cpuidle_disable_deep_cstate()
[all …]
/xen/xen/include/acpi/
A Dactypes.h389 #define ACPI_STATE_C1 (u8) 1 macro
/xen/xen/arch/x86/cpu/
A Dmwait-idle.c752 unsigned int max_state = sched_has_urgent_vcpu() ? ACPI_STATE_C1 in mwait_idle()

Completed in 8 milliseconds