Searched refs:u_pmds (Results 1 – 1 of 1) sorted by relevance
433 pmd_t *u_pmds[MAX_PREALLOCATED_USER_PMDS]; in pgd_alloc() local447 if (sizeof(u_pmds) != 0 && in pgd_alloc()448 preallocate_pmds(mm, u_pmds, PREALLOCATED_USER_PMDS) != 0) in pgd_alloc()465 if (sizeof(u_pmds) != 0) in pgd_alloc()466 pgd_prepopulate_user_pmd(mm, pgd, u_pmds); in pgd_alloc()473 if (sizeof(u_pmds) != 0) in pgd_alloc()474 free_pmds(mm, u_pmds, PREALLOCATED_USER_PMDS); in pgd_alloc()