Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dcpufeature.c29 int cpu_have_feature(unsigned int num) in cpu_have_feature() function
46 EXPORT_SYMBOL(cpu_have_feature);
/linux/arch/s390/include/asm/
H A Dcpufeature.h21 int cpu_have_feature(unsigned int nr);
/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/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/s390/lib/
H A Dcrc32-glue.c69 if (cpu_have_feature(S390_CPU_FEATURE_VXRS)) in DEFINE_CRC32_VX()
/linux/arch/um/include/asm/
H A Dcpufeature.h134 #define cpu_have_feature boot_cpu_has macro
/linux/arch/arm64/include/asm/
H A Dcpufeature.h438 bool cpu_have_feature(unsigned int num);
444 #define cpu_have_named_feature(name) cpu_have_feature(cpu_feature(name))
/linux/arch/mips/lib/
H A Dcrc32-mips.c171 if (cpu_have_feature(cpu_feature(MIPS_CRC32))) in crc32_mips_init()
/linux/arch/arm64/kernel/
H A Dcpufeature.c3277 rc = cpu_have_feature(cap->hwcap); in cpus_have_elf_hwcap()
3655 bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
3659 EXPORT_SYMBOL_GPL(cpu_have_feature);