Go to the documentation of this file.
19 #ifndef __ASM_OPENRISC_PGALLOC_H
20 #define __ASM_OPENRISC_PGALLOC_H
30 #define pmd_populate_kernel(mm, pmd, pte) \
31 set_pmd(pmd, __pmd(_KERNPG_TABLE + __pa(pte)))
97 #define __pte_free_tlb(tlb, pte, addr) tlb_remove_page((tlb), (pte))
98 #define pmd_pgtable(pmd) pmd_page(pmd)
100 #define check_pgt_cache() do { } while (0)