Searched defs:__ioremap (Results 1 - 22 of 22) sorted by relevance

/arch/frv/mm/
H A Dkmap.c32 void __iomem *__ioremap(unsigned long physaddr, unsigned long size, int cacheflag) function
/arch/m32r/mm/
H A Dioremap-nommu.c42 __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) function
H A Dioremap.c43 __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) function
/arch/arm64/mm/
H A Dioremap.c75 void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot) function
80 EXPORT_SYMBOL(__ioremap); variable
/arch/avr32/mm/
H A Dioremap.c22 void __iomem *__ioremap(unsigned long phys_addr, size_t size, function
74 EXPORT_SYMBOL(__ioremap); variable
/arch/cris/mm/
H A Dioremap.c63 void __iomem * __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) function
81 return __ioremap(phys_addr | MEM_NON_CACHEABLE, size, 0);
/arch/metag/mm/
H A Dioremap.c28 void __iomem *__ioremap(unsigned long phys_addr, size_t size, function
70 EXPORT_SYMBOL(__ioremap); variable
/arch/openrisc/mm/
H A Dioremap.c42 __ioremap(phys_addr_t addr, unsigned long size, pgprot_t prot) function
/arch/parisc/mm/
H A Dioremap.c27 void __iomem * __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) function
92 EXPORT_SYMBOL(__ioremap); variable
/arch/cris/kernel/
H A Dcrisksyms.c47 EXPORT_SYMBOL(__ioremap); variable
/arch/m68k/mm/
H A Dkmap.c105 void __iomem *__ioremap(unsigned long physaddr, unsigned long size, int cacheflag) function
224 EXPORT_SYMBOL(__ioremap); variable
H A Dsun3kmap.c111 void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache) function
117 EXPORT_SYMBOL(__ioremap); variable
/arch/mips/mm/
H A Dioremap.c116 void __iomem * __ioremap(phys_t phys_addr, phys_t size, unsigned long flags) function
191 EXPORT_SYMBOL(__ioremap); variable
/arch/frv/kernel/
H A Dfrv_ksyms.c24 EXPORT_SYMBOL(__ioremap); variable
/arch/microblaze/mm/
H A Dpgtable.c50 static void __iomem *__ioremap(phys_addr_t addr, unsigned long size, function
77 pr_warn("__ioremap(): phys addr "PTE_FMT" is RAM lr %pf\n",
125 return __ioremap(addr, size, _PAGE_NO_CACHE);
/arch/m32r/kernel/
H A Dm32r_ksyms.c22 EXPORT_SYMBOL(__ioremap); variable
/arch/m68k/include/asm/
H A Dio_no.h148 static inline void *__ioremap(unsigned long physaddr, unsigned long size, int cacheflag) function
154 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER);
158 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER);
162 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH);
166 return __ioremap(physaddr, size, IOMAP_FULL_CACHING);
/arch/powerpc/mm/
H A Dpgtable_32.c170 __ioremap(phys_addr_t addr, unsigned long size, unsigned long flags) function
214 printk("__ioremap(): phys addr 0x%llx is RAM lr %pf\n",
267 EXPORT_SYMBOL(__ioremap); variable
H A Dpgtable_64.c90 * map_kernel_page currently only called by __ioremap
265 void __iomem * __ioremap(phys_addr_t addr, unsigned long size, function
349 EXPORT_SYMBOL(__ioremap); variable
/arch/sh/include/asm/
H A Dio.h274 __ioremap(phys_addr_t offset, unsigned long size, pgprot_t prot) function
327 return __ioremap(offset, size, prot);
330 #define __ioremap(offset, size, prot) ((void __iomem *)(offset)) macro
/arch/alpha/include/asm/
H A Dio.h290 static inline void __iomem *__ioremap(unsigned long port, unsigned long size, function
/arch/mn10300/include/asm/
H A Dio.h254 static inline void __iomem *__ioremap(unsigned long offset, unsigned long size, function

Completed in 409 milliseconds