Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dcpufeature.h28 int cpu_have_feature(unsigned int nr);
/arch/mips/include/asm/
Dcpufeature.h17 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/arch/powerpc/include/asm/
Dcpufeature.h28 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/arch/arm/include/asm/
Dcpufeature.h30 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/arch/um/include/asm/
Dcpufeature.h150 #define cpu_have_feature boot_cpu_has macro
/arch/s390/kernel/
Dprocessor.c102 int cpu_have_feature(unsigned int num) in cpu_have_feature() function
106 EXPORT_SYMBOL(cpu_have_feature);
/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))
/arch/x86/include/asm/
Dcpufeature.h217 #define cpu_have_feature boot_cpu_has macro
/arch/arm64/kernel/
Dcpuinfo.c207 if (cpu_have_feature(j)) in c_show()
Dcpufeature.c2805 rc = cpu_have_feature(cap->hwcap); in cpus_have_elf_hwcap()
3175 bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
3180 EXPORT_SYMBOL_GPL(cpu_have_feature);