Searched refs:cpu_has_feature (Results 1 - 25 of 116) sorted by last modified time

12345

/linux-master/arch/powerpc/crypto/
H A Dchacha-p10-glue.c200 if (!cpu_has_feature(CPU_FTR_ARCH_31))
/linux-master/arch/powerpc/platforms/powernv/
H A Dsmp.c154 if (cpu_has_feature(CPU_FTR_ARCH_300)) {
179 if (cpu_has_feature(CPU_FTR_ARCH_207S))
306 if (cpu_has_feature(CPU_FTR_ARCH_207S))
337 if (cpu_has_feature(CPU_FTR_DBELL)) {
341 if (cpu_has_feature(CPU_FTR_ARCH_300))
/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))
/linux-master/arch/powerpc/kernel/
H A Dsmp.c60 #include <asm/cpu_has_feature.h>
152 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) {
989 if (cpu_has_feature(CPU_FTR_ASYM_SMT)) {
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 Dtraps.c456 if (cpu_has_feature(CPU_FTR_HVMODE)) {
1418 cpu_has_feature(CPU_FTR_DSCR)) {
1429 cpu_has_feature(CPU_FTR_DSCR)) {
1575 if (cpu_has_feature(CPU_FTR_DEXCR_NPHIE)) {
1833 * If cpu_has_feature(CPU_FTR_TM) is false, then either firmware
1842 if (!cpu_has_feature(CPU_FTR_TM))
H A Dirq.c72 #include <asm/cpu_has_feature.h>
130 if (cpu_has_feature(CPU_FTR_HVMODE)) {
151 if (cpu_has_feature(CPU_FTR_DBELL)) {
H A Dirq_64.c67 #include <asm/cpu_has_feature.h>
H A Dinterrupt.c112 if (cpu_has_feature(CPU_FTR_HVMODE) && trap == INTERRUPT_EXTERNAL)
211 if (cpu_has_feature(CPU_FTR_VSX))
213 else if (cpu_has_feature(CPU_FTR_ALTIVEC))
/linux-master/arch/powerpc/xmon/
H A Dxmon.c359 if (!cpu_has_feature(CPU_FTR_ARCH_207S))
362 if (cpu_has_feature(CPU_FTR_HVMODE)) {
380 if (cpu_has_feature(CPU_FTR_HVMODE))
1567 if (!cpu_has_feature(CPU_FTR_ARCH_207S)) {
1921 if (!trap_is_syscall(fp) && cpu_has_feature(CPU_FTR_CFAR)) {
2017 if (!cpu_has_feature(CPU_FTR_ARCH_206))
2050 if (!cpu_has_feature(CPU_FTR_ARCH_207S))
2100 if (!cpu_has_feature(CPU_FTR_ARCH_300))
2103 if (cpu_has_feature(CPU_FTR_P9_TIDR)) {
2125 if (!cpu_has_feature(CPU_FTR_ARCH_3
[all...]
/linux-master/arch/powerpc/perf/
H A Dcore-book3s.c698 if (!cpu_has_feature(CPU_FTR_PMAO_BUG))
2575 if (cpu_has_feature(CPU_FTR_HVMODE) && pmu_override) {
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c721 return !cpu_has_feature(CPU_FTR_ARCH_207S) &&
1128 if (!cpu_has_feature(CPU_FTR_ARCH_300))
1281 if (cpu_has_feature(CPU_FTR_ARCH_206)
1282 && cpu_has_feature(CPU_FTR_HVMODE))
1292 if (!cpu_has_feature(CPU_FTR_ARCH_300))
1301 if (cpu_has_feature(CPU_FTR_ARCH_206)
1302 && cpu_has_feature(CPU_FTR_HVMODE))
1900 if (local && cpu_has_feature(CPU_FTR_TM) && current->thread.regs &&
H A Dradix_pgtable.c387 if (!cpu_has_feature(CPU_FTR_HVMODE) &&
388 cpu_has_feature(CPU_FTR_P9_RADIX_PREFETCH_BUG)) {
1486 if (!cpu_has_feature(CPU_FTR_ARCH_31) && (change & _PAGE_RW) &&
1520 if (!cpu_has_feature(CPU_FTR_ARCH_31) &&
/linux-master/arch/powerpc/lib/
H A Dsstep.c14 #include <asm/cpu_has_feature.h>
1159 if (cpu_has_feature(CPU_FTR_ARCH_300)) {
1392 if (!cpu_has_feature(CPU_FTR_ARCH_300))
1492 if (!cpu_has_feature(CPU_FTR_ARCH_31))
1531 if (!cpu_has_feature(CPU_FTR_ARCH_300))
1618 if (!cpu_has_feature(CPU_FTR_ARCH_300))
1784 if (!cpu_has_feature(CPU_FTR_ARCH_300))
1953 if (!cpu_has_feature(CPU_FTR_ARCH_300))
1963 if (!cpu_has_feature(CPU_FTR_ARCH_300))
2000 if (!cpu_has_feature(CPU_FTR_ARCH_30
[all...]
/linux-master/arch/powerpc/kvm/
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...]
H A Dbook3s_hv.c192 if (cpu_has_feature(CPU_FTR_ARCH_300)) {
200 if (cpu_has_feature(CPU_FTR_ARCH_207S)) {
297 WARN_ON_ONCE(cpu_has_feature(CPU_FTR_ARCH_300));
308 WARN_ON_ONCE(cpu_has_feature(CPU_FTR_ARCH_300));
324 if (cpu_has_feature(CPU_FTR_ARCH_300)) {
359 if (cpu_has_feature(CPU_FTR_ARCH_300)) {
418 if (cpu_has_feature(CPU_FTR_ARCH_31))
420 else if (cpu_has_feature(CPU_FTR_ARCH_300))
422 else if (cpu_has_feature(CPU_FTR_ARCH_207S))
424 else if (cpu_has_feature(CPU_FTR_ARCH_20
[all...]
H A Dbook3s_hv_nested.c448 if (cpu_has_feature(CPU_FTR_ARCH_31))
450 if (cpu_has_feature(CPU_FTR_ARCH_300))
H A Dbook3s_hv_nestedv2.c360 if (cpu_has_feature(CPU_FTR_ARCH_31))
362 else if (cpu_has_feature(CPU_FTR_ARCH_300))
/linux-master/arch/powerpc/include/asm/
H A Dinterrupt.h234 if (cpu_has_feature(CPU_FTR_CTRL) &&
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dradix.h19 #include <asm/cpu_has_feature.h>
/linux-master/arch/powerpc/mm/
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/platforms/pseries/
H A Dlpar.c688 if (cpu_has_feature(CPU_FTR_ALTIVEC))
691 if (cpu_has_feature(CPU_FTR_ARCH_207S))
1723 if (cpu_has_feature(CPU_FTR_ARCH_300))
/linux-master/drivers/misc/ocxl/
H A Dfile.c119 if (cpu_has_feature(CPU_FTR_P9_TIDR)) {
164 if (cpu_has_feature(CPU_FTR_P9_TIDR))
/linux-master/drivers/misc/cxl/
H A Dcxl.h769 if (cpu_has_feature(CPU_FTR_HVMODE)) {
778 WARN_ON(!cpu_has_feature(CPU_FTR_HVMODE));
798 WARN_ON(!cpu_has_feature(CPU_FTR_HVMODE));
/linux-master/arch/powerpc/platforms/powermac/
H A Dsmp.c668 if (!cpu_has_feature(CPU_FTR_L2CR))
681 if (!cpu_has_feature(CPU_FTR_L3CR))

Completed in 307 milliseconds

12345