Searched refs:extract_pstate (Results 1 – 1 of 1) sorted by relevance
162 static inline u8 extract_pstate(u64 pmsr_val, unsigned int shift) in extract_pstate() function167 #define extract_local_pstate(x) extract_pstate(x, LPSTATE_SHIFT)168 #define extract_global_pstate(x) extract_pstate(x, GPSTATE_SHIFT)169 #define extract_max_pstate(x) extract_pstate(x, MAX_PSTATE_SHIFT)