Home
last modified time | relevance | path

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

/linux/include/asm-generic/
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)
/linux/arch/riscv/include/asm/
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,
/linux/arch/arm64/include/asm/
A Dfixmap.h101 #define __early_set_fixmap __set_fixmap
103 #define __late_set_fixmap __set_fixmap
104 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR)
106 extern void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
/linux/arch/x86/include/asm/
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))
A Dparavirt.h579 static inline void __set_fixmap(unsigned /* enum fixed_addresses */ idx, in __set_fixmap() function
/linux/arch/arm/include/asm/
A Dfixmap.h52 #define __early_set_fixmap __set_fixmap
56 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
/linux/arch/powerpc/include/asm/
A Dfixmap.h105 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
118 #define __early_set_fixmap __set_fixmap
/linux/arch/um/include/asm/
A Dfixmap.h39 extern void __set_fixmap (enum fixed_addresses idx,
/linux/arch/microblaze/include/asm/
A Dfixmap.h55 extern void __set_fixmap(enum fixed_addresses idx,
/linux/arch/nds32/include/asm/
A Dfixmap.h26 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
/linux/arch/sh/include/asm/
A Dfixmap.h67 extern void __set_fixmap(enum fixed_addresses idx,
/linux/arch/sh/mm/
A Dnommu.c96 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() function
A Dioremap_fixed.c90 __set_fixmap(idx, phys_addr, prot); in ioremap_fixed()
A Dinit.c111 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() function
/linux/arch/microblaze/mm/
A Dpgtable.c256 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags) in __set_fixmap() function
/linux/arch/nds32/mm/
A Dinit.c247 void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
/linux/arch/x86/entry/vsyscall/
A Dvsyscall_64.c388 __set_fixmap(VSYSCALL_PAGE, physaddr_vsyscall, in map_vsyscall()
/linux/arch/arm64/mm/
A Dmmu.c632 __set_fixmap(FIX_ENTRY_TRAMP_TEXT, pa_start, prot); in map_entry_trampoline()
636 __set_fixmap(FIX_ENTRY_TRAMP_DATA, in map_entry_trampoline()
1272 void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
/linux/arch/x86/mm/
A Dinit_32.c718 __set_fixmap(FIX_WP_TEST, __pa_symbol(empty_zero_page), PAGE_KERNEL_RO); in test_wp_bit()
/linux/arch/riscv/mm/
A Dinit.c256 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap() function
/linux/drivers/acpi/apei/
A Dghes.c153 __set_fixmap(fixmap_idx, paddr, prot); in ghes_map()
/linux/arch/arm/mm/
A Dmmu.c384 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap() function
/linux/drivers/tty/serial/
A Dsamsung_tty.c3054 __set_fixmap(FIX_EARLYCON_MEM_BASE, device->port.mapbase, in apple_s5l_early_console_setup()
/linux/
A DSystem.map722 ffff800010034a40 T __set_fixmap
A D.tmp_System.map722 ffff800010034a40 T __set_fixmap

Completed in 342 milliseconds