Home
last modified time | relevance | path

Searched refs:_pgd_alloc (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mm/
A Dpgd.c20 #define _pgd_alloc(mm) kmalloc_array(PTRS_PER_PGD, sizeof(pgd_t), GFP_KERNEL | __GFP_ZERO) macro
23 #define _pgd_alloc(mm) __pgd_alloc(mm, 2) macro
38 new_pgd = _pgd_alloc(mm); in pgd_alloc()
/arch/x86/mm/
A Dpgtable.c306 static inline pgd_t *_pgd_alloc(struct mm_struct *mm) in _pgd_alloc() function
328 pgd = _pgd_alloc(mm); in pgd_alloc()

Completed in 4 milliseconds