Searched refs:cacheflag (Results 1 – 2 of 2) sorted by relevance
158 void __iomem *__ioremap(unsigned long physaddr, unsigned long size, int cacheflag) in __ioremap() argument178 && (cacheflag == IOMAP_NOCACHE_SER)) in __ioremap()184 if (physaddr >= 0xff000000 && cacheflag == IOMAP_NOCACHE_SER) in __ioremap()194 printk("ioremap: 0x%lx,0x%lx(%d) - ", physaddr, size, cacheflag); in __ioremap()222 switch (cacheflag) { in __ioremap()240 switch (cacheflag) { in __ioremap()
18 int cacheflag);