Go to the documentation of this file.
8 #ifndef __ASM_AVR32_PGALLOC_H
9 #define __ASM_AVR32_PGALLOC_H
14 #include <asm/pgtable.h>
30 #define pmd_pgtable(pmd) pmd_page(pmd)
32 static inline void pgd_ctor(
void *
x)
71 pgtable_page_ctor(page);
83 pgtable_page_dtor(pte);
87 #define __pte_free_tlb(tlb,pte,addr) \
89 pgtable_page_dtor(pte); \
90 tlb_remove_page((tlb), pte); \