Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/arch/mips/include/asm/
H A Dcpufeature.h17 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/linux-6.15/arch/loongarch/include/asm/
H A Dcpufeature.h19 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/linux-6.15/arch/powerpc/include/asm/
H A Dcpufeature.h29 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/linux-6.15/arch/arm/include/asm/
H A Dcpufeature.h30 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/linux-6.15/arch/s390/include/asm/
H A Dcpufeature.h23 int cpu_have_feature(unsigned int nr);
/linux-6.15/include/linux/
H A Dcpufeature.h51 if (!cpu_have_feature(cpu_feature(x))) \
/linux-6.15/crypto/
H A Daegis128-neon.c16 if (cpu_have_feature(cpu_feature(AES))) { in crypto_aegis128_have_simd()
/linux-6.15/arch/s390/lib/
H A Dcrc32-glue.c69 if (cpu_have_feature(S390_CPU_FEATURE_VXRS)) in DEFINE_CRC32_VX()
/linux-6.15/arch/um/include/asm/
H A Dcpufeature.h134 #define cpu_have_feature boot_cpu_has macro
/linux-6.15/arch/x86/include/asm/
H A Dcpufeature.h134 #define cpu_have_feature boot_cpu_has macro
/linux-6.15/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-6.15/arch/mips/lib/
H A Dcrc32-mips.c162 if (cpu_have_feature(cpu_feature(MIPS_CRC32))) in crc32_mips_init()
/linux-6.15/arch/arm64/kernel/
H A Dcpuinfo.c261 if (cpu_have_feature(j)) in c_show()
H A Dcpufeature.c3326 rc = cpu_have_feature(cap->hwcap); in cpus_have_elf_hwcap()
3704 bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
3708 EXPORT_SYMBOL_GPL(cpu_have_feature);
/linux-6.15/drivers/base/
H A Dcpu.c354 if (cpu_have_feature(i)) { in print_cpu_modalias()