Searched refs:pgd_alloc (Results 1 – 3 of 3) sorted by relevance
35 extern pgd_t *pgd_alloc(struct mm_struct *);
36 #define pgd_alloc(mm) get_pgd_slow(mm) macro
47 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() function