Home
last modified time | relevance | path

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

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