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