Searched refs:__late_set_fixmap (Results 1 – 3 of 3) sorted by relevance
48 #ifndef __late_set_fixmap49 static inline void __init __late_set_fixmap(enum fixed_addresses idx, in __late_set_fixmap() function146 __late_set_fixmap(idx, phys_addr, prot); in __early_ioremap()
77 #define __late_set_fixmap __set_fixmap macro
163 #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags) macro