Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dsubpage-prot.c29 struct subpage_prot_table *spt = pgd_subpage_prot(pgd); in subpage_prot_free()
90 struct subpage_prot_table *spt = pgd_subpage_prot(mm->pgd); in subpage_prot_clear()
139 struct subpage_prot_table *spt = pgd_subpage_prot(mm->pgd); in sys_subpage_prot()
Dhash_utils_64.c815 struct subpage_prot_table *spt = pgd_subpage_prot(pgdir); in subpage_protection()
/arch/powerpc/include/asm/
Dpgtable-64k.h52 static inline struct subpage_prot_table *pgd_subpage_prot(pgd_t *pgd) in pgd_subpage_prot() function