Home
last modified time | relevance | path

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

/Linux-v5.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()
268 if (cpu_has_feature(CPU_FTR_ARCH_31)) in isa207_get_constraint()
314 if (cpu_has_feature(CPU_FTR_ARCH_31) && (unit == 6)) { in isa207_get_constraint()
421 if (cpu_has_feature(CPU_FTR_ARCH_31)) in isa207_compute_mmcr()
481 if (!cpu_has_feature(CPU_FTR_ARCH_31)) { in isa207_compute_mmcr()
488 if (cpu_has_feature(CPU_FTR_ARCH_31) && (unit == 6)) { in isa207_compute_mmcr()
500 if (cpu_has_feature(CPU_FTR_ARCH_31) && in isa207_compute_mmcr()
517 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in isa207_compute_mmcr()
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()
/Linux-v5.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()
Ddt_cpu_ftrs.c718 cur_cpu_spec->cpu_features |= CPU_FTR_ARCH_31; in cpufeatures_setup_start()
Dprocess.c1295 (cpu_has_feature(CPU_FTR_ARCH_31) || in __switch_to()
/Linux-v5.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
480 CPU_FTR_ARCH_300 | CPU_FTR_ARCH_31 | \
/Linux-v5.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,
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S153 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_31)
Dbook3s_hv_rmhandlers.S1839 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_31)
3453 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_31)
3522 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_31)
3589 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_31)
Dbook3s_hv.c355 if (cpu_has_feature(CPU_FTR_ARCH_31)) in kvmppc_set_arch_compat()
3547 if (cpu_has_feature(CPU_FTR_ARCH_31)) in kvmhv_load_hv_regs_and_go()
/Linux-v5.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()
/Linux-v5.10/arch/powerpc/kernel/ptrace/
Dptrace-noadv.c60 if (cpu_has_feature(CPU_FTR_ARCH_31)) in ppc_gethwdinfo()
/Linux-v5.10/arch/powerpc/xmon/
Dxmon.c2037 if (!cpu_has_feature(CPU_FTR_ARCH_31)) in dump_310_sprs()