Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/mm/book3s64/
Dslice.c647 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.c1753 if (unlikely(psize != mm_ctx_user_psize(&mm->context))) in should_hash_preload()
1826 if (mm_ctx_user_psize(&mm->context) == MMU_PAGE_64K) in hash_preload()
1839 mm_ctx_user_psize(&mm->context), in hash_preload()
1840 mm_ctx_user_psize(&mm->context), in hash_preload()
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dmmu.h139 static inline u16 mm_ctx_user_psize(mm_context_t *ctx) in mm_ctx_user_psize() function