Home
last modified time | relevance | path

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

12

/arch/m68k/include/asm/
Dnubus.h21 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in nubus_remap_nocache_ser()
27 return __ioremap(physaddr, size, IOMAP_NOCACHE_NONSER); in nubus_remap_nocache_nonser()
33 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH); in nbus_remap_writethrough()
39 return __ioremap(physaddr, size, IOMAP_FULL_CACHING); in nubus_remap_fullcache()
Dzorro.h21 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in z_remap_nocache_ser()
27 return __ioremap(physaddr, size, IOMAP_NOCACHE_NONSER); in z_remap_nocache_nonser()
33 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH); in z_remap_writethrough()
38 return __ioremap(physaddr, size, IOMAP_FULL_CACHING); in z_remap_fullcache()
Dio_no.h146 static inline void *__ioremap(unsigned long physaddr, unsigned long size, int cacheflag) in __ioremap() function
152 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in ioremap()
156 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in ioremap_nocache()
160 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH); in ioremap_wt()
164 return __ioremap(physaddr, size, IOMAP_FULL_CACHING); in ioremap_fullcache()
/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/metag/include/asm/
Dio.h136 extern void __iomem *__ioremap(unsigned long offset,
152 __ioremap((offset), (size), 0)
155 __ioremap((offset), (size), 0)
158 __ioremap((offset), (size), _PAGE_CACHEABLE)
161 __ioremap((offset), (size), _PAGE_WR_COMBINE)
164 __ioremap((offset), (size), 0)
/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/mm/
Dioremap.c63 void __iomem * __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) in __ioremap() function
81 return __ioremap(phys_addr | MEM_NON_CACHEABLE, size, 0); in ioremap_nocache()
/arch/arm64/include/asm/
Dio.h166 extern void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot);
170 #define ioremap(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRE))
171 #define ioremap_nocache(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRE))
172 #define ioremap_wc(addr, size) __ioremap((addr), (size), __pgprot(PROT_NORMAL_NC))
173 #define ioremap_wt(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRE))
/arch/metag/mm/
Dioremap.c28 void __iomem *__ioremap(unsigned long phys_addr, size_t size, in __ioremap() function
70 EXPORT_SYMBOL(__ioremap);
/arch/avr32/mm/
Dioremap.c22 void __iomem *__ioremap(unsigned long phys_addr, size_t size, in __ioremap() function
74 EXPORT_SYMBOL(__ioremap);
/arch/parisc/mm/
Dioremap.c27 void __iomem * __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) in __ioremap() function
92 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.c111 void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache) in __ioremap() function
117 EXPORT_SYMBOL(__ioremap);
/arch/frv/include/asm/
Dio.h258 extern void __iomem *__ioremap(unsigned long physaddr, unsigned long size, int cacheflag);
262 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in ioremap()
267 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER); in ioremap_nocache()
272 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH); in ioremap_wt()
277 return __ioremap(physaddr, size, IOMAP_FULL_CACHING); in ioremap_fullcache()
/arch/cris/kernel/
Dcrisksyms.c45 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/microblaze/mm/
Dpgtable.c50 static void __iomem *__ioremap(phys_addr_t addr, unsigned long size, in __ioremap() function
125 return __ioremap(addr, size, _PAGE_NO_CACHE); in ioremap()
/arch/mips/mm/
Dioremap.c131 void __iomem * __ioremap(phys_addr_t phys_addr, phys_addr_t size, unsigned long flags) in __ioremap() function
204 EXPORT_SYMBOL(__ioremap);
/arch/m32r/include/asm/
Dio.h49 __ioremap(unsigned long offset, unsigned long size, unsigned long flags);
65 return __ioremap(offset, size, 0); in ioremap()
/arch/frv/kernel/
Dfrv_ksyms.c24 EXPORT_SYMBOL(__ioremap);
/arch/m32r/kernel/
Dm32r_ksyms.c22 EXPORT_SYMBOL(__ioremap);
/arch/avr32/include/asm/
Dio.h275 extern void __iomem *__ioremap(unsigned long offset, size_t size,
290 __ioremap((offset), (size), 0)
293 __ioremap((offset), (size), 0)

12