Searched refs:tdp_ratio (Results 1 – 1 of 1) sorted by relevance
658 u64 tdp_ratio; in core_get_max_pstate() local666 err = rdmsrl_safe(tdp_msr, &tdp_ratio); in core_get_max_pstate()672 tdp_ratio >>= 16; in core_get_max_pstate()674 tdp_ratio &= 0xff; /* ratios are only 8 bits long */ in core_get_max_pstate()675 if (tdp_ratio - 1 == tar) { in core_get_max_pstate()