/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | fixmap.h | 48 #define __early_set_fixmap __set_fixmap 50 #define __late_set_fixmap __set_fixmap 51 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) 53 extern void __set_fixmap(enum fixed_addresses idx,
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | fixmap.h | 56 #define __early_set_fixmap __set_fixmap 58 #define __late_set_fixmap __set_fixmap 59 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) 61 extern void __set_fixmap(enum fixed_addresses idx,
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | fixmap.h | 65 __set_fixmap(idx, phys, FIXMAP_PAGE_NORMAL) 70 __set_fixmap(idx, 0, FIXMAP_PAGE_CLEAR) 77 __set_fixmap(idx, phys, flags); \ 89 __set_fixmap(idx, phys, FIXMAP_PAGE_NOCACHE) 98 __set_fixmap(idx, phys, FIXMAP_PAGE_IO)
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | fixmap.h | 65 __set_fixmap(idx, phys, FIXMAP_PAGE_NORMAL) 70 __set_fixmap(idx, 0, FIXMAP_PAGE_CLEAR) 77 __set_fixmap(idx, phys, flags); \ 89 __set_fixmap(idx, phys, FIXMAP_PAGE_NOCACHE) 98 __set_fixmap(idx, phys, FIXMAP_PAGE_IO)
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | fixmap.h | 103 #define __early_set_fixmap __set_fixmap 105 #define __late_set_fixmap __set_fixmap 106 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) 108 extern void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | fixmap.h | 105 #define __early_set_fixmap __set_fixmap 107 #define __late_set_fixmap __set_fixmap 108 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR) 110 extern void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | fixmap.h | 52 #define __early_set_fixmap __set_fixmap 56 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | fixmap.h | 52 #define __early_set_fixmap __set_fixmap 56 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | fixmap.h | 162 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function 191 #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags) 192 #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | fixmap.h | 164 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function 193 #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags) 194 #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | fixmap.h | 105 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function 120 #define __early_set_fixmap __set_fixmap
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | fixmap.h | 105 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function 120 #define __early_set_fixmap __set_fixmap
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | fixmap.h | 23 extern void __set_fixmap(enum fixed_addresses idx,
|
/kernel/linux/linux-5.10/arch/um/include/asm/ |
H A D | fixmap.h | 40 extern void __set_fixmap (enum fixed_addresses idx,
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
H A D | fixmap.h | 26 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
|
/kernel/linux/linux-6.6/arch/um/include/asm/ |
H A D | fixmap.h | 39 extern void __set_fixmap (enum fixed_addresses idx,
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
H A D | fixmap.h | 55 extern void __set_fixmap(enum fixed_addresses idx,
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | fixmap.h | 75 extern void __set_fixmap(enum fixed_addresses idx,
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | fixmap.h | 73 extern void __set_fixmap(enum fixed_addresses idx,
|
/kernel/linux/linux-6.6/arch/microblaze/include/asm/ |
H A D | fixmap.h | 55 extern void __set_fixmap(enum fixed_addresses idx,
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | fixmap.h | 67 extern void __set_fixmap(enum fixed_addresses idx,
|
/kernel/linux/linux-5.10/arch/sh/mm/ |
H A D | nommu.c | 96 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() function
|
H A D | ioremap_fixed.c | 90 __set_fixmap(idx, phys_addr, prot); in ioremap_fixed()
|
/kernel/linux/linux-6.6/arch/sh/mm/ |
H A D | nommu.c | 96 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() function
|
H A D | ioremap_fixed.c | 90 __set_fixmap(idx, phys_addr, prot); in ioremap_fixed()
|