Home
last modified time | relevance | path

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

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