Searched defs:cpu_has_feature (Results 1 – 2 of 2) sorted by relevance
23 static __always_inline bool cpu_has_feature(unsigned long feature) in cpu_has_feature() function49 static __always_inline bool cpu_has_feature(unsigned long feature) in cpu_has_feature() function
61 #define cpu_has_feature(x) 1 macro