Searched refs:msr_bits (Results 1 – 1 of 1) sorted by relevance
352 static inline unsigned int __unpack_fe01(unsigned long msr_bits) in __unpack_fe01() argument354 return ((msr_bits & MSR_FE0) >> 10) | ((msr_bits & MSR_FE1) >> 8); in __unpack_fe01()