Home
last modified time | relevance | path

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

/linux-4.1.27/arch/parisc/include/asm/
Dpgalloc.h24 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()
Dpgtable.h92 #define PGD_ALLOC_ORDER 2 /* first pgd contains pmd */ macro
95 #define PGD_ALLOC_ORDER PGD_ORDER macro