Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/kernel/
Dcpufeature.c29 int cpu_have_feature(unsigned int num) in cpu_have_feature() function
46 EXPORT_SYMBOL(cpu_have_feature);
/Linux-v6.6/arch/s390/include/asm/
Dcpufeature.h21 int cpu_have_feature(unsigned int nr);
/Linux-v6.6/arch/loongarch/include/asm/
Dcpufeature.h19 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/Linux-v6.6/arch/mips/include/asm/
Dcpufeature.h17 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/Linux-v6.6/arch/powerpc/include/asm/
Dcpufeature.h29 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/Linux-v6.6/arch/arm/include/asm/
Dcpufeature.h30 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/Linux-v6.6/include/linux/
Dcpufeature.h51 if (!cpu_have_feature(cpu_feature(x))) \
/Linux-v6.6/crypto/
Daegis128-neon.c16 if (cpu_have_feature(cpu_feature(AES))) { in crypto_aegis128_have_simd()
/Linux-v6.6/arch/um/include/asm/
Dcpufeature.h135 #define cpu_have_feature boot_cpu_has macro
/Linux-v6.6/arch/arm64/include/asm/
Dcpufeature.h434 bool cpu_have_feature(unsigned int num);
439 #define cpu_have_named_feature(name) cpu_have_feature(cpu_feature(name))
/Linux-v6.6/arch/x86/include/asm/
Dcpufeature.h205 #define cpu_have_feature boot_cpu_has macro
/Linux-v6.6/arch/arm64/kernel/
Dcpuinfo.c228 if (cpu_have_feature(j)) in c_show()
Dcpufeature.c2944 rc = cpu_have_feature(cap->hwcap); in cpus_have_elf_hwcap()
3310 bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
3314 EXPORT_SYMBOL_GPL(cpu_have_feature);
/Linux-v6.6/drivers/base/
Dcpu.c346 if (cpu_have_feature(i)) { in print_cpu_modalias()