Searched refs:percpu_entry (Results 1 – 1 of 1) sorted by relevance
173 struct cstate_entry *percpu_entry; in acpi_processor_ffh_cstate_probe() local183 percpu_entry = per_cpu_ptr(cpu_cstate_entry, cpu); in acpi_processor_ffh_cstate_probe()184 percpu_entry->states[cx->index].eax = 0; in acpi_processor_ffh_cstate_probe()185 percpu_entry->states[cx->index].ecx = 0; in acpi_processor_ffh_cstate_probe()193 percpu_entry->states[cx->index].eax = cx->address; in acpi_processor_ffh_cstate_probe()194 percpu_entry->states[cx->index].ecx = MWAIT_ECX_INTERRUPT_BREAK; in acpi_processor_ffh_cstate_probe()212 struct cstate_entry *percpu_entry; in acpi_processor_ffh_play_dead() local214 percpu_entry = per_cpu_ptr(cpu_cstate_entry, cpu); in acpi_processor_ffh_play_dead()215 mwait_play_dead(percpu_entry->states[cx->index].eax); in acpi_processor_ffh_play_dead()222 struct cstate_entry *percpu_entry; in acpi_processor_ffh_cstate_enter() local[all …]