Searched defs:__late_set_fixmap (Results 1 - 8 of 8) sorted by relevance
/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/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-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/mm/ |
H A D | early_ioremap.c | 57 static inline void __init __late_set_fixmap(enum fixed_addresses idx, in __late_set_fixmap() function
|
/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
|
/kernel/linux/linux-6.6/mm/ |
H A D | early_ioremap.c | 53 static inline void __init __late_set_fixmap(enum fixed_addresses idx, in __late_set_fixmap() function
|
Completed in 3 milliseconds