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

/linux-master/arch/s390/include/asm/
H A Dcpufeature.h21 int cpu_have_feature(unsigned int nr);
/linux-master/arch/mips/include/asm/
H A Dcpufeature.h17 static inline bool cpu_have_feature(unsigned int num) function
/linux-master/arch/loongarch/include/asm/
H A Dcpufeature.h19 static inline bool cpu_have_feature(unsigned int num) function
/linux-master/arch/s390/kernel/
H A Dcpufeature.c27 * cpu_have_feature - Test CPU features on module initialization
29 int cpu_have_feature(unsigned int num) function
46 EXPORT_SYMBOL(cpu_have_feature); variable
/linux-master/arch/arm/include/asm/
H A Dcpufeature.h30 static inline bool cpu_have_feature(unsigned int num) function
/linux-master/arch/powerpc/include/asm/
H A Dcpufeature.h29 static inline bool cpu_have_feature(unsigned int num) function
/linux-master/include/linux/
H A Dcpufeature.h18 * - cpu_have_feature(u32 n) whether feature #n is available
51 if (!cpu_have_feature(cpu_feature(x))) \
/linux-master/crypto/
H A Daegis128-neon.c16 if (cpu_have_feature(cpu_feature(AES))) {
/linux-master/arch/um/include/asm/
H A Dcpufeature.h135 #define cpu_have_feature boot_cpu_has macro
/linux-master/arch/arm64/include/asm/
H A Dcpufeature.h438 bool cpu_have_feature(unsigned int num);
443 #define cpu_have_named_feature(name) cpu_have_feature(cpu_feature(name))
/linux-master/arch/x86/include/asm/
H A Dcpufeature.h209 #define cpu_have_feature boot_cpu_has macro
/linux-master/arch/arm64/kernel/
H A Dcpuinfo.c244 if (cpu_have_feature(j))
H A Dcpufeature.c3104 rc = cpu_have_feature(cap->hwcap);
3449 bool cpu_have_feature(unsigned int num) function
3453 EXPORT_SYMBOL_GPL(cpu_have_feature); variable
/linux-master/drivers/base/
H A Dcpu.c346 if (cpu_have_feature(i)) {

Completed in 411 milliseconds