Home
last modified time | relevance | path

Searched refs:__ioremap (Results 1 – 19 of 19) sorted by relevance

/arch/m68k/include/asm/
Dnubus.h23 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in nubus_remap_nocache_ser()
29 return __ioremap(physaddr, size, IOMAP_NOCACHE_NONSER); in nubus_remap_nocache_nonser()
35 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH); in nbus_remap_writethrough()
41 return __ioremap(physaddr, size, IOMAP_FULL_CACHING); in nubus_remap_fullcache()
Dzorro.h23 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in z_remap_nocache_ser()
29 return __ioremap(physaddr, size, IOMAP_NOCACHE_NONSER); in z_remap_nocache_nonser()
35 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH); in z_remap_writethrough()
40 return __ioremap(physaddr, size, IOMAP_FULL_CACHING); in z_remap_fullcache()
Dkmap.h19 extern void __iomem *__ioremap(unsigned long physaddr, unsigned long size,
28 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in ioremap()
37 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH); in ioremap_wt()
/arch/nios2/include/asm/
Dio.h28 extern void __iomem *__ioremap(unsigned long physaddr, unsigned long size,
34 return __ioremap(physaddr, size, 0); in ioremap()
40 return __ioremap(physaddr, size, 0); in ioremap_nocache()
/arch/csky/include/asm/
Dio.h40 extern void __iomem *__ioremap(phys_addr_t addr, size_t size, pgprot_t prot);
43 #define ioremap(addr, size) __ioremap((addr), (size), pgprot_noncached(PAGE_KERNEL))
44 #define ioremap_wc(addr, size) __ioremap((addr), (size), pgprot_writecombine(PAGE_KERNEL))
/arch/arm64/include/asm/
Dio.h165 extern void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot);
169 #define ioremap(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRE))
170 #define ioremap_nocache(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRE))
171 #define ioremap_wc(addr, size) __ioremap((addr), (size), __pgprot(PROT_NORMAL_NC))
172 #define ioremap_wt(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRE))
182 #define pci_remap_cfgspace(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRnE))
Dacpi.h62 return __ioremap(phys, size, __acpi_get_mem_attribute(phys)); in acpi_os_ioremap()
/arch/csky/mm/
Dioremap.c40 void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot) in __ioremap() function
45 EXPORT_SYMBOL(__ioremap);
/arch/parisc/mm/
Dioremap.c28 void __iomem * __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) in __ioremap() function
93 EXPORT_SYMBOL(__ioremap);
/arch/arm64/mm/
Dioremap.c66 void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot) in __ioremap() function
71 EXPORT_SYMBOL(__ioremap);
/arch/m68k/mm/
Dsun3kmap.c112 void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache) in __ioremap() function
118 EXPORT_SYMBOL(__ioremap);
Dkmap.c107 void __iomem *__ioremap(unsigned long physaddr, unsigned long size, int cacheflag) in __ioremap() function
230 EXPORT_SYMBOL(__ioremap);
/arch/nios2/mm/
Dioremap.c115 void __iomem *__ioremap(unsigned long phys_addr, unsigned long size, in __ioremap() function
168 EXPORT_SYMBOL(__ioremap);
/arch/mips/mm/
Dioremap.c132 void __iomem * __ioremap(phys_addr_t phys_addr, phys_addr_t size, unsigned long flags) in __ioremap() function
205 EXPORT_SYMBOL(__ioremap);
/arch/microblaze/mm/
Dpgtable.c47 static void __iomem *__ioremap(phys_addr_t addr, unsigned long size, in __ioremap() function
122 return __ioremap(addr, size, _PAGE_NO_CACHE); in ioremap()
/arch/sh/include/asm/
Dio.h273 __ioremap(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap() function
326 return __ioremap(offset, size, prot); in __ioremap_mode()
329 #define __ioremap(offset, size, prot) ((void __iomem *)(offset)) macro
/arch/parisc/include/asm/
Dio.h131 extern void __iomem * __ioremap(unsigned long offset, unsigned long size, unsigned long flags);
138 return __ioremap(offset, size, _PAGE_NO_CACHE); in ioremap()
/arch/mips/include/asm/
Dio.h156 extern void __iomem * __ioremap(phys_addr_t offset, phys_addr_t size, unsigned long flags);
200 return __ioremap(offset, size, flags); in __ioremap_mode()
/arch/alpha/include/asm/
Dio.h286 static inline void __iomem *__ioremap(unsigned long port, unsigned long size, in __ioremap() function