Searched refs:__early_set_fixmap (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | fixmap.h | 48 #define __early_set_fixmap __set_fixmap macro
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | fixmap.h | 56 #define __early_set_fixmap __set_fixmap macro
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | fixmap.h | 52 #define __early_set_fixmap __set_fixmap macro
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | fixmap.h | 52 #define __early_set_fixmap __set_fixmap macro
|
/kernel/linux/linux-5.10/mm/ |
H A D | early_ioremap.c | 156 __early_set_fixmap(idx, phys_addr, prot); in __early_ioremap() 208 __early_set_fixmap(idx, 0, FIXMAP_PAGE_CLEAR); in early_iounmap()
|
/kernel/linux/linux-6.6/mm/ |
H A D | early_ioremap.c | 150 __early_set_fixmap(idx, phys_addr, prot); in __early_ioremap() 202 __early_set_fixmap(idx, 0, FIXMAP_PAGE_CLEAR); in early_iounmap()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | fixmap.h | 103 #define __early_set_fixmap __set_fixmap macro
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | fixmap.h | 105 #define __early_set_fixmap __set_fixmap macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | fixmap.h | 120 #define __early_set_fixmap __set_fixmap macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | fixmap.h | 120 #define __early_set_fixmap __set_fixmap macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | fixmap.h | 194 void __early_set_fixmap(enum fixed_addresses idx,
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | fixmap.h | 196 void __early_set_fixmap(enum fixed_addresses idx,
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | ioremap.c | 922 void __init __early_set_fixmap(enum fixed_addresses idx, in __early_set_fixmap() function
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | ioremap.c | 916 void __init __early_set_fixmap(enum fixed_addresses idx, in __early_set_fixmap() function
|
Completed in 7 milliseconds