Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_perf.c14 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in freeze_pmu()
25 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in freeze_pmu()
66 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in switch_pmu_to_guest()
100 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in switch_pmu_to_guest()
154 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in switch_pmu_to_host()
207 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in switch_pmu_to_host()
H A Dbook3s_hv_p9_entry.c924 if (cpu_has_feature(CPU_FTR_ARCH_31)) in kvmhv_vcpu_entry_p9()
H A Dbook3s_hv_nested.c456 if (cpu_has_feature(CPU_FTR_ARCH_31)) in kvmhv_nested_init()
/linux/arch/powerpc/kernel/
H A 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()
H A Ddexcr.c16 if (!early_cpu_has_feature(CPU_FTR_ARCH_31)) in init_task_dexcr()
H A Duprobes.c44 if (cpu_has_feature(CPU_FTR_ARCH_31) && in arch_uprobe_analyze_insn()
H A Dhw_breakpoint.c169 if (!cpu_has_feature(CPU_FTR_ARCH_31) && in hw_breakpoint_validate_len()
H A Dsetup_64.c276 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in cpu_ready_for_interrupts()
/linux/arch/powerpc/include/asm/
H A Dprocessor.h368 %0) :: "i" (CPU_FTR_ARCH_31) : "memory")
374 %0) :: "i" (CPU_FTR_ARCH_31) : "memory")
380 %0) :: "i" (CPU_FTR_ARCH_31) : "memory")
H A Dsynch.h41 asm volatile(ASM_FTR_IFSET(PPC_CP_ABORT, "", %0) : : "i" (CPU_FTR_ARCH_31) : "memory"); in ppc_after_tlbiel_barrier()
H A Dcputable.h193 #define CPU_FTR_ARCH_31 LONG_ASM_CONST(0x0004000000000000) macro
454 CPU_FTR_ARCH_300 | CPU_FTR_ARCH_31 | \
/linux/arch/powerpc/include/asm/book3s/64/
H A Dkexec.h24 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in reset_sprs()
/linux/lib/crypto/powerpc/
H A Dchacha.h74 if (cpu_has_feature(CPU_FTR_ARCH_31)) in chacha_mod_init_arch()
H A Dpoly1305.h72 if (cpu_has_feature(CPU_FTR_ARCH_31)) in poly1305_mod_init_arch()
/linux/arch/powerpc/mm/book3s64/
H A Dradix_hugetlbpage.c57 if (!cpu_has_feature(CPU_FTR_ARCH_31) && in radix__huge_ptep_modify_prot_commit()
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c56 if (cpu_has_feature(CPU_FTR_ARCH_31)) in ppc_gethwdinfo()
/linux/arch/powerpc/platforms/powernv/
H A Didle.c997 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/arch/powerpc/perf/
H A Dimc-pmu.c1301 if (cpu_has_feature(CPU_FTR_ARCH_31)) { in trace_imc_prepare_sample()
H A Dcore-book3s.c2313 if (val == 0 || (val == 7 && !cpu_has_feature(CPU_FTR_ARCH_31))) { in record_and_restart()