Home
last modified time | relevance | path

Searched refs:__set_fixmap (Results 1 – 20 of 20) sorted by relevance

/arch/riscv/include/asm/
Dfixmap.h35 #define __early_set_fixmap __set_fixmap
37 #define __late_set_fixmap __set_fixmap
38 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR)
40 extern void __set_fixmap(enum fixed_addresses idx,
/arch/arm64/include/asm/
Dfixmap.h102 #define __early_set_fixmap __set_fixmap
104 #define __late_set_fixmap __set_fixmap
105 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR)
107 extern void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
/arch/x86/include/asm/
Dfixmap.h163 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
192 #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags)
193 #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
Dparavirt.h630 static inline void __set_fixmap(unsigned /* enum fixed_addresses */ idx, in __set_fixmap() function
/arch/arm/include/asm/
Dfixmap.h52 #define __early_set_fixmap __set_fixmap
56 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
/arch/um/include/asm/
Dfixmap.h40 extern void __set_fixmap (enum fixed_addresses idx,
/arch/microblaze/include/asm/
Dfixmap.h58 extern void __set_fixmap(enum fixed_addresses idx,
/arch/nds32/include/asm/
Dfixmap.h26 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
/arch/sh/include/asm/
Dfixmap.h75 extern void __set_fixmap(enum fixed_addresses idx,
/arch/powerpc/include/asm/
Dfixmap.h77 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
/arch/sh/mm/
Dnommu.c97 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() function
Dioremap_fixed.c90 __set_fixmap(idx, phys_addr, prot); in ioremap_fixed()
Dinit.c102 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() function
/arch/microblaze/mm/
Dpgtable.c247 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags) in __set_fixmap() function
/arch/nds32/mm/
Dinit.c255 void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
/arch/x86/entry/vsyscall/
Dvsyscall_64.c387 __set_fixmap(VSYSCALL_PAGE, physaddr_vsyscall, in map_vsyscall()
/arch/arm64/mm/
Dmmu.c598 __set_fixmap(FIX_ENTRY_TRAMP_TEXT, pa_start, prot); in map_entry_trampoline()
602 __set_fixmap(FIX_ENTRY_TRAMP_DATA, in map_entry_trampoline()
864 void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
/arch/riscv/mm/
Dinit.c160 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap() function
/arch/x86/mm/
Dinit_32.c753 __set_fixmap(FIX_WP_TEST, __pa_symbol(empty_zero_page), PAGE_KERNEL_RO); in test_wp_bit()
/arch/arm/mm/
Dmmu.c406 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap() function