Searched defs:__late_set_fixmap (Results 1 – 4 of 4) sorted by relevance
58 #define __late_set_fixmap __set_fixmap macro
107 #define __late_set_fixmap __set_fixmap macro
193 #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags) macro
53 static inline void __init __late_set_fixmap(enum fixed_addresses idx, in __late_set_fixmap() function