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