Searched refs:cpu_has_feature (Results 51 - 75 of 116) sorted by relevance

12345

/linux-master/arch/powerpc/platforms/cell/
H A Dsmp.c144 if (cpu_has_feature(CPU_FTR_SMT)) {
/linux-master/arch/powerpc/mm/
H A Dcacheflush.c18 if (cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) {
H A Dpgtable.c85 if (pte_looks_normal(pte, addr) && !(cpu_has_feature(CPU_FTR_COHERENT_ICACHE) ||
86 cpu_has_feature(CPU_FTR_NOEXECUTE))) {
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c89 if (!cpu_has_feature(CPU_FTR_HVMODE))
208 if (cpu_has_feature(CPU_FTR_ARCH_300)) {
215 if (cpu_has_feature(CPU_FTR_ARCH_207S) &&
575 WARN_ON_ONCE(cpu_has_feature(CPU_FTR_ARCH_300));
H A Dbook3s_pr.c142 if (cpu_has_feature(CPU_FTR_HVMODE)) {
143 if (cpu_has_feature(CPU_FTR_ARCH_207S))
145 if (cpu_has_feature(CPU_FTR_ARCH_300) && (current->thread.fscr & FSCR_SCV))
173 if (cpu_has_feature(CPU_FTR_HVMODE)) {
174 if (cpu_has_feature(CPU_FTR_ARCH_207S))
176 if (cpu_has_feature(CPU_FTR_ARCH_300) && (current->thread.fscr & FSCR_SCV))
224 if (cpu_has_feature(CPU_FTR_ARCH_207S))
310 if (cpu_has_feature(CPU_FTR_ARCH_207S))
884 if (!cpu_has_feature(CPU_FTR_VSX))
992 BUG_ON(!cpu_has_feature(CPU_FTR_ARCH_207
[all...]
H A Dbook3s_64_mmu_hv.c265 if (cpu_has_feature(CPU_FTR_HVMODE)) {
273 if (!cpu_has_feature(CPU_FTR_ARCH_300)) {
275 if (cpu_has_feature(CPU_FTR_ARCH_207S))
377 if (cpu_has_feature(CPU_FTR_ARCH_300))
565 if (cpu_has_feature(CPU_FTR_ARCH_300)) {
685 if (cpu_has_feature(CPU_FTR_ARCH_300)) {
731 if (cpu_has_feature(CPU_FTR_ARCH_300)) {
1261 if (cpu_has_feature(CPU_FTR_ARCH_300)) {
1304 if (cpu_has_feature(CPU_FTR_ARCH_300)) {
1346 if (cpu_has_feature(CPU_FTR_ARCH_30
[all...]
H A Dbook3s_emulate.c488 if (!cpu_has_feature(CPU_FTR_TM))
526 if (!cpu_has_feature(CPU_FTR_TM))
552 if (!cpu_has_feature(CPU_FTR_TM))
586 if (!cpu_has_feature(CPU_FTR_TM))
782 if (!cpu_has_feature(CPU_FTR_TM))
963 if (!cpu_has_feature(CPU_FTR_TM))
H A Dpowerpc.c270 if (!cpu_has_feature(CPU_FTR_EMB_HV))
557 r = !!cpu_has_feature(CPU_FTR_HVMODE);
575 r = xive_enabled() && !!cpu_has_feature(CPU_FTR_HVMODE) &&
599 if (cpu_has_feature(CPU_FTR_ARCH_300))
608 if (!cpu_has_feature(CPU_FTR_ARCH_300))
679 (hv_enabled && cpu_has_feature(CPU_FTR_P9_TM_HV_ASSIST));
706 } else if (cpu_has_feature(CPU_FTR_ARCH_207S) &&
707 !cpu_has_feature(CPU_FTR_P9_RADIX_PREFETCH_BUG)) {
1712 if (!cpu_has_feature(CPU_FTR_ALTIVEC)) {
1719 if (!cpu_has_feature(CPU_FTR_ALTIVE
[all...]
/linux-master/arch/powerpc/kernel/
H A Dsetup-common.c67 #include <asm/cpu_has_feature.h>
243 if (cpu_has_feature(CPU_FTR_ALTIVEC))
249 if (cpu_has_feature(CPU_FTR_TAU)) {
519 if (!cpu_has_feature(CPU_FTR_SMT)) {
545 if (cpu_has_feature(CPU_FTR_SMT))
H A Dsecurity.c312 if (cpu_has_feature(CPU_FTR_ARCH_300))
314 else if (cpu_has_feature(CPU_FTR_ARCH_207S))
316 else if (cpu_has_feature(CPU_FTR_ARCH_206))
H A Dtau_6xx.c194 if (!cpu_has_feature(CPU_FTR_TAU)) {
H A Dalign.c25 #include <asm/cpu_has_feature.h>
316 if (cpu_has_feature(CPU_FTR_PPC_LE))
H A Dsignal_32.c254 if (cpu_has_feature(CPU_FTR_ALTIVEC))
364 if (cpu_has_feature(CPU_FTR_ALTIVEC))
510 if (cpu_has_feature(CPU_FTR_ALTIVEC))
614 if (cpu_has_feature(CPU_FTR_ALTIVEC))
1144 if (!cpu_has_feature(CPU_FTR_TM))
1337 if (!cpu_has_feature(CPU_FTR_TM))
/linux-master/drivers/misc/cxl/
H A Dirq.c21 if (cpu_has_feature(CPU_FTR_HVMODE))
306 if (cpu_has_feature(CPU_FTR_HVMODE))
315 if (cpu_has_feature(CPU_FTR_HVMODE)) {
H A Ddebugfs.c125 if (!cpu_has_feature(CPU_FTR_HVMODE))
H A Dmain.c338 if (cpu_has_feature(CPU_FTR_HVMODE)) {
364 if (cpu_has_feature(CPU_FTR_HVMODE))
/linux-master/drivers/cpufreq/
H A Dpmac32-cpufreq.c266 if (cpu_has_feature(CPU_FTR_ALTIVEC))
339 cpu_has_feature(CPU_FTR_L3CR)) {
348 cpu_has_feature(CPU_FTR_L3CR)) {
/linux-master/arch/powerpc/crypto/
H A Dcrc32c-vpmsum_glue.c155 if (!cpu_has_feature(CPU_FTR_ARCH_207S))
/linux-master/arch/powerpc/platforms/powernv/
H A Drng.c72 if (!cpu_has_feature(CPU_FTR_ARCH_300))
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_native.c129 if (cpu_has_feature(CPU_FTR_P9_TLBIE_ERAT_BUG)) {
151 if (cpu_has_feature(CPU_FTR_P9_TLBIE_STQ_BUG)) {
307 if (cpu_has_feature(CPU_FTR_ARCH_300)) {
675 if (cpu_has_feature(CPU_FTR_ARCH_300)) {
H A Dslb.c52 if (!cpu_has_feature(CPU_FTR_ARCH_206))
464 } else if (cpu_has_feature(CPU_FTR_ARCH_300)) {
488 if (!cpu_has_feature(CPU_FTR_ARCH_207S) && offset == 1)
599 if (cpu_has_feature(CPU_FTR_ARCH_300))
H A Dhugetlbpage.c77 if (!cpu_has_feature(CPU_FTR_COHERENT_ICACHE))
/linux-master/include/linux/raid/
H A Dpq.h53 #define cpu_has_feature(x) 1 macro
/linux-master/arch/powerpc/platforms/85xx/
H A Dsmp.c289 if (WARN_ON_ONCE(!cpu_has_feature(CPU_FTR_SMT)))
488 if (cpu_has_feature(CPU_FTR_DBELL)) {
/linux-master/arch/powerpc/mm/book3s32/
H A Dmmu.c124 if (!cpu_has_feature(CPU_FTR_NEED_COHERENT))
276 (cpu_has_feature(CPU_FTR_NEED_COHERENT) == 0))

Completed in 195 milliseconds

12345