Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/mm/ !
Dpgtable.c155 #define PREALLOCATED_PMDS UNSHARED_PTRS_PER_PGD macro
176 #define PREALLOCATED_PMDS 0 macro
184 for(i = 0; i < PREALLOCATED_PMDS; i++) in free_pmds()
194 for(i = 0; i < PREALLOCATED_PMDS; i++) { in preallocate_pmds()
219 for(i = 0; i < PREALLOCATED_PMDS; i++) { in pgd_mop_up_pmds()
239 if (PREALLOCATED_PMDS == 0) /* Work around gcc-3.4.x bug */ in pgd_prepopulate_pmd()
244 for (addr = i = 0; i < PREALLOCATED_PMDS; in pgd_prepopulate_pmd()
259 pmd_t *pmds[PREALLOCATED_PMDS]; in pgd_alloc()