Home
last modified time | relevance | path

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

/arch/x86/mm/
Dpgtable.c170 #define PREALLOCATED_PMDS UNSHARED_PTRS_PER_PGD macro
191 #define PREALLOCATED_PMDS 0 macro
199 for(i = 0; i < PREALLOCATED_PMDS; i++) in free_pmds()
212 for(i = 0; i < PREALLOCATED_PMDS; i++) { in preallocate_pmds()
244 for(i = 0; i < PREALLOCATED_PMDS; i++) { in pgd_mop_up_pmds()
264 if (PREALLOCATED_PMDS == 0) /* Work around gcc-3.4.x bug */ in pgd_prepopulate_pmd()
269 for (i = 0; i < PREALLOCATED_PMDS; i++, pud++) { in pgd_prepopulate_pmd()
368 pmd_t *pmds[PREALLOCATED_PMDS]; in pgd_alloc()