Home
last modified time | relevance | path

Searched refs:ioremap_bot (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/arch/powerpc/mm/
Dpgtable_64.c59 unsigned long ioremap_bot = IOREMAP_BASE; variable
222 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()
Dpgtable_32.c40 unsigned long ioremap_bot; variable
41 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()
Dmmu_decl.h116 extern unsigned long ioremap_bot;
Dinit_32.c167 ioremap_bot = IOREMAP_TOP; in MMU_init()
Dmem.c377 ioremap_bot, IOREMAP_TOP); in mem_init()
/linux-2.6.39/arch/microblaze/mm/
Dpgtable.c44 unsigned long ioremap_bot; variable
45 EXPORT_SYMBOL(ioremap_bot);
109 v = (ioremap_bot -= size); in __ioremap()
137 if (addr > high_memory && (unsigned long) addr < ioremap_bot) in iounmap()
Dinit.c314 ioremap_bot = ioremap_base; in mmu_init()
/linux-2.6.39/arch/powerpc/include/asm/
Dpgtable-ppc32.h13 extern unsigned long ioremap_bot;
103 #define VMALLOC_END ioremap_bot
/linux-2.6.39/arch/microblaze/include/asm/
Dpgtable.h99 #define VMALLOC_END ioremap_bot
573 extern unsigned long ioremap_bot, ioremap_base;