Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dhash_native_64.c275 unsigned int use_local; in tlbie() local
278 use_local = local && mmu_has_feature(MMU_FTR_TLBIEL) && !cxl_ctx_in_use(); in tlbie()
280 if (use_local) in tlbie()
281 use_local = mmu_psize_defs[psize].tlbiel; in tlbie()
282 if (lock_tlbie && !use_local) in tlbie()
285 if (use_local) { in tlbie()
293 if (lock_tlbie && !use_local) in tlbie()
796 unsigned int use_local; in native_flush_hash_range() local
798 use_local = local && mmu_has_feature(MMU_FTR_TLBIEL) && in native_flush_hash_range()
832 if (use_local) { in native_flush_hash_range()