Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/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))
H A Dparavirt.h542 static inline void __set_fixmap(unsigned /* enum fixed_addresses */ idx, in __set_fixmap() function
/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dfixmap.h40 extern void __set_fixmap (enum fixed_addresses idx,
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dfixmap.h55 extern void __set_fixmap(enum fixed_addresses idx,
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dfixmap.h26 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dfixmap.h75 extern void __set_fixmap(enum fixed_addresses idx,
/OK3568_Linux_fs/kernel/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()
H A Dinit.c111 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() function
/OK3568_Linux_fs/kernel/arch/microblaze/mm/
H A Dpgtable.c256 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags) in __set_fixmap() function
/OK3568_Linux_fs/kernel/arch/nds32/mm/
H A Dinit.c248 void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
/OK3568_Linux_fs/kernel/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c387 __set_fixmap(VSYSCALL_PAGE, physaddr_vsyscall, in map_vsyscall()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dmmu.c651 __set_fixmap(FIX_ENTRY_TRAMP_TEXT1 - i, in map_entry_trampoline()
657 __set_fixmap(FIX_ENTRY_TRAMP_DATA, in map_entry_trampoline()
1292 void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dinit_32.c737 __set_fixmap(FIX_WP_TEST, __pa_symbol(empty_zero_page), PAGE_KERNEL_RO); in test_wp_bit()
/OK3568_Linux_fs/kernel/arch/riscv/mm/
H A Dinit.c230 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap() function
/OK3568_Linux_fs/kernel/drivers/acpi/apei/
H A Dghes.c153 __set_fixmap(fixmap_idx, paddr, prot); in ghes_map()
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dmmu.c397 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap() function