Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dslice.c649 mm_ctx_user_psize(&current->mm->context), 0); in arch_get_unmapped_area()
659 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()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1187 return get_paca()->mm_ctx_user_psize; in get_paca_psize()
1564 if (unlikely(psize != mm_ctx_user_psize(&mm->context))) in should_hash_preload()
1651 if (mm_ctx_user_psize(&mm->context) == MMU_PAGE_64K) in hash_preload()
1664 mm_ctx_user_psize(&mm->context), in hash_preload()
1665 mm_ctx_user_psize(&mm->context), in hash_preload()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpaca.h158 u16 mm_ctx_user_psize; member
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dmmu.h135 static inline u16 mm_ctx_user_psize(mm_context_t *ctx) in mm_ctx_user_psize() function
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpaca.c358 get_paca()->mm_ctx_user_psize = context->user_psize; in copy_mm_to_paca()