Home
last modified time | relevance | path

Searched refs:pstates (Results 1 – 3 of 3) sorted by relevance

/tools/power/cpupower/utils/helpers/
Dhelpers.h132 unsigned long *pstates, int *no);
150 unsigned long *pstates, int *no) in decode_pstates() argument
Damd.c90 unsigned long *pstates, int *no) in decode_pstates() argument
120 pstates[i] = get_cof(pstate); in decode_pstates()
/tools/power/cpupower/utils/
Dcpufreq-info.c167 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()