Go to the documentation of this file. 1 #ifndef _ASM_IA64_PGALLOC_H
2 #define _ASM_IA64_PGALLOC_H
17 #include <linux/compiler.h>
23 #include <asm/mmu_context.h>
32 quicklist_free(0,
NULL, pgd);
35 #ifdef CONFIG_PGTABLE_4
49 quicklist_free(0,
NULL, pud);
51 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud)
67 quicklist_free(0,
NULL, pmd);
70 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
77 #define pmd_pgtable(pmd) pmd_page(pmd)
94 pgtable_page_ctor(page);
106 pgtable_page_dtor(pte);
107 quicklist_free_page(0,
NULL, pte);
112 quicklist_free(0,
NULL, pte);
120 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)