Home
last modified time | relevance | path

Searched refs:use_local (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dhash_native.c301 unsigned int use_local; in tlbie() local
304 use_local = local && mmu_has_feature(MMU_FTR_TLBIEL) && !cxl_ctx_in_use(); in tlbie()
306 if (use_local) in tlbie()
307 use_local = mmu_psize_defs[psize].tlbiel; in tlbie()
308 if (lock_tlbie && !use_local) in tlbie()
311 if (use_local) { in tlbie()
319 if (lock_tlbie && !use_local) in tlbie()
842 unsigned int use_local; in native_flush_hash_range() local
844 use_local = local && mmu_has_feature(MMU_FTR_TLBIEL) && in native_flush_hash_range()
878 if (use_local) { in native_flush_hash_range()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dhash_native.c220 unsigned int use_local; in tlbie() local
223 use_local = local && mmu_has_feature(MMU_FTR_TLBIEL) && !cxl_ctx_in_use(); in tlbie()
225 if (use_local) in tlbie()
226 use_local = mmu_psize_defs[psize].tlbiel; in tlbie()
227 if (lock_tlbie && !use_local) in tlbie()
230 if (use_local) { in tlbie()
238 if (lock_tlbie && !use_local) in tlbie()
792 unsigned int use_local; in native_flush_hash_range() local
794 use_local = local && mmu_has_feature(MMU_FTR_TLBIEL) && in native_flush_hash_range()
830 if (use_local) { in native_flush_hash_range()
[all...]

Completed in 3 milliseconds