Searched refs:pstates (Results 1 – 3 of 3) sorted by relevance
/tools/power/cpupower/utils/helpers/ |
D | amd.c | 89 int boost_states, unsigned long *pstates, int *no) in decode_pstates() argument 127 pstates[i] = get_cof(cpu_family, pstate); in decode_pstates()
|
D | helpers.h | 126 int boost_states, unsigned long *pstates, int *no); 144 int boost_states, unsigned long *pstates, in decode_pstates() argument
|
/tools/power/cpupower/utils/ |
D | cpufreq-info.c | 167 unsigned long pstates[MAX_HW_PSTATES] = {0,}; in get_boost_mode_x86() local 190 pstates, &pstate_no); in get_boost_mode_x86() 197 if (!pstates[i]) in get_boost_mode_x86() 201 "\n"), i, pstates[i]); in get_boost_mode_x86() 204 i - b_states, pstates[i]); in get_boost_mode_x86()
|