Home
last modified time | relevance | path

Searched refs:cpu_have_feature (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/arch/mips/include/asm/
Dcpufeature.h17 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/Linux-v5.4/arch/s390/include/asm/
Dcpufeature.h28 int cpu_have_feature(unsigned int nr);
/Linux-v5.4/arch/powerpc/include/asm/
Dcpufeature.h28 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/Linux-v5.4/arch/s390/kernel/
Dprocessor.c97 int cpu_have_feature(unsigned int num) in cpu_have_feature() function
101 EXPORT_SYMBOL(cpu_have_feature);
/Linux-v5.4/arch/arm/include/asm/
Dcpufeature.h30 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/Linux-v5.4/include/linux/
Dcpufeature.h51 if (!cpu_have_feature(cpu_feature(x))) \
/Linux-v5.4/crypto/
Daegis128-neon.c21 if (cpu_have_feature(cpu_feature(AES))) { in crypto_aegis128_have_simd()
/Linux-v5.4/arch/arm64/include/asm/
Dcpufeature.h386 bool cpu_have_feature(unsigned int num);
391 #define cpu_have_named_feature(name) cpu_have_feature(cpu_feature(name))
/Linux-v5.4/arch/x86/include/asm/
Dcpufeature.h234 #define cpu_have_feature boot_cpu_has macro
/Linux-v5.4/arch/arm64/kernel/
Dcpuinfo.c169 if (cpu_have_feature(j)) in c_show()
Dcpufeature.c1709 rc = cpu_have_feature(cap->hwcap); in cpus_have_elf_hwcap()
2017 bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
2022 EXPORT_SYMBOL_GPL(cpu_have_feature);
/Linux-v5.4/drivers/base/
Dcpu.c335 if (cpu_have_feature(i)) { in print_cpu_modalias()