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