Searched refs:__pgd_alloc (Results 1 – 1 of 1) sorted by relevance
20 #define __pgd_alloc() kmalloc_array(PTRS_PER_PGD, sizeof(pgd_t), GFP_KERNEL) macro23 #define __pgd_alloc() (pgd_t *)__get_free_pages(GFP_KERNEL, 2) macro38 new_pgd = __pgd_alloc(); in pgd_alloc()