Home
last modified time | relevance | path

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

/arch/powerpc/mm/book3s64/
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()
Dhash_utils.c1221 struct subpage_prot_table *spt = mm_ctx_subpage_prot(&mm->context); in subpage_protection()
/arch/powerpc/include/asm/book3s/64/
Dmmu.h184 static inline struct subpage_prot_table *mm_ctx_subpage_prot(mm_context_t *ctx) in mm_ctx_subpage_prot() function