Home
last modified time | relevance | path

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

12

/arch/m68k/include/asm/
Dnubus.h22 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in nubus_remap_nocache_ser()
28 return __ioremap(physaddr, size, IOMAP_NOCACHE_NONSER); in nubus_remap_nocache_nonser()
34 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH); in nbus_remap_writethrough()
40 return __ioremap(physaddr, size, IOMAP_FULL_CACHING); in nubus_remap_fullcache()
Dzorro.h22 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in z_remap_nocache_ser()
28 return __ioremap(physaddr, size, IOMAP_NOCACHE_NONSER); in z_remap_nocache_nonser()
34 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH); in z_remap_writethrough()
39 return __ioremap(physaddr, size, IOMAP_FULL_CACHING); in z_remap_fullcache()
Dio_no.h147 static inline void *__ioremap(unsigned long physaddr, unsigned long size, int cacheflag) in __ioremap() function
153 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in ioremap()
157 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in ioremap_nocache()
161 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH); in ioremap_wt()
165 return __ioremap(physaddr, size, IOMAP_FULL_CACHING); in ioremap_fullcache()
/arch/metag/include/asm/
Dio.h137 extern void __iomem *__ioremap(unsigned long offset,
153 __ioremap((offset), (size), 0)
156 __ioremap((offset), (size), 0)
159 __ioremap((offset), (size), _PAGE_CACHEABLE)
162 __ioremap((offset), (size), _PAGE_WR_COMBINE)
165 __ioremap((offset), (size), 0)
/arch/openrisc/include/asm/
Dio.h35 extern void __iomem *__ioremap(phys_addr_t offset, unsigned long size,
40 return __ioremap(offset, size, PAGE_KERNEL); in ioremap()
47 return __ioremap(offset, size, in ioremap_nocache()
/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/cris/include/asm/
Dio.h12 extern void __iomem * __ioremap(unsigned long offset, unsigned long size, unsigned long flags);
17 return __ioremap(offset, size, 0); in ioremap()
/arch/arm64/include/asm/
Dio.h181 extern void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot);
185 #define ioremap(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRE))
186 #define ioremap_nocache(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRE))
187 #define ioremap_wc(addr, size) __ioremap((addr), (size), __pgprot(PROT_NORMAL_NC))
188 #define ioremap_wt(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRE))
199 #define pci_remap_cfgspace(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRnE))
/arch/cris/mm/
Dioremap.c64 void __iomem * __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) in __ioremap() function
82 return __ioremap(phys_addr | MEM_NON_CACHEABLE, size, 0); in ioremap_nocache()
/arch/metag/mm/
Dioremap.c29 void __iomem *__ioremap(unsigned long phys_addr, size_t size, in __ioremap() function
71 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/openrisc/mm/
Dioremap.c42 __ioremap(phys_addr_t addr, unsigned long size, pgprot_t prot) in __ioremap() function
83 EXPORT_SYMBOL(__ioremap);
/arch/arm64/mm/
Dioremap.c76 void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot) in __ioremap() function
81 EXPORT_SYMBOL(__ioremap);
/arch/m32r/mm/
Dioremap-nommu.c42 __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) in __ioremap() function
Dioremap.c43 __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) in __ioremap() function
/arch/frv/mm/
Dkmap.c32 void __iomem *__ioremap(unsigned long physaddr, unsigned long size, int cacheflag) in __ioremap() function
/arch/m68k/mm/
Dsun3kmap.c112 void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache) in __ioremap() function
118 EXPORT_SYMBOL(__ioremap);
/arch/frv/include/asm/
Dio.h269 extern void __iomem *__ioremap(unsigned long physaddr, unsigned long size, int cacheflag);
273 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in ioremap()
278 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in ioremap_nocache()
283 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH); in ioremap_wt()
288 return __ioremap(physaddr, size, IOMAP_FULL_CACHING); in ioremap_fullcache()
/arch/cris/kernel/
Dcrisksyms.c46 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/m32r/include/asm/
Dio.h50 __ioremap(unsigned long offset, unsigned long size, unsigned long flags);
66 return __ioremap(offset, size, 0); in ioremap()
/arch/microblaze/mm/
Dpgtable.c51 static void __iomem *__ioremap(phys_addr_t addr, unsigned long size, in __ioremap() function
126 return __ioremap(addr, size, _PAGE_NO_CACHE); in 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/frv/kernel/
Dfrv_ksyms.c25 EXPORT_SYMBOL(__ioremap);
/arch/m32r/kernel/
Dm32r_ksyms.c23 EXPORT_SYMBOL(__ioremap);

12