Home
last modified time | relevance | path

Searched refs:PREALLOCATED_PMDS (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/mm/
Dpgtable.c169 #define PREALLOCATED_PMDS UNSHARED_PTRS_PER_PGD macro
190 #define PREALLOCATED_PMDS 0 macro
198 for(i = 0; i < PREALLOCATED_PMDS; i++) in free_pmds()
211 for(i = 0; i < PREALLOCATED_PMDS; i++) { in preallocate_pmds()
243 for(i = 0; i < PREALLOCATED_PMDS; i++) { in pgd_mop_up_pmds()
263 if (PREALLOCATED_PMDS == 0) /* Work around gcc-3.4.x bug */ in pgd_prepopulate_pmd()
268 for (i = 0; i < PREALLOCATED_PMDS; i++, pud++) { in pgd_prepopulate_pmd()
357 pmd_t *pmds[PREALLOCATED_PMDS]; in pgd_alloc()