| /linux-5.15/arch/powerpc/perf/ ! |
| A D | isa207-common.c | 58 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() 128 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in p10_thresh_cmp_val() 151 if (cpu_has_feature(CPU_FTR_ARCH_31)) in thresh_cmp_val() 189 if (cpu_has_feature(CPU_FTR_ARCH_31)) in is_thresh_cmp_valid() 278 if (val != 1 && val != 2 && !(val == 7 && cpu_has_feature(CPU_FTR_ARCH_31))) in isa207_get_mem_data_src() 325 if (cpu_has_feature(CPU_FTR_ARCH_31)) in isa207_get_mem_weight() 328 if (val == 0 || (val == 7 && !cpu_has_feature(CPU_FTR_ARCH_31))) in isa207_get_mem_weight() 348 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in isa207_get_mem_weight() 367 if (cpu_has_feature(CPU_FTR_ARCH_31)) in isa207_get_constraint() [all …]
|
| A D | imc-pmu.c | 1291 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in trace_imc_prepare_sample()
|
| /linux-5.15/arch/powerpc/kernel/ ! |
| A D | hw_breakpoint_constraints.c | 41 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()
|
| A D | uprobes.c | 44 if (cpu_has_feature(CPU_FTR_ARCH_31) && in arch_uprobe_analyze_insn()
|
| H A D | sysfs.c | 883 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()
|
| H A D | setup_64.c | 239 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in cpu_ready_for_interrupts()
|
| H A D | hw_breakpoint.c | 421 if (!cpu_has_feature(CPU_FTR_ARCH_31) && in hw_breakpoint_validate_len()
|
| A D | dt_cpu_ftrs.c | 691 cur_cpu_spec->cpu_features |= CPU_FTR_ARCH_31; in cpufeatures_setup_start()
|
| H A D | process.c | 1236 if (new->mm && (cpu_has_feature(CPU_FTR_ARCH_31) || in __switch_to()
|
| /linux-5.15/arch/powerpc/lib/ ! |
| A D | test_emulate_step.c | 116 if (!cpu_has_feature(CPU_FTR_ARCH_31)) { in test_pld() 157 if (!cpu_has_feature(CPU_FTR_ARCH_31)) { in test_plwz() 218 if (!cpu_has_feature(CPU_FTR_ARCH_31)) { in test_pstd() 342 if (!cpu_has_feature(CPU_FTR_ARCH_31)) { in test_plfs_pstfs() 432 if (!cpu_has_feature(CPU_FTR_ARCH_31)) { in test_plfd_pstfd() 628 if (!cpu_has_feature(CPU_FTR_ARCH_31)) { in test_lxvp_stxvp() 715 if (!cpu_has_feature(CPU_FTR_ARCH_31)) { in test_lxvpx_stxvpx() 804 if (!cpu_has_feature(CPU_FTR_ARCH_31)) { in test_plxvp_pstxvp() 1477 .cpu_feature = CPU_FTR_ARCH_31,
|
| H A D | sstep.c | 1412 if (!cpu_has_feature(CPU_FTR_ARCH_31)) in analyse_instr() 2503 if (!cpu_has_feature(CPU_FTR_ARCH_31)) in analyse_instr() 2545 if (!cpu_has_feature(CPU_FTR_ARCH_31)) in analyse_instr() 2813 if (!cpu_has_feature(CPU_FTR_ARCH_31)) in analyse_instr() 2900 if (!cpu_has_feature(CPU_FTR_ARCH_31)) in analyse_instr()
|
| /linux-5.15/arch/powerpc/include/asm/ ! |
| H A D | synch.h | 38 asm volatile(ASM_FTR_IFSET(PPC_CP_ABORT, "", %0) : : "i" (CPU_FTR_ARCH_31) : "memory"); in ppc_after_tlbiel_barrier()
|
| H A D | cputable.h | 196 #define CPU_FTR_ARCH_31 LONG_ASM_CONST(0x0004000000000000) macro 452 CPU_FTR_ARCH_300 | CPU_FTR_ARCH_31 | \
|
| /linux-5.15/arch/powerpc/kvm/ ! |
| H A D | book3s_hv_interrupts.S | 148 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_31)
|
| A D | book3s_hv_p9_entry.c | 489 if (cpu_has_feature(CPU_FTR_ARCH_31)) in kvmhv_vcpu_entry_p9()
|
| H A D | book3s_hv_rmhandlers.S | 2825 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_31) 2894 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_31) 2961 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_31)
|
| H A D | book3s_hv.c | 351 if (cpu_has_feature(CPU_FTR_ARCH_31)) in kvmppc_set_arch_compat() 5263 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in kvmppc_core_init_vm_hv()
|
| /linux-5.15/drivers/cpuidle/ ! |
| A D | cpuidle-pseries.c | 436 if (cpu_has_feature(CPU_FTR_ARCH_31) || pvr_version_is(PVR_POWER10)) in pseries_idle_probe()
|
| /linux-5.15/arch/powerpc/kernel/ptrace/ ! |
| A D | ptrace-noadv.c | 56 if (cpu_has_feature(CPU_FTR_ARCH_31)) in ppc_gethwdinfo()
|
| /linux-5.15/arch/powerpc/mm/book3s64/ ! |
| A D | radix_tlb.c | 59 if (!early_cpu_has_feature(CPU_FTR_ARCH_31)) { in tlbiel_all_isa300() 69 if (!early_cpu_has_feature(CPU_FTR_ARCH_31)) { in tlbiel_all_isa300() 384 if (!cpu_has_feature(CPU_FTR_ARCH_31)) { in _tlbiel_pid()
|
| /linux-5.15/arch/powerpc/platforms/powernv/ ! |
| A D | idle.c | 997 if (cpu_has_feature(CPU_FTR_ARCH_31)) in arch300_offline_stop() 1019 if (cpu_has_feature(CPU_FTR_ARCH_31)) in arch300_idle_type()
|
| /linux-5.15/arch/powerpc/xmon/ ! |
| H A D | xmon.c | 2126 if (!cpu_has_feature(CPU_FTR_ARCH_31)) in dump_310_sprs()
|