Searched refs:new_pud (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/arm/mm/ |
| D | pgd.c | 36 pud_t *new_pud, *init_pud; in pgd_alloc() local 59 new_pud = pud_alloc(mm, new_pgd + pgd_index(MODULES_VADDR), in pgd_alloc() 61 if (!new_pud) in pgd_alloc() 64 new_pmd = pmd_alloc(mm, new_pud, 0); in pgd_alloc() 75 new_pud = pud_alloc(mm, new_pgd, 0); in pgd_alloc() 76 if (!new_pud) in pgd_alloc() 79 new_pmd = pmd_alloc(mm, new_pud, 0); in pgd_alloc() 112 pud_free(mm, new_pud); in pgd_alloc()
|