Searched refs:PGD_ALLOC_ORDER (Results 1 – 2 of 2) sorted by relevance
25 PGD_ALLOC_ORDER); in pgd_alloc()29 memset(pgd, 0, PAGE_SIZE<<PGD_ALLOC_ORDER); in pgd_alloc()52 free_pages((unsigned long)pgd, PGD_ALLOC_ORDER); in pgd_free()
97 #define PGD_ALLOC_ORDER 2 /* first pgd contains pmd */ macro100 #define PGD_ALLOC_ORDER PGD_ORDER macro