Home
last modified time | relevance | path

Searched refs:CPU_FTR_ARCH_31 (Results 1 – 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/perf/
Disa207-common.c58 if (cpu_has_feature(CPU_FTR_ARCH_31)) in is_event_valid()
76 if (cpu_has_feature(CPU_FTR_ARCH_31)) in sdar_mod_val()
149 if (cpu_has_feature(CPU_FTR_ARCH_31)) in is_thresh_cmp_valid()
250 if (cpu_has_feature(CPU_FTR_ARCH_31)) in isa207_get_mem_weight()
271 if (cpu_has_feature(CPU_FTR_ARCH_31)) in isa207_get_constraint()
317 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in isa207_get_constraint()
347 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in isa207_get_constraint()
357 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in isa207_get_constraint()
436 if (cpu_has_feature(CPU_FTR_ARCH_31)) in isa207_compute_mmcr()
475 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in isa207_compute_mmcr()
[all …]
Dperf_regs.c100 if (cpu_has_feature(CPU_FTR_ARCH_31)) in perf_reg_value()
Dimc-pmu.c1291 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in trace_imc_prepare_sample()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dhw_breakpoint_constraints.c41 if (!cpu_has_feature(CPU_FTR_ARCH_31) && size == 16) in ea_hw_range_overlaps()
101 if (cpu_has_feature(CPU_FTR_ARCH_31) && in wp_check_constraints()
111 if (cpu_has_feature(CPU_FTR_ARCH_31) && in wp_check_constraints()
Dsysfs.c883 if (cpu_has_feature(CPU_FTR_ARCH_31)) in register_cpu_online()
980 if (cpu_has_feature(CPU_FTR_ARCH_31)) in unregister_cpu_online()
Dhw_breakpoint.c422 if (!cpu_has_feature(CPU_FTR_ARCH_31) && in hw_breakpoint_validate_len()
Dsetup_64.c238 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in cpu_ready_for_interrupts()
Ddt_cpu_ftrs.c719 cur_cpu_spec->cpu_features |= CPU_FTR_ARCH_31; in cpufeatures_setup_start()
Dprocess.c1240 if (new->mm && (cpu_has_feature(CPU_FTR_ARCH_31) || in __switch_to()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dsynch.h38 asm volatile(ASM_FTR_IFSET(PPC_CP_ABORT, "", %0) : : "i" (CPU_FTR_ARCH_31) : "memory"); in ppc_after_tlbiel_barrier()
Dcputable.h217 #define CPU_FTR_ARCH_31 LONG_ASM_CONST(0x0004000000000000) macro
479 CPU_FTR_ARCH_300 | CPU_FTR_ARCH_31 | \
/kernel/linux/linux-5.10/arch/powerpc/lib/
Dtest_emulate_step.c114 if (!cpu_has_feature(CPU_FTR_ARCH_31)) { in test_pld()
155 if (!cpu_has_feature(CPU_FTR_ARCH_31)) { in test_plwz()
216 if (!cpu_has_feature(CPU_FTR_ARCH_31)) { in test_pstd()
340 if (!cpu_has_feature(CPU_FTR_ARCH_31)) { in test_plfs_pstfs()
430 if (!cpu_has_feature(CPU_FTR_ARCH_31)) { in test_plfd_pstfd()
1180 .cpu_feature = CPU_FTR_ARCH_31,
Dsstep.c1351 if (!cpu_has_feature(CPU_FTR_ARCH_31)) in analyse_instr()
2786 if (!cpu_has_feature(CPU_FTR_ARCH_31)) in analyse_instr()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S153 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_31)
Dbook3s_hv_rmhandlers.S1845 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_31)
3491 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_31)
3560 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_31)
3627 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_31)
Dbook3s_hv.c356 if (cpu_has_feature(CPU_FTR_ARCH_31)) in kvmppc_set_arch_compat()
3551 if (cpu_has_feature(CPU_FTR_ARCH_31)) in kvmhv_load_hv_regs_and_go()
/kernel/linux/linux-5.10/drivers/cpuidle/
Dcpuidle-pseries.c435 if (cpu_has_feature(CPU_FTR_ARCH_31) || pvr_version_is(PVR_POWER10)) in pseries_idle_probe()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
Didle.c1003 if (cpu_has_feature(CPU_FTR_ARCH_31)) in arch300_offline_stop()
1022 if (cpu_has_feature(CPU_FTR_ARCH_31)) in arch300_offline_stop()
1053 if (cpu_has_feature(CPU_FTR_ARCH_31)) in arch300_idle_type()
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
Dptrace-noadv.c60 if (cpu_has_feature(CPU_FTR_ARCH_31)) in ppc_gethwdinfo()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
Dxmon.c2039 if (!cpu_has_feature(CPU_FTR_ARCH_31)) in dump_310_sprs()