Searched refs:cstate_type (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/kernel/acpi/
H A Dcstate.c78 unsigned int cstate_type; /* C-state type and not ACPI C-state type */ acpi_processor_ffh_cstate_probe_cpu() local
84 cstate_type = ((cx->address >> MWAIT_SUBSTATE_SIZE) & acpi_processor_ffh_cstate_probe_cpu()
86 edx_part = edx >> (cstate_type * MWAIT_SUBSTATE_SIZE); acpi_processor_ffh_cstate_probe_cpu()
104 if (!mwait_supported[cstate_type]) { acpi_processor_ffh_cstate_probe_cpu()
105 mwait_supported[cstate_type] = 1; acpi_processor_ffh_cstate_probe_cpu()

Completed in 40 milliseconds