Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dcputable.h183 #define CPU_FTR_ARCH_206 LONG_ASM_CONST(0x0000000000008000) macro
433 CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | CPU_FTR_ARCH_206 |\
442 CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | CPU_FTR_ARCH_206 |\
453 CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | CPU_FTR_ARCH_206 |\
471 CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | CPU_FTR_ARCH_206 |\
563 CPU_FTR_ARCH_206 | \
Dkvm_book3s_64.h403 cpu_has_feature(CPU_FTR_ARCH_206)) in hpte_cache_flags_ok()
Dreg.h1393 "r" (val), "i" (CPU_FTR_ARCH_206) : "memory"); in mtmsr_isync()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dkexec.h10 if (cpu_has_feature(CPU_FTR_ARCH_206)) { in reset_sprs()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dhash_native.c144 else if (early_cpu_has_feature(CPU_FTR_ARCH_206)) in hash__tlbiel_all()
181 : : "r" (va), "r"(0), "i" (CPU_FTR_ARCH_206) in ___tlbie()
200 : : "r" (va), "r"(0), "i" (CPU_FTR_ARCH_206) in ___tlbie()
271 : : "r" (va), "i" (CPU_FTR_ARCH_206) in __tlbiel()
290 : : "r" (va), "i" (CPU_FTR_ARCH_206) in __tlbiel()
Dpkeys.c124 if (!early_cpu_has_feature(CPU_FTR_ARCH_206)) in pkey_early_init_devtree()
Dslb.c78 if (!cpu_has_feature(CPU_FTR_ARCH_206)) in assert_slb_presence()
Dhash_utils.c1113 if (cpu_has_feature(CPU_FTR_ARCH_206) in hash__early_init_mmu()
1133 if (cpu_has_feature(CPU_FTR_ARCH_206) in hash__early_init_mmu_secondary()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dexceptions-64s.S291 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
312 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
439 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
549 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
976 END_FTR_SECTION_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
1245 END_FTR_SECTION_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
2706 ALT_FTR_SECTION_END_IFCLR(CPU_FTR_ARCH_206)
Dsecurity.c315 else if (cpu_has_feature(CPU_FTR_ARCH_206)) in setup_stf_barrier()
Dsysfs.c905 if (cpu_has_feature(CPU_FTR_ARCH_206) && in register_cpu_online()
1000 if (cpu_has_feature(CPU_FTR_ARCH_206) && in unregister_cpu_online()
Dprocess.c2212 if (cpu_has_feature(CPU_FTR_ARCH_206)) { in __ppc64_runlatch_on()
2241 if (cpu_has_feature(CPU_FTR_ARCH_206)) { in __ppc64_runlatch_off()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
Didle.c1106 } else if (cpu_has_feature(CPU_FTR_ARCH_206) && power7_offline_type) { in pnv_cpu_offline()
/kernel/linux/linux-5.10/arch/powerpc/net/
Dbpf_jit_comp64.c657 if (cpu_has_feature(CPU_FTR_ARCH_206)) { in bpf_jit_build_body()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_xics.c1430 if (cpu_has_feature(CPU_FTR_ARCH_206) && in kvmppc_xics_create()
Dbook3s_hv.c362 else if (cpu_has_feature(CPU_FTR_ARCH_206)) in kvmppc_set_arch_compat()
5126 cpu_has_feature(CPU_FTR_ARCH_206)) in kvmppc_core_check_processor_compat_hv()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
Dxmon.c1934 if (!cpu_has_feature(CPU_FTR_ARCH_206)) in dump_206_sprs()