Lines Matching defs:new
768 * Make sure that any new mm that are added into per_cpu_secondary_mm,
779 * If a new mm is stored after we took this mm from the array,
1780 pud_t *new;
1782 new = memblock_alloc_from(PAGE_SIZE, PAGE_SIZE,
1784 if (!new)
1787 pgd_populate(&init_mm, pgd, new);
1792 pud_t *new;
1794 new = memblock_alloc_from(PAGE_SIZE, PAGE_SIZE,
1796 if (!new)
1799 p4d_populate(&init_mm, p4d, new);
1804 pmd_t *new;
1810 new = memblock_alloc_from(PAGE_SIZE, PAGE_SIZE,
1812 if (!new)
1815 pud_populate(&init_mm, pud, new);
1820 pte_t *new;
1826 new = memblock_alloc_from(PAGE_SIZE, PAGE_SIZE,
1828 if (!new)
1831 pmd_populate_kernel(&init_mm, pmd, new);
2266 * compute a new lower limit because it is freed later during initialization.