Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/acpi/
H A Dcstate.c93 static struct cstate_entry __percpu *cpu_cstate_entry; /* per CPU ptr */ variable
152 if (!cpu_cstate_entry || c->cpuid_level < CPUID_MWAIT_LEAF) in acpi_processor_ffh_cstate_probe()
158 percpu_entry = per_cpu_ptr(cpu_cstate_entry, cpu); in acpi_processor_ffh_cstate_probe()
189 percpu_entry = per_cpu_ptr(cpu_cstate_entry, cpu); in acpi_processor_ffh_cstate_enter()
203 cpu_cstate_entry = alloc_percpu(struct cstate_entry); in ffh_cstate_init()
209 free_percpu(cpu_cstate_entry); in ffh_cstate_exit()
210 cpu_cstate_entry = NULL; in ffh_cstate_exit()