Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcpufeature.h28 int cpu_have_feature(unsigned int nr);
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcpufeature.h17 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcpufeature.h28 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dprocessor.c97 int cpu_have_feature(unsigned int num) in cpu_have_feature() function
101 EXPORT_SYMBOL(cpu_have_feature);
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dcpufeature.h30 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dcpufeature.h51 if (!cpu_have_feature(cpu_feature(x))) \
/OK3568_Linux_fs/kernel/crypto/
H A Daegis128-neon.c24 if (cpu_have_feature(cpu_feature(AES))) { in crypto_aegis128_have_simd()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcpufeature.h416 bool cpu_have_feature(unsigned int num);
421 #define cpu_have_named_feature(name) cpu_have_feature(cpu_feature(name))
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips14016 cpu_have_feature
H A Dabi_gki_aarch64_rockchip134 cpu_have_feature
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcpufeature.h211 #define cpu_have_feature boot_cpu_has macro
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dcpuinfo.c197 if (cpu_have_feature(j)) in c_show()
H A Dcpufeature.c2543 rc = cpu_have_feature(cap->hwcap); in cpus_have_elf_hwcap()
2892 bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
2897 EXPORT_SYMBOL_GPL(cpu_have_feature);
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcpu.c328 if (cpu_have_feature(i)) { in print_cpu_modalias()