Searched defs:states (Results 1 - 1 of 1) sorted by relevance

/arch/x86/kernel/acpi/
H A Dcstate.c4 * - Added _PDC for SMP C-states on Intel CPUs
64 } states[ACPI_PROCESSOR_MAX_POWER]; member in struct:cstate_entry
90 /* If the HW does not support any sub-states in this C-state */
131 percpu_entry->states[cx->index].eax = 0;
132 percpu_entry->states[cx->index].ecx = 0;
139 percpu_entry->states[cx->index].eax = cx->address;
140 percpu_entry->states[cx->index].ecx = MWAIT_ECX_INTERRUPT_BREAK;
161 mwait_idle_with_hints(percpu_entry->states[cx->index].eax,
162 percpu_entry->states[cx->index].ecx);

Completed in 97 milliseconds