Searched defs:fixmap_pud (Results 1 – 2 of 2) sorted by relevance
405 static pud_t fixmap_pud[PTRS_PER_PUD] __page_aligned_bss; variable410 #define fixmap_pud ((pud_t *)XIP_FIXUP(fixmap_pud)) macro
1247 static inline pud_t *fixmap_pud(unsigned long addr) in fixmap_pud() function