Searched refs:ioremap_bot (Results 1 – 9 of 9) sorted by relevance
59 unsigned long ioremap_bot = IOREMAP_BASE; variable222 ioremap_bot, IOREMAP_END, in __ioremap_caller()232 ret = __ioremap_at(paligned, (void *)ioremap_bot, size, flags); in __ioremap_caller()234 ioremap_bot += size; in __ioremap_caller()297 if ((unsigned long)addr < ioremap_bot) { in __iounmap()
40 unsigned long ioremap_bot; variable41 EXPORT_SYMBOL(ioremap_bot); /* aka VMALLOC_END */236 v = (ioremap_bot -= size); in __ioremap_caller()265 if (addr > high_memory && (unsigned long) addr < ioremap_bot) in iounmap()
116 extern unsigned long ioremap_bot;
167 ioremap_bot = IOREMAP_TOP; in MMU_init()
377 ioremap_bot, IOREMAP_TOP); in mem_init()
44 unsigned long ioremap_bot; variable45 EXPORT_SYMBOL(ioremap_bot);109 v = (ioremap_bot -= size); in __ioremap()137 if (addr > high_memory && (unsigned long) addr < ioremap_bot) in iounmap()
314 ioremap_bot = ioremap_base; in mmu_init()
13 extern unsigned long ioremap_bot;103 #define VMALLOC_END ioremap_bot
99 #define VMALLOC_END ioremap_bot573 extern unsigned long ioremap_bot, ioremap_base;