Searched defs:fixmap_pmd (Results 1 – 3 of 3) sorted by relevance
385 static pmd_t fixmap_pmd[PTRS_PER_PMD] __page_aligned_bss; variable390 #define fixmap_pmd ((pmd_t *)XIP_FIXUP(fixmap_pmd)) macro
370 static inline pmd_t * __init fixmap_pmd(unsigned long addr) in fixmap_pmd() function
1258 static inline pmd_t *fixmap_pmd(unsigned long addr) in fixmap_pmd() function