Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/mm/book3s64/
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()