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