Home
last modified time | relevance | path

Searched defs:ioremap_fullcache (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/m68k/include/asm/
Dkmap.h46 #define ioremap_fullcache ioremap_fullcache macro
47 static inline void __iomem *ioremap_fullcache(unsigned long physaddr, in ioremap_fullcache() function
/Linux-v4.19/arch/microblaze/include/asm/
Dio.h43 #define ioremap_fullcache(addr, size) ioremap((addr), (size)) macro