Home
last modified time | relevance | path

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

/arch/microblaze/mm/
Dpgtable.c43 unsigned long ioremap_bot; variable
44 EXPORT_SYMBOL(ioremap_bot);
103 v = (ioremap_bot -= size); in __ioremap()
132 (unsigned long) addr < ioremap_bot) in iounmap()
Dinit.c259 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()
/arch/powerpc/mm/
Dpgtable_32.c41 unsigned long ioremap_bot; variable
42 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()
Dpgtable_64.c71 unsigned long ioremap_bot = IOREMAP_BASE; variable
245 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()
Dinit_32.c180 ioremap_bot = IOREMAP_TOP; in MMU_init()
Dmmu_decl.h116 extern unsigned long ioremap_bot;
Dmem.c423 ioremap_bot, IOREMAP_TOP); in mem_init()
/arch/powerpc/include/asm/
Dpgtable-ppc32.h11 extern unsigned long ioremap_bot;
101 #define VMALLOC_END ioremap_bot
/arch/microblaze/include/asm/
Dpgtable.h95 #define VMALLOC_END ioremap_bot
561 extern unsigned long ioremap_bot, ioremap_base;