Lines Matching refs:pgd_t
100 pgd_t *pgd; in shatter_huge_page()
168 static inline void pgd_list_add(pgd_t *pgd) in pgd_list_add()
173 static inline void pgd_list_del(pgd_t *pgd) in pgd_list_del()
181 static void pgd_ctor(pgd_t *pgd) in pgd_ctor()
185 memset(pgd, 0, KERNEL_PGD_INDEX_START*sizeof(pgd_t)); in pgd_ctor()
199 KERNEL_PGD_PTRS * sizeof(pgd_t)); in pgd_ctor()
205 static void pgd_dtor(pgd_t *pgd) in pgd_dtor()
214 pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
216 pgd_t *pgd = kmem_cache_alloc(pgd_cache, GFP_KERNEL); in pgd_alloc()
222 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
342 pgd_t *pgd; in virt_to_pte()