Searched refs:cpu_have_feature (Results 1 – 13 of 13) sorted by relevance
17 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
28 int cpu_have_feature(unsigned int nr);
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()
102 int cpu_have_feature(unsigned int num) in cpu_have_feature() function106 EXPORT_SYMBOL(cpu_have_feature);
150 #define cpu_have_feature boot_cpu_has macro
433 bool cpu_have_feature(unsigned int num);438 #define cpu_have_named_feature(name) cpu_have_feature(cpu_feature(name))
214 #define cpu_have_feature boot_cpu_has macro
187 if (cpu_have_feature(j)) in c_show()
2522 rc = cpu_have_feature(cap->hwcap); in cpus_have_elf_hwcap()2871 bool cpu_have_feature(unsigned int num) in cpu_have_feature() function2876 EXPORT_SYMBOL_GPL(cpu_have_feature);
328 if (cpu_have_feature(i)) { in print_cpu_modalias()