Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/book3s64/
H A 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()
H A Dhash_utils.c1743 if (unlikely(psize != mm_ctx_user_psize(&mm->context))) in should_hash_preload()
1816 if (mm_ctx_user_psize(&mm->context) == MMU_PAGE_64K) in hash_preload()
1829 mm_ctx_user_psize(&mm->context), in hash_preload()
1830 mm_ctx_user_psize(&mm->context), in hash_preload()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu.h139 static inline u16 mm_ctx_user_psize(mm_context_t *ctx) in mm_ctx_user_psize() function