Searched refs:__pgd_alloc (Results 1 – 10 of 10) sorted by relevance
43 new_pgd = __pgd_alloc(mm, 0); in pgd_alloc()
44 pgd_t *ret = __pgd_alloc(mm, 0); in pgd_alloc()
19 return __pgd_alloc(mm, PGD_TABLE_ORDER); in pgd_alloc()
25 pgd = __pgd_alloc(mm, 0); in pgd_alloc()
47 ret = __pgd_alloc(mm, 0); in pgd_alloc()
115 pgd = __pgd_alloc(mm, 0); in pgd_alloc()
28 ret = __pgd_alloc(mm, 0); in pgd_alloc()
23 #define _pgd_alloc(mm) __pgd_alloc(mm, 2)
296 #define __pgd_alloc(...) alloc_hooks(__pgd_alloc_noprof(__VA_ARGS__)) macro
314 return __pgd_alloc(mm, pgd_allocation_order()); in _pgd_alloc()