cpu_cstate_entry   93 arch/x86/kernel/acpi/cstate.c static struct cstate_entry __percpu *cpu_cstate_entry;	/* per CPU ptr */
cpu_cstate_entry  152 arch/x86/kernel/acpi/cstate.c 	if (!cpu_cstate_entry || c->cpuid_level < CPUID_MWAIT_LEAF)
cpu_cstate_entry  158 arch/x86/kernel/acpi/cstate.c 	percpu_entry = per_cpu_ptr(cpu_cstate_entry, cpu);
cpu_cstate_entry  189 arch/x86/kernel/acpi/cstate.c 	percpu_entry = per_cpu_ptr(cpu_cstate_entry, cpu);
cpu_cstate_entry  203 arch/x86/kernel/acpi/cstate.c 	cpu_cstate_entry = alloc_percpu(struct cstate_entry);
cpu_cstate_entry  209 arch/x86/kernel/acpi/cstate.c 	free_percpu(cpu_cstate_entry);
cpu_cstate_entry  210 arch/x86/kernel/acpi/cstate.c 	cpu_cstate_entry = NULL;