Searched refs:PGD_ALLOC_ORDER (Results 1 – 3 of 3) sorted by relevance
30 PGD_ALLOC_ORDER); in pgd_alloc()34 memset(pgd, 0, PAGE_SIZE<<PGD_ALLOC_ORDER); in pgd_alloc()58 free_pages((unsigned long)pgd, PGD_ALLOC_ORDER); in pgd_free()
125 #define PGD_ALLOC_ORDER (2 + 1) /* first pgd contains pmd */ macro128 #define PGD_ALLOC_ORDER (PGD_ORDER + 1) macro464 return (spinlock_t *)((char *)pgd + (PAGE_SIZE << (PGD_ALLOC_ORDER - 1))); in pgd_spinlock()
41 addil L%(PAGE_SIZE << (PGD_ALLOC_ORDER - 1)),\reg