Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dcpufeature.h21 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/Linux-v4.19/arch/s390/include/asm/
Dcpufeature.h28 int cpu_have_feature(unsigned int nr);
/Linux-v4.19/arch/powerpc/include/asm/
Dcpufeature.h32 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/Linux-v4.19/arch/s390/kernel/
Dprocessor.c90 int cpu_have_feature(unsigned int num) in cpu_have_feature() function
94 EXPORT_SYMBOL(cpu_have_feature);
/Linux-v4.19/arch/arm/include/asm/
Dcpufeature.h33 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/Linux-v4.19/include/linux/
Dcpufeature.h54 if (!cpu_have_feature(cpu_feature(x))) \
/Linux-v4.19/arch/x86/include/asm/
Dcpufeature.h223 #define cpu_have_feature boot_cpu_has macro
/Linux-v4.19/arch/arm64/include/asm/
Dcpufeature.h362 static inline bool cpu_have_feature(unsigned int num) in cpu_have_feature() function
/Linux-v4.19/drivers/base/
Dcpu.c335 if (cpu_have_feature(i)) { in print_cpu_modalias()