Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dearly_ioremap.c56 #ifndef __late_set_fixmap
57 static inline void __init __late_set_fixmap(enum fixed_addresses idx, in __late_set_fixmap() function
154 __late_set_fixmap(idx, phys_addr, prot); in __early_ioremap()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dfixmap.h50 #define __late_set_fixmap __set_fixmap macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dfixmap.h105 #define __late_set_fixmap __set_fixmap macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dfixmap.h191 #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags) macro