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

/arch/x86/kernel/acpi/
H A Dcstate.c120 struct cstate_entry *percpu_entry; local
130 percpu_entry = per_cpu_ptr(cpu_cstate_entry, cpu);
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;
158 struct cstate_entry *percpu_entry; local
160 percpu_entry = per_cpu_ptr(cpu_cstate_entry, cpu);
161 mwait_idle_with_hints(percpu_entry->states[cx->index].eax,
162 percpu_entry
[all...]

Completed in 62 milliseconds