Searched refs:cpu_have_feature (Results 1 – 11 of 11) sorted by relevance
33 int cpu_have_feature(unsigned int num) in cpu_have_feature() function52 EXPORT_SYMBOL(cpu_have_feature);
17 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
19 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
29 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
30 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
24 int cpu_have_feature(unsigned int nr);
134 #define cpu_have_feature boot_cpu_has macro
461 bool cpu_have_feature(unsigned int num);467 #define cpu_have_named_feature(name) cpu_have_feature(cpu_feature(name))
262 if (cpu_have_feature(j)) in c_show()
3418 rc = cpu_have_feature(cap->hwcap); in cpus_have_elf_hwcap()3827 bool cpu_have_feature(unsigned int num) in cpu_have_feature() function3831 EXPORT_SYMBOL_GPL(cpu_have_feature);
Completed in 22 milliseconds