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