Home
last modified time | relevance | path

Searched defs:__ioremap (Results 1 – 10 of 10) sorted by relevance

/arch/parisc/mm/
Dioremap.c28 void __iomem * __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) in __ioremap() function
/arch/csky/mm/
Dioremap.c40 void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot) in __ioremap() function
/arch/arm64/mm/
Dioremap.c66 void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot) in __ioremap() function
/arch/m68k/mm/
Dsun3kmap.c112 void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache) in __ioremap() function
Dkmap.c107 void __iomem *__ioremap(unsigned long physaddr, unsigned long size, int cacheflag) in __ioremap() function
/arch/nios2/mm/
Dioremap.c115 void __iomem *__ioremap(unsigned long phys_addr, unsigned long size, in __ioremap() function
/arch/mips/mm/
Dioremap.c132 void __iomem * __ioremap(phys_addr_t phys_addr, phys_addr_t size, unsigned long flags) in __ioremap() function
/arch/microblaze/mm/
Dpgtable.c47 static void __iomem *__ioremap(phys_addr_t addr, unsigned long size, in __ioremap() function
/arch/sh/include/asm/
Dio.h273 __ioremap(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap() function
329 #define __ioremap(offset, size, prot) ((void __iomem *)(offset)) macro
/arch/alpha/include/asm/
Dio.h286 static inline void __iomem *__ioremap(unsigned long port, unsigned long size, in __ioremap() function