Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/mm/book3s64/
Dslice.c648 mm_ctx_user_psize(&current->mm->context), 0); in arch_get_unmapped_area()
661 mm_ctx_user_psize(&current->mm->context), 1); in arch_get_unmapped_area_topdown()
764 unsigned int psize = mm_ctx_user_psize(&mm->context); in slice_is_hugepage_only_range()
Dhash_utils.c1676 if (unlikely(psize != mm_ctx_user_psize(&mm->context))) in should_hash_preload()
1749 if (mm_ctx_user_psize(&mm->context) == MMU_PAGE_64K) in hash_preload()
1762 mm_ctx_user_psize(&mm->context), in hash_preload()
1763 mm_ctx_user_psize(&mm->context), in hash_preload()
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dmmu.h142 static inline u16 mm_ctx_user_psize(mm_context_t *ctx) in mm_ctx_user_psize() function