Searched refs:u_pmds (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/mm/
H A Dpgtable.c436 pmd_t *u_pmds[MAX_PREALLOCATED_USER_PMDS]; local
450 if (sizeof(u_pmds) != 0 &&
451 preallocate_pmds(mm, u_pmds, PREALLOCATED_USER_PMDS) != 0)
468 if (sizeof(u_pmds) != 0)
469 pgd_prepopulate_user_pmd(mm, pgd, u_pmds);
476 if (sizeof(u_pmds) != 0)
477 free_pmds(mm, u_pmds, PREALLOCATED_USER_PMDS);

Completed in 128 milliseconds