Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
H 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
/linux/arch/x86/mm/
H A Dpgtable.c306 static inline pgd_t *_pgd_alloc(struct mm_struct *mm) in _pgd_alloc() function