Searched refs:ioremap_bot (Results 1 – 9 of 9) sorted by relevance
43 unsigned long ioremap_bot; variable44 EXPORT_SYMBOL(ioremap_bot);103 v = (ioremap_bot -= size); in __ioremap()132 (unsigned long) addr < ioremap_bot) in iounmap()
259 ioremap_bot, ioremap_base); in mem_init()384 ioremap_base = ioremap_bot = PKMAP_BASE; in mmu_init()386 ioremap_base = ioremap_bot = FIXADDR_START; in mmu_init()
41 unsigned long ioremap_bot; variable42 EXPORT_SYMBOL(ioremap_bot); /* aka VMALLOC_END */248 v = (ioremap_bot -= size); in __ioremap_caller()277 if (addr > high_memory && (unsigned long) addr < ioremap_bot) in iounmap()
71 unsigned long ioremap_bot = IOREMAP_BASE; variable245 ioremap_bot, IOREMAP_END, in __ioremap_caller()255 ret = __ioremap_at(paligned, (void *)ioremap_bot, size, flags); in __ioremap_caller()257 ioremap_bot += size; in __ioremap_caller()330 if ((unsigned long)addr < ioremap_bot) { in __iounmap()
180 ioremap_bot = IOREMAP_TOP; in MMU_init()
116 extern unsigned long ioremap_bot;
423 ioremap_bot, IOREMAP_TOP); in mem_init()
11 extern unsigned long ioremap_bot;101 #define VMALLOC_END ioremap_bot
95 #define VMALLOC_END ioremap_bot561 extern unsigned long ioremap_bot, ioremap_base;