Searched refs:cpu_have_feature (Results 1 – 13 of 13) 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);
19 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
17 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
51 if (!cpu_have_feature(cpu_feature(x))) \
16 if (cpu_have_feature(cpu_feature(AES))) { in crypto_aegis128_have_simd()
69 if (cpu_have_feature(S390_CPU_FEATURE_VXRS)) in DEFINE_CRC32_VX()
134 #define cpu_have_feature boot_cpu_has macro
438 bool cpu_have_feature(unsigned int num);444 #define cpu_have_named_feature(name) cpu_have_feature(cpu_feature(name))
171 if (cpu_have_feature(cpu_feature(MIPS_CRC32))) in crc32_mips_init()
3277 rc = cpu_have_feature(cap->hwcap); in cpus_have_elf_hwcap()3655 bool cpu_have_feature(unsigned int num) in cpu_have_feature() function3659 EXPORT_SYMBOL_GPL(cpu_have_feature);