Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dcpufeature.c33 int cpu_have_feature(unsigned int num) in cpu_have_feature() function
52 EXPORT_SYMBOL(cpu_have_feature);
/linux/arch/loongarch/include/asm/
H A Dcpufeature.h19 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/linux/arch/mips/include/asm/
H A Dcpufeature.h17 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/linux/arch/powerpc/include/asm/
H A Dcpufeature.h29 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/linux/arch/arm/include/asm/
H A Dcpufeature.h30 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/linux/lib/crypto/s390/
H A Dsha1.h25 if (cpu_have_feature(S390_CPU_FEATURE_MSA) && in sha1_mod_init_arch()
H A Dsha256.h25 if (cpu_have_feature(S390_CPU_FEATURE_MSA) && in sha256_mod_init_arch()
H A Dsha512.h25 if (cpu_have_feature(S390_CPU_FEATURE_MSA) && in sha512_mod_init_arch()
H A Dsha3.h125 if (!cpu_have_feature(S390_CPU_FEATURE_MSA)) in sha3_mod_init_arch()
/linux/include/linux/
H A Dcpufeature.h51 if (!cpu_have_feature(cpu_feature(x))) \
/linux/crypto/
H A Daegis128-neon.c16 if (cpu_have_feature(cpu_feature(AES))) { in crypto_aegis128_have_simd()
/linux/arch/um/include/asm/
H A Dcpufeature.h134 #define cpu_have_feature boot_cpu_has macro
/linux/arch/x86/include/asm/
H A Dcpufeature.h135 #define cpu_have_feature boot_cpu_has macro
/linux/lib/crc/mips/
H A Dcrc32.h153 if (cpu_have_feature(cpu_feature(MIPS_CRC32))) in crc32_mod_init_arch()
/linux/drivers/base/
H A Dcpu.c371 if (cpu_have_feature(i)) { in print_cpu_modalias()
/linux/arch/arm64/kernel/
H A Dcpufeature.c3467 rc = cpu_have_feature(cap->hwcap); in cpus_have_elf_hwcap()
3876 bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
3880 EXPORT_SYMBOL_GPL(cpu_have_feature);