Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dcputable.h159 #define CPU_FTR_ARCH_206 LONG_ASM_CONST(0x0000000000008000) macro
403 CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | CPU_FTR_ARCH_206 |\
412 CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | CPU_FTR_ARCH_206 |\
423 CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | CPU_FTR_ARCH_206 |\
445 CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | CPU_FTR_ARCH_206 |\
537 CPU_FTR_ARCH_206 | \
Dkvm_book3s_64.h404 cpu_has_feature(CPU_FTR_ARCH_206)) in hpte_cache_flags_ok()
Dreg.h1397 "r" (val), "i" (CPU_FTR_ARCH_206) : "memory"); in mtmsr_isync()
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dkexec.h11 if (cpu_has_feature(CPU_FTR_ARCH_206)) { in reset_sprs()
/linux-6.1.9/arch/powerpc/mm/book3s64/
Dhash_native.c100 : : "r" (va), "r"(0), "i" (CPU_FTR_ARCH_206) in ___tlbie()
119 : : "r" (va), "r"(0), "i" (CPU_FTR_ARCH_206) in ___tlbie()
190 : : "r" (va), "i" (CPU_FTR_ARCH_206) in __tlbiel()
209 : : "r" (va), "i" (CPU_FTR_ARCH_206) in __tlbiel()
Dpkeys.c132 if (!early_cpu_has_feature(CPU_FTR_ARCH_206)) in pkey_early_init_devtree()
Dhash_utils.c270 else if (early_cpu_has_feature(CPU_FTR_ARCH_206)) in hash__tlbiel_all()
1208 if (cpu_has_feature(CPU_FTR_ARCH_206) in hash__early_init_mmu()
1228 if (cpu_has_feature(CPU_FTR_ARCH_206) in hash__early_init_mmu_secondary()
Dslb.c51 if (!cpu_has_feature(CPU_FTR_ARCH_206)) in assert_slb_presence()
/linux-6.1.9/arch/powerpc/kernel/
Dexceptions-64s.S223 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
298 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
358 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
481 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
513 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
1014 END_FTR_SECTION_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
1232 END_FTR_SECTION_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
1644 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
2665 ALT_FTR_SECTION_END_IFCLR(CPU_FTR_ARCH_206)
Dsysfs.c905 if (cpu_has_feature(CPU_FTR_ARCH_206) && in register_cpu_online()
1001 if (cpu_has_feature(CPU_FTR_ARCH_206) && in unregister_cpu_online()
Dsecurity.c316 else if (cpu_has_feature(CPU_FTR_ARCH_206)) in setup_stf_barrier()
Dprocess.c2262 if (cpu_has_feature(CPU_FTR_ARCH_206)) { in __ppc64_runlatch_on()
2291 if (cpu_has_feature(CPU_FTR_ARCH_206)) { in __ppc64_runlatch_off()
/linux-6.1.9/arch/powerpc/platforms/powernv/
Didle.c1070 } else if (cpu_has_feature(CPU_FTR_ARCH_206) && power7_offline_type) { in pnv_cpu_offline()
/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_xics.c1421 if (cpu_has_feature(CPU_FTR_ARCH_206) && in kvmppc_xics_create()
Dbook3s_hv.c403 else if (cpu_has_feature(CPU_FTR_ARCH_206)) in kvmppc_set_arch_compat()
5580 cpu_has_feature(CPU_FTR_ARCH_206)) in kvmppc_core_check_processor_compat_hv()
/linux-6.1.9/arch/powerpc/net/
Dbpf_jit_comp64.c673 if (cpu_has_feature(CPU_FTR_ARCH_206)) { in bpf_jit_build_body()
/linux-6.1.9/arch/powerpc/xmon/
Dxmon.c2022 if (!cpu_has_feature(CPU_FTR_ARCH_206)) in dump_206_sprs()