Searched defs:mfeatures (Results 1 – 2 of 2) sorted by relevance
31 static inline void __set_machine_feature(unsigned int nr, unsigned long *mfeatures) in __set_machine_feature()43 static inline void __clear_machine_feature(unsigned int nr, unsigned long *mfeatures) in __clear_machine_feature()55 static bool __test_machine_feature(unsigned int nr, unsigned long *mfeatures) in __test_machine_feature()
28 unsigned long mfeatures[MAX_MFEATURE_BIT / BITS_PER_LONG]; member