Searched refs:cpu_have_feature (Results 1 – 14 of 14) sorted by relevance
29 int cpu_have_feature(unsigned int num) in cpu_have_feature() function46 EXPORT_SYMBOL(cpu_have_feature);
21 int cpu_have_feature(unsigned int nr);
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
28 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
51 if (!cpu_have_feature(cpu_feature(x))) \
26 if (cpu_have_feature(cpu_feature(AES))) { in crypto_aegis128_have_simd()
135 #define cpu_have_feature boot_cpu_has macro
431 bool cpu_have_feature(unsigned int num);436 #define cpu_have_named_feature(name) cpu_have_feature(cpu_feature(name))
210 #define cpu_have_feature boot_cpu_has macro
226 if (cpu_have_feature(j)) in c_show()
2999 rc = cpu_have_feature(cap->hwcap); in cpus_have_elf_hwcap()3364 bool cpu_have_feature(unsigned int num) in cpu_have_feature() function3368 EXPORT_SYMBOL_GPL(cpu_have_feature);
317 if (cpu_have_feature(i)) { in print_cpu_modalias()
Completed in 22 milliseconds