Searched refs:fixmap_pte (Results 1 – 2 of 2) sorted by relevance
38 static inline pte_t *fixmap_pte(unsigned long addr) in fixmap_pte() function124 ptep = fixmap_pte(addr); in __set_fixmap()
315 static pte_t fixmap_pte[PTRS_PER_PTE] __page_aligned_bss; variable322 #define fixmap_pte ((pte_t *)XIP_FIXUP(fixmap_pte)) macro353 ptep = &fixmap_pte[pte_index(addr)]; in __set_fixmap()660 #define fixmap_pgd_next ((uintptr_t)fixmap_pte)1179 (uintptr_t)fixmap_pte, PMD_SIZE, PAGE_TABLE); in setup_vm()