Home
last modified time | relevance | path

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

/linux-6.12.1/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 |\
538 CPU_FTR_ARCH_206 | \
Dkvm_book3s_64.h404 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()
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dkexec.h11 if (cpu_has_feature(CPU_FTR_ARCH_206)) { in reset_sprs()
/linux-6.12.1/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.c133 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()
1277 if (cpu_has_feature(CPU_FTR_ARCH_206) in hash__early_init_mmu()
1297 if (cpu_has_feature(CPU_FTR_ARCH_206) in hash__early_init_mmu_secondary()
Dslb.c52 if (!cpu_has_feature(CPU_FTR_ARCH_206)) in assert_slb_presence()
/linux-6.12.1/arch/powerpc/kernel/
Dexceptions-64s.S228 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
303 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
363 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
486 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
519 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
1027 END_FTR_SECTION_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
1245 END_FTR_SECTION_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
1657 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
2665 ALT_FTR_SECTION_END_IFCLR(CPU_FTR_ARCH_206)
Dsysfs.c915 if (cpu_has_feature(CPU_FTR_ARCH_206) && in register_cpu_online()
1011 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.c2395 if (cpu_has_feature(CPU_FTR_ARCH_206)) { in __ppc64_runlatch_on()
2424 if (cpu_has_feature(CPU_FTR_ARCH_206)) { in __ppc64_runlatch_off()
/linux-6.12.1/arch/powerpc/platforms/powernv/
Didle.c1072 } else if (cpu_has_feature(CPU_FTR_ARCH_206) && power7_offline_type) { in pnv_cpu_offline()
/linux-6.12.1/arch/powerpc/kvm/
Dbook3s_xics.c1421 if (cpu_has_feature(CPU_FTR_ARCH_206) && in kvmppc_xics_create()
Dbook3s_hv.c424 else if (cpu_has_feature(CPU_FTR_ARCH_206)) in kvmppc_set_arch_compat()
5893 cpu_has_feature(CPU_FTR_ARCH_206)) in kvmppc_core_check_processor_compat_hv()
/linux-6.12.1/arch/powerpc/net/
Dbpf_jit_comp64.c767 if (cpu_has_feature(CPU_FTR_ARCH_206)) { in bpf_jit_build_body()
/linux-6.12.1/arch/powerpc/xmon/
Dxmon.c2017 if (!cpu_has_feature(CPU_FTR_ARCH_206)) in dump_206_sprs()