Lines Matching defs:pgd
57 static inline void pgd_list_add(pgd_t *pgd) in pgd_list_add()
64 static inline void pgd_list_del(pgd_t *pgd) in pgd_list_del()
77 static void pgd_set_mm(pgd_t *pgd, struct mm_struct *mm) in pgd_set_mm()
87 static void pgd_ctor(struct mm_struct *mm, pgd_t *pgd) in pgd_ctor()
107 static void pgd_dtor(pgd_t *pgd) in pgd_dtor()
237 pgd_t pgd = *pgdp; in mop_up_one_pmd() local
269 static void pgd_prepopulate_pmd(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmds[]) in pgd_prepopulate_pmd()
372 static inline void _pgd_free(struct mm_struct *mm, pgd_t *pgd) in _pgd_free()
386 static inline void _pgd_free(struct mm_struct *mm, pgd_t *pgd) in _pgd_free()
394 pgd_t *pgd; in pgd_alloc() local
446 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()