Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s64/
H A Dsubpage_prot.c24 struct subpage_prot_table *spt = mm_ctx_subpage_prot(&mm->context); in subpage_prot_free()
101 spt = mm_ctx_subpage_prot(&mm->context); in subpage_prot_clear()
218 spt = mm_ctx_subpage_prot(&mm->context); in SYSCALL_DEFINE3()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu.h187 static inline struct subpage_prot_table *mm_ctx_subpage_prot(mm_context_t *ctx) in mm_ctx_subpage_prot() function