Lines Matching defs:pgd
96 static inline void pgd_list_add(pgd_t *pgd) in pgd_list_add()
103 static inline void pgd_list_del(pgd_t *pgd) in pgd_list_del()
116 static void pgd_set_mm(pgd_t *pgd, struct mm_struct *mm) in pgd_set_mm()
126 static void pgd_ctor(struct mm_struct *mm, pgd_t *pgd) in pgd_ctor()
146 static void pgd_dtor(pgd_t *pgd) in pgd_dtor()
276 pgd_t pgd = *pgdp; in mop_up_one_pmd() local
308 static void pgd_prepopulate_pmd(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmds[]) in pgd_prepopulate_pmd()
412 static inline void _pgd_free(pgd_t *pgd) in _pgd_free()
427 static inline void _pgd_free(pgd_t *pgd) in _pgd_free()
435 pgd_t *pgd; in pgd_alloc() local
487 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()