Home
last modified time | relevance | path

Searched refs:__set_fixmap (Results 1 - 25 of 49) sorted by relevance

12

/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dfixmap.h48 #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 Dfixmap.h56 #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 Dfixmap.h65 __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 Dfixmap.h65 __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 Dfixmap.h103 #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 Dfixmap.h105 #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 Dfixmap.h52 #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 Dfixmap.h52 #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 Dfixmap.h162 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 Dfixmap.h164 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 Dfixmap.h105 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 Dfixmap.h105 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 Dfixmap.h23 extern void __set_fixmap(enum fixed_addresses idx,
/kernel/linux/linux-5.10/arch/um/include/asm/
H A Dfixmap.h40 extern void __set_fixmap (enum fixed_addresses idx,
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dfixmap.h26 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 Dfixmap.h39 extern void __set_fixmap (enum fixed_addresses idx,
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dfixmap.h55 extern void __set_fixmap(enum fixed_addresses idx,
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dfixmap.h75 extern void __set_fixmap(enum fixed_addresses idx,
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dfixmap.h73 extern void __set_fixmap(enum fixed_addresses idx,
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dfixmap.h55 extern void __set_fixmap(enum fixed_addresses idx,
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dfixmap.h67 extern void __set_fixmap(enum fixed_addresses idx,
/kernel/linux/linux-5.10/arch/sh/mm/
H A Dnommu.c96 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() function
H A Dioremap_fixed.c90 __set_fixmap(idx, phys_addr, prot); in ioremap_fixed()
/kernel/linux/linux-6.6/arch/sh/mm/
H A Dnommu.c96 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() function
H A Dioremap_fixed.c90 __set_fixmap(idx, phys_addr, prot); in ioremap_fixed()

Completed in 12 milliseconds

12