Go to the documentation of this file. 1 #ifndef _MOTOROLA_PGALLOC_H
2 #define _MOTOROLA_PGALLOC_H
5 #include <asm/tlbflush.h>
43 pgtable_page_ctor(page);
49 pgtable_page_dtor(page);
50 cache_page(
kmap(page));
56 unsigned long address)
58 pgtable_page_dtor(page);
59 cache_page(
kmap(page));
76 unsigned long address)
102 #define pmd_pgtable(pmd) pmd_page(pmd)