Searched refs:_pgd_alloc (Results 1 – 1 of 1) sorted by relevance
20 #define _pgd_alloc(mm) kmalloc_objs(pgd_t, PTRS_PER_PGD, GFP_KERNEL | __GFP_ZERO) macro23 #define _pgd_alloc(mm) __pgd_alloc(mm, 2) macro38 new_pgd = _pgd_alloc(mm); in pgd_alloc()