Lines Matching refs:pgd_t
87 static inline void pgd_list_add(pgd_t *pgd) in pgd_list_add()
94 static inline void pgd_list_del(pgd_t *pgd) in pgd_list_del()
105 static void pgd_set_mm(pgd_t *pgd, struct mm_struct *mm) in pgd_set_mm()
116 static void pgd_ctor(struct mm_struct *mm, pgd_t *pgd) in pgd_ctor()
136 static void pgd_dtor(pgd_t *pgd) in pgd_dtor()
239 static void pgd_mop_up_pmds(struct mm_struct *mm, pgd_t *pgdp) in pgd_mop_up_pmds()
244 pgd_t pgd = pgdp[i]; in pgd_mop_up_pmds()
258 static void pgd_prepopulate_pmd(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmds[]) in pgd_prepopulate_pmd()
290 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t))
319 static inline pgd_t *_pgd_alloc(void) in _pgd_alloc()
326 return (pgd_t *)__get_free_page(PGALLOC_GFP); in _pgd_alloc()
335 static inline void _pgd_free(pgd_t *pgd) in _pgd_free()
343 static inline pgd_t *_pgd_alloc(void) in _pgd_alloc()
345 return (pgd_t *)__get_free_page(PGALLOC_GFP); in _pgd_alloc()
348 static inline void _pgd_free(pgd_t *pgd) in _pgd_free()
354 pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
356 pgd_t *pgd; in pgd_alloc()
394 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()