Searched defs:fixmap_pte (Results 1 – 2 of 2) sorted by relevance
254 static pte_t fixmap_pte[PTRS_PER_PTE] __page_aligned_bss; variable261 #define fixmap_pte ((pte_t *)XIP_FIXUP(fixmap_pte)) macro
1249 static inline pte_t *fixmap_pte(unsigned long addr) in fixmap_pte() function