Searched refs:ioremap_fullcache (Results 1 – 5 of 5) sorted by relevance
44 #define ioremap_fullcache(addr, size) ioremap((addr), (size)) macro
160 static inline void *ioremap_fullcache(unsigned long physaddr, unsigned long size) in ioremap_fullcache() function
473 static inline void __iomem *ioremap_fullcache(unsigned long physaddr, in ioremap_fullcache() function
273 static inline void __iomem *ioremap_fullcache(unsigned long physaddr, unsigned long size) in ioremap_fullcache() function
58 #define ioremap_fullcache(physaddr, size) ioremap(physaddr, size) macro