Lines Matching defs:pgd
93 static inline void pgd_list_add(pgd_t *pgd) in pgd_list_add()
100 static inline void pgd_list_del(pgd_t *pgd) in pgd_list_del()
113 static void pgd_set_mm(pgd_t *pgd, struct mm_struct *mm) in pgd_set_mm()
123 static void pgd_ctor(struct mm_struct *mm, pgd_t *pgd) in pgd_ctor()
143 static void pgd_dtor(pgd_t *pgd) in pgd_dtor()
273 pgd_t pgd = *pgdp; in mop_up_one_pmd() local
305 static void pgd_prepopulate_pmd(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmds[]) in pgd_prepopulate_pmd()
409 static inline void _pgd_free(pgd_t *pgd) in _pgd_free()
424 static inline void _pgd_free(pgd_t *pgd) in _pgd_free()
432 pgd_t *pgd; in pgd_alloc() local
484 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()