Lines Matching refs:pgdir
813 static int subpage_protection(pgd_t *pgdir, unsigned long ea) in subpage_protection() argument
815 struct subpage_prot_table *spt = pgd_subpage_prot(pgdir); in subpage_protection()
843 static inline int subpage_protection(pgd_t *pgdir, unsigned long ea) in subpage_protection() argument
857 void *pgdir; in hash_page() local
904 pgdir = mm->pgd; in hash_page()
905 if (pgdir == NULL) in hash_page()
931 ptep = find_linux_pte(pgdir, ea); in hash_page()
1001 int spp = subpage_protection(pgdir, ea); in hash_page()
1024 void *pgdir; in hash_preload() local
1043 pgdir = mm->pgd; in hash_preload()
1044 if (pgdir == NULL) in hash_preload()
1046 ptep = find_linux_pte(pgdir, ea); in hash_preload()
1080 subpage_protection(pgdir, ea)); in hash_preload()