Searched defs:_pgd_alloc (Results 1 – 2 of 2) sorted by relevance
20 #define _pgd_alloc(mm) kmalloc_array(PTRS_PER_PGD, sizeof(pgd_t), GFP_KERNEL | __GFP_ZERO) macro23 #define _pgd_alloc(mm) __pgd_alloc(mm, 2) macro
400 static inline pgd_t *_pgd_alloc(struct mm_struct *mm) in _pgd_alloc() function425 static inline pgd_t *_pgd_alloc(struct mm_struct *mm) in _pgd_alloc() function