Searched refs:PAGE_TABLE (Results 1 – 2 of 2) sorted by relevance
260 pmdp[pmd_index] = pfn_pmd(PFN_DOWN(pte_phys), PAGE_TABLE); in create_pmd_mapping()304 pgdp[pgd_index] = pfn_pgd(PFN_DOWN(next_phys), PAGE_TABLE); in create_pgd_mapping()368 (uintptr_t)fixmap_pgd_next, PGDIR_SIZE, PAGE_TABLE); in setup_vm()373 (uintptr_t)fixmap_pte, PMD_SIZE, PAGE_TABLE); in setup_vm()376 (uintptr_t)trampoline_pmd, PGDIR_SIZE, PAGE_TABLE); in setup_vm()421 PGDIR_SIZE, PAGE_TABLE); in setup_vm_final()
63 #define PAGE_TABLE __pgprot(_PAGE_TABLE) macro