Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dsubpage_prot.c24 struct subpage_prot_table *spt = mm_ctx_subpage_prot(&mm->context); in subpage_prot_free()
99 spt = mm_ctx_subpage_prot(&mm->context); in subpage_prot_clear()
224 spt = mm_ctx_subpage_prot(&mm->context); in SYSCALL_DEFINE3()
H A Dhash_utils.c1220 struct subpage_prot_table *spt = mm_ctx_subpage_prot(&mm->context); in subpage_protection()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dmmu.h183 static inline struct subpage_prot_table *mm_ctx_subpage_prot(mm_context_t *ctx) in mm_ctx_subpage_prot() function