Searched refs:ioremap_fullcache (Results 1 – 5 of 5) sorted by relevance
43 #define ioremap_fullcache(addr, size) ioremap((addr), (size)) macro
162 static inline void *ioremap_fullcache(unsigned long physaddr, unsigned long size) in ioremap_fullcache() function
477 static inline void __iomem *ioremap_fullcache(unsigned long physaddr, in ioremap_fullcache() function
275 static inline void __iomem *ioremap_fullcache(unsigned long physaddr, unsigned long size) in ioremap_fullcache() function
59 #define ioremap_fullcache(physaddr, size) ioremap(physaddr, size) macro