Home
last modified time | relevance | path

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

/Linux-v4.19/include/asm-generic/
Dfixmap.h64 __set_fixmap(idx, phys, FIXMAP_PAGE_NORMAL)
69 __set_fixmap(idx, 0, FIXMAP_PAGE_CLEAR)
76 __set_fixmap(idx, phys, flags); \
88 __set_fixmap(idx, phys, FIXMAP_PAGE_NOCACHE)
97 __set_fixmap(idx, phys, FIXMAP_PAGE_IO)
/Linux-v4.19/arch/arm64/include/asm/
Dfixmap.h98 #define __early_set_fixmap __set_fixmap
100 #define __late_set_fixmap __set_fixmap
101 #define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR)
103 extern void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
/Linux-v4.19/arch/x86/include/asm/
Dfixmap.h166 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
195 #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags)
196 #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
Dparavirt.h668 static inline void __set_fixmap(unsigned /* enum fixed_addresses */ idx, in __set_fixmap() function
/Linux-v4.19/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);
/Linux-v4.19/arch/um/include/asm/
Dfixmap.h40 extern void __set_fixmap (enum fixed_addresses idx,
/Linux-v4.19/arch/microblaze/include/asm/
Dfixmap.h58 extern void __set_fixmap(enum fixed_addresses idx,
/Linux-v4.19/arch/nds32/include/asm/
Dfixmap.h26 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
/Linux-v4.19/arch/sh/include/asm/
Dfixmap.h78 extern void __set_fixmap(enum fixed_addresses idx,
/Linux-v4.19/arch/powerpc/include/asm/
Dfixmap.h72 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
/Linux-v4.19/arch/sh/mm/
Dnommu.c98 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
/Linux-v4.19/arch/microblaze/mm/
Dpgtable.c252 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t flags) in __set_fixmap() function
/Linux-v4.19/arch/arm64/mm/
Dmmu.c556 __set_fixmap(FIX_ENTRY_TRAMP_TEXT, pa_start, prot); in map_entry_trampoline()
560 __set_fixmap(FIX_ENTRY_TRAMP_DATA, in map_entry_trampoline()
838 void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
/Linux-v4.19/arch/nds32/mm/
Dinit.c262 void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() function
/Linux-v4.19/arch/x86/entry/vsyscall/
Dvsyscall_64.c368 __set_fixmap(VSYSCALL_PAGE, physaddr_vsyscall, in map_vsyscall()
/Linux-v4.19/drivers/acpi/apei/
Dghes.c139 __set_fixmap(FIX_APEI_GHES_NMI, paddr, prot); in ghes_ioremap_pfn_nmi()
151 __set_fixmap(FIX_APEI_GHES_IRQ, paddr, prot); in ghes_ioremap_pfn_irq()
/Linux-v4.19/arch/x86/mm/
Dinit_32.c753 __set_fixmap(FIX_WP_TEST, __pa_symbol(empty_zero_page), PAGE_KERNEL_RO); in test_wp_bit()
/Linux-v4.19/arch/arm/mm/
Dmmu.c409 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap() function