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

/linux-master/arch/riscv/include/asm/
H A Dfixmap.h58 #define __late_set_fixmap __set_fixmap macro
/linux-master/arch/arm64/include/asm/
H A Dfixmap.h107 #define __late_set_fixmap __set_fixmap macro
/linux-master/mm/
H A Dearly_ioremap.c50 * define __late_set_fixmap and __late_clear_fixmap to do the right thing.
52 #ifndef __late_set_fixmap
53 static inline void __init __late_set_fixmap(enum fixed_addresses idx, function
148 __late_set_fixmap(idx, phys_addr, prot);
/linux-master/arch/x86/include/asm/
H A Dfixmap.h193 #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags) macro

Completed in 311 milliseconds