Searched refs:__late_set_fixmap (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | early_ioremap.c | 54 * define __late_set_fixmap and __late_clear_fixmap to do the right thing. 56 #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()
|
/kernel/linux/linux-6.6/mm/ |
H A D | early_ioremap.c | 50 * 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, in __late_set_fixmap() function 148 __late_set_fixmap(idx, phys_addr, prot); in __early_ioremap()
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | fixmap.h | 50 #define __late_set_fixmap __set_fixmap macro
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | fixmap.h | 58 #define __late_set_fixmap __set_fixmap macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | fixmap.h | 105 #define __late_set_fixmap __set_fixmap macro
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | fixmap.h | 107 #define __late_set_fixmap __set_fixmap macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | fixmap.h | 191 #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags) macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | fixmap.h | 193 #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags) macro
|
Completed in 4 milliseconds