Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dcputable.h185 #define CPU_FTR_ARCH_206 LONG_ASM_CONST(0x0000000000008000) macro
434 CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | CPU_FTR_ARCH_206 |\
443 CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | CPU_FTR_ARCH_206 |\
454 CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | CPU_FTR_ARCH_206 |\
553 CPU_FTR_ARCH_206 | \
Dkvm_book3s_64.h298 cpu_has_feature(CPU_FTR_ARCH_206)) in hpte_cache_flags_ok()
Dreg.h1344 "r" (val), "i" (CPU_FTR_ARCH_206) : "memory"); in mtmsr_isync()
/Linux-v4.19/arch/powerpc/mm/
Dhash_native_64.c139 else if (early_cpu_has_feature(CPU_FTR_ARCH_206)) in hash__tlbiel_all()
178 : : "r" (va), "r"(0), "i" (CPU_FTR_ARCH_206) in ___tlbie()
197 : : "r" (va), "r"(0), "i" (CPU_FTR_ARCH_206) in ___tlbie()
245 : : "r" (va), "i" (CPU_FTR_ARCH_206) in __tlbiel()
264 : : "r" (va), "i" (CPU_FTR_ARCH_206) in __tlbiel()
Dhash_utils_64.c1041 if (cpu_has_feature(CPU_FTR_ARCH_206) in hash__early_init_mmu()
1061 if (cpu_has_feature(CPU_FTR_ARCH_206) in hash__early_init_mmu_secondary()
/Linux-v4.19/arch/powerpc/kernel/
Dsecurity.c266 else if (cpu_has_feature(CPU_FTR_ARCH_206)) in setup_stf_barrier()
Dexceptions-64s.S119 END_FTR_SECTION_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
457 END_FTR_SECTION_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
774 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
1372 ALT_FTR_SECTION_END_IFCLR(CPU_FTR_ARCH_206)
Dsysfs.c789 if (cpu_has_feature(CPU_FTR_ARCH_206) && in register_cpu_online()
875 if (cpu_has_feature(CPU_FTR_ARCH_206) && in unregister_cpu_online()
Dprocess.c2121 if (cpu_has_feature(CPU_FTR_ARCH_206)) { in __ppc64_runlatch_on()
2150 if (cpu_has_feature(CPU_FTR_ARCH_206)) { in __ppc64_runlatch_off()
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_xics.c1396 if (cpu_has_feature(CPU_FTR_ARCH_206)) { in kvmppc_xics_create()
Dbook3s_hv.c354 else if (cpu_has_feature(CPU_FTR_ARCH_206)) in kvmppc_set_arch_compat()
4108 !cpu_has_feature(CPU_FTR_ARCH_206)) in kvmppc_core_check_processor_compat_hv()
/Linux-v4.19/arch/powerpc/xmon/
Dxmon.c1794 if (!cpu_has_feature(CPU_FTR_ARCH_206)) in dump_206_sprs()