Searched refs:cpu_has_feature (Results 1 - 25 of 116) sorted by path

12345

/linux-master/arch/powerpc/crypto/
H A Dcrct10dif-vpmsum_glue.c108 if (!cpu_has_feature(CPU_FTR_ARCH_207S))
H A Dchacha-p10-glue.c200 if (!cpu_has_feature(CPU_FTR_ARCH_31))
H A Dcrc-vpmsum_test.c36 if (!cpu_has_feature(CPU_FTR_ARCH_207S))
H A Dcrc32c-vpmsum_glue.c155 if (!cpu_has_feature(CPU_FTR_ARCH_207S))
/linux-master/arch/powerpc/include/asm/
H A Dxor.h14 #include <asm/cpu_has_feature.h>
27 if (cpu_has_feature(CPU_FTR_ALTIVEC)) \
H A Dcacheflush.h9 #include <asm/cpu_has_feature.h>
40 if (cpu_has_feature(CPU_FTR_COHERENT_ICACHE))
H A Dcpu_has_feature.h23 static __always_inline bool cpu_has_feature(unsigned long feature) function
33 printk("Warning! cpu_has_feature() used prior to jump label init!\n");
49 static __always_inline bool cpu_has_feature(unsigned long feature) function
H A Dcputhreads.h7 #include <asm/cpu_has_feature.h>
76 if (cpu_has_feature(CPU_FTR_ARCH_300) && (threads_per_core == 8))
84 if (cpu_has_feature(CPU_FTR_ARCH_300) && (threads_per_core == 8))
92 if (cpu_has_feature(CPU_FTR_ARCH_300) && (threads_per_core == 8))
101 if (cpu_has_feature(CPU_FTR_SMT))
H A Ddcr-native.h14 #include <asm/cpu_has_feature.h>
58 else if (likely(cpu_has_feature(CPU_FTR_INDEXED_DCR))) \
69 else if (likely(cpu_has_feature(CPU_FTR_INDEXED_DCR))) \
84 if (cpu_has_feature(CPU_FTR_INDEXED_DCR)) {
101 if (cpu_has_feature(CPU_FTR_INDEXED_DCR)) {
118 if (cpu_has_feature(CPU_FTR_INDEXED_DCR)) {
H A Dhw_breakpoint.h12 #include <asm/cpu_has_feature.h>
56 return cpu_has_feature(CPU_FTR_DAWR1) ? 2 : 1;
H A Dinterrupt.h234 if (cpu_has_feature(CPU_FTR_CTRL) &&
H A Dkvm_book3s_64.h15 #include <asm/cpu_has_feature.h>
404 cpu_has_feature(CPU_FTR_ARCH_206))
H A Dkvm_ppc.h29 #include <asm/cpu_has_feature.h>
611 return !cpu_has_feature(CPU_FTR_HVMODE);
800 return xive_enabled() && cpu_has_feature(CPU_FTR_HVMODE);
H A Dmman.h14 #include <asm/cpu_has_feature.h>
33 if (!cpu_has_feature(CPU_FTR_SAO))
H A Drunlatch.h20 if (cpu_has_feature(CPU_FTR_CTRL) && \
31 if (cpu_has_feature(CPU_FTR_CTRL) && \
H A Dtime.h17 #include <asm/cpu_has_feature.h>
47 if (cpu_has_feature(CPU_FTR_ARCH_207S))
/linux-master/arch/powerpc/xmon/
H A Dppc-dis.c11 #include <asm/cpu_has_feature.h>
128 if (cpu_has_feature(CPU_FTRS_POWER5))
131 if (cpu_has_feature(CPU_FTRS_CELL))
134 if (cpu_has_feature(CPU_FTRS_POWER6))
137 if (cpu_has_feature(CPU_FTRS_POWER7))
141 if (cpu_has_feature(CPU_FTRS_POWER8))
146 if (cpu_has_feature(CPU_FTRS_POWER9))
/linux-master/drivers/misc/cxl/
H A Ddebugfs.c125 if (!cpu_has_feature(CPU_FTR_HVMODE))
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dkexec.h11 if (cpu_has_feature(CPU_FTR_ARCH_206)) {
16 if (cpu_has_feature(CPU_FTR_ARCH_207S)) {
18 if (cpu_has_feature(CPU_FTR_HVMODE))
24 if (cpu_has_feature(CPU_FTR_ARCH_31)) {
H A Dmmu-hash.h23 #include <asm/cpu_has_feature.h>
380 if (cpu_has_feature(CPU_FTR_ARCH_300))
H A Dradix.h19 #include <asm/cpu_has_feature.h>
/linux-master/arch/powerpc/kernel/
H A Dalign.c25 #include <asm/cpu_has_feature.h>
316 if (cpu_has_feature(CPU_FTR_PPC_LE))
H A Ddawr.c95 if (cpu_has_feature(CPU_FTR_DAWR)) {
H A Dhw_breakpoint.c169 if (!cpu_has_feature(CPU_FTR_ARCH_31) &&
H A Dhw_breakpoint_constraints.c41 if (!cpu_has_feature(CPU_FTR_ARCH_31) && size == 16)
101 if (cpu_has_feature(CPU_FTR_ARCH_31) &&
111 if (cpu_has_feature(CPU_FTR_ARCH_31) &&

Completed in 423 milliseconds

12345