Searched refs:pstates (Results 1 – 3 of 3) sorted by relevance
/tools/power/cpupower/utils/helpers/ |
D | helpers.h | 132 unsigned long *pstates, int *no); 150 unsigned long *pstates, int *no) in decode_pstates() argument
|
D | amd.c | 90 unsigned long *pstates, int *no) in decode_pstates() argument 120 pstates[i] = get_cof(pstate); in decode_pstates()
|
/tools/power/cpupower/utils/ |
D | cpufreq-info.c | 167 unsigned long pstates[MAX_HW_PSTATES] = {0,}; in get_boost_mode_x86() local 189 ret = decode_pstates(cpu, b_states, pstates, &pstate_no); in get_boost_mode_x86() 196 if (!pstates[i]) in get_boost_mode_x86() 200 "\n"), i, pstates[i]); in get_boost_mode_x86() 203 i - b_states, pstates[i]); in get_boost_mode_x86()
|