get_max_physical  286 drivers/cpufreq/intel_pstate.c 	int (*get_max_physical)(void);
get_max_physical 1564 drivers/cpufreq/intel_pstate.c 	cpu->pstate.max_pstate_physical = pstate_funcs.get_max_physical();
get_max_physical 1874 drivers/cpufreq/intel_pstate.c 	.get_max_physical = core_get_max_pstate_physical,
get_max_physical 1883 drivers/cpufreq/intel_pstate.c 	.get_max_physical = atom_get_max_pstate,
get_max_physical 1893 drivers/cpufreq/intel_pstate.c 	.get_max_physical = atom_get_max_pstate,
get_max_physical 1903 drivers/cpufreq/intel_pstate.c 	.get_max_physical = core_get_max_pstate_physical,
get_max_physical 2580 drivers/cpufreq/intel_pstate.c 	pstate_funcs.get_max_physical = funcs->get_max_physical;