Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/mm/book3s64/
Dsubpage_prot.c24 struct subpage_prot_table *spt = mm_ctx_subpage_prot(&mm->context); in subpage_prot_free()
97 spt = mm_ctx_subpage_prot(&mm->context); in subpage_prot_clear()
222 spt = mm_ctx_subpage_prot(&mm->context); in SYSCALL_DEFINE3()
Dhash_utils.c1158 struct subpage_prot_table *spt = mm_ctx_subpage_prot(&mm->context); in subpage_protection()
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dmmu.h190 static inline struct subpage_prot_table *mm_ctx_subpage_prot(mm_context_t *ctx) in mm_ctx_subpage_prot() function