Lines Matching defs:pgd
102 static inline void pgd_list_add(pgd_t *pgd) in pgd_list_add()
109 static inline void pgd_list_del(pgd_t *pgd) in pgd_list_del()
122 static void pgd_set_mm(pgd_t *pgd, struct mm_struct *mm) in pgd_set_mm()
132 static void pgd_ctor(struct mm_struct *mm, pgd_t *pgd) in pgd_ctor()
152 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()
414 static inline void _pgd_free(pgd_t *pgd) in _pgd_free()
428 static inline void _pgd_free(pgd_t *pgd) in _pgd_free()
436 pgd_t *pgd; in pgd_alloc() local
481 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()