Home
last modified time | relevance | path

Searched refs:__late_set_fixmap (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/mm/
Dearly_ioremap.c47 #ifndef __late_set_fixmap
48 static inline void __init __late_set_fixmap(enum fixed_addresses idx, in __late_set_fixmap() function
145 __late_set_fixmap(idx, phys_addr, prot); in __early_ioremap()
/linux-4.1.27/arch/arm64/include/asm/
Dfixmap.h65 #define __late_set_fixmap __set_fixmap macro
/linux-4.1.27/arch/x86/include/asm/
Dfixmap.h163 #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags) macro