phy_max           752 drivers/cpufreq/intel_pstate.c static void intel_pstate_get_hwp_max(unsigned int cpu, int *phy_max,
phy_max           764 drivers/cpufreq/intel_pstate.c 	*phy_max = HWP_HIGHEST_PERF(cap);
phy_max          1570 drivers/cpufreq/intel_pstate.c 		unsigned int phy_max, current_max;
phy_max          1572 drivers/cpufreq/intel_pstate.c 		intel_pstate_get_hwp_max(cpu->cpu, &phy_max, &current_max);
phy_max          1573 drivers/cpufreq/intel_pstate.c 		cpu->pstate.turbo_freq = phy_max * cpu->pstate.scaling;