Lines Matching refs:pgd_t
58 static inline void pgd_list_add(pgd_t *pgd) in pgd_list_add()
65 static inline void pgd_list_del(pgd_t *pgd) in pgd_list_del()
72 static void pgd_set_mm(pgd_t *pgd, struct mm_struct *mm) in pgd_set_mm()
82 static void pgd_ctor(struct mm_struct *mm, pgd_t *pgd) in pgd_ctor()
95 static void pgd_dtor(pgd_t *pgd) in pgd_dtor()
219 static void mop_up_one_pmd(struct mm_struct *mm, pgd_t *pgdp) in mop_up_one_pmd()
221 pgd_t pgd = *pgdp; in mop_up_one_pmd()
234 static void pgd_mop_up_pmds(struct mm_struct *mm, pgd_t *pgdp) in pgd_mop_up_pmds()
253 static void pgd_prepopulate_pmd(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmds[]) in pgd_prepopulate_pmd()
275 pgd_t *k_pgd, pmd_t *pmds[]) in pgd_prepopulate_user_pmd()
277 pgd_t *s_pgd = kernel_to_user_pgdp(swapper_pg_dir); in pgd_prepopulate_user_pmd()
278 pgd_t *u_pgd = kernel_to_user_pgdp(k_pgd); in pgd_prepopulate_user_pmd()
301 pgd_t *k_pgd, pmd_t *pmds[]) in pgd_prepopulate_user_pmd()
306 static inline pgd_t *_pgd_alloc(struct mm_struct *mm) in _pgd_alloc()
317 static inline void _pgd_free(struct mm_struct *mm, pgd_t *pgd) in _pgd_free()
322 pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
324 pgd_t *pgd; in pgd_alloc()
376 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()