Searched refs:PGD_ALLOC_ORDER (Results 1 – 2 of 2) sorted by relevance
24 PGD_ALLOC_ORDER); in pgd_alloc()28 memset(pgd, 0, PAGE_SIZE<<PGD_ALLOC_ORDER); in pgd_alloc()51 free_pages((unsigned long)pgd, PGD_ALLOC_ORDER); in pgd_free()
92 #define PGD_ALLOC_ORDER 2 /* first pgd contains pmd */ macro95 #define PGD_ALLOC_ORDER PGD_ORDER macro