Home
last modified time | relevance | path

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

/Linux-v4.19/arch/parisc/include/asm/
Dpgalloc.h25 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()
Dpgtable.h97 #define PGD_ALLOC_ORDER 2 /* first pgd contains pmd */ macro
100 #define PGD_ALLOC_ORDER PGD_ORDER macro