Go to the documentation of this file.
19 #ifndef __ASM_PGALLOC_H
20 #define __ASM_PGALLOC_H
22 #include <asm/pgtable-hwdef.h>
23 #include <asm/processor.h>
24 #include <asm/cacheflush.h>
25 #include <asm/tlbflush.h>
27 #define check_pgt_cache() do { } while (0)
29 #ifndef CONFIG_ARM64_64K_PAGES
52 #define PGALLOC_GFP (GFP_KERNEL | __GFP_NOTRACK | __GFP_REPEAT | __GFP_ZERO)
67 pgtable_page_ctor(pte);
83 pgtable_page_dtor(pte);
111 #define pmd_pgtable(pmd) pmd_page(pmd)