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

/linux-4.1.27/arch/microblaze/mm/
H A Dpgtable.c43 unsigned long ioremap_bot; variable
44 EXPORT_SYMBOL(ioremap_bot); variable
61 * (ioremap_bot records where we're up to). __ioremap()
103 v = (ioremap_bot -= size); __ioremap()
132 (unsigned long) addr < ioremap_bot) iounmap()
H A Dinit.c259 ioremap_bot, ioremap_base); mem_init()
384 ioremap_base = ioremap_bot = PKMAP_BASE; mmu_init()
386 ioremap_base = ioremap_bot = FIXADDR_START; mmu_init()
/linux-4.1.27/arch/powerpc/mm/
H A Dpgtable_32.c41 unsigned long ioremap_bot; variable
42 EXPORT_SYMBOL(ioremap_bot); /* aka VMALLOC_END */ variable
201 * (ioremap_bot records where we're up to). __ioremap_caller()
254 v = (ioremap_bot -= size); __ioremap_caller()
283 if (addr > high_memory && (unsigned long) addr < ioremap_bot) iounmap()
H A Dpgtable_64.c72 unsigned long ioremap_bot = IOREMAP_BASE; variable
223 * up from ioremap_bot. imalloc will use __ioremap_caller()
224 * the addresses from ioremap_bot through __ioremap_caller()
238 ioremap_bot, IOREMAP_END, __ioremap_caller()
248 ret = __ioremap_at(paligned, (void *)ioremap_bot, size, flags); __ioremap_caller()
250 ioremap_bot += size; __ioremap_caller()
323 if ((unsigned long)addr < ioremap_bot) { __iounmap()
H A Dinit_32.c179 ioremap_bot = IOREMAP_TOP; MMU_init()
H A Dmmu_decl.h116 extern unsigned long ioremap_bot;
H A Dmem.c375 ioremap_bot, IOREMAP_TOP); mem_init()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h11 extern unsigned long ioremap_bot;
68 * ioremap_bot starts at that address. Early ioremaps move down from there,
90 * from VMALLOC_START). For this reason we have ioremap_bot to check when
101 #define VMALLOC_END ioremap_bot
/linux-4.1.27/arch/microblaze/include/asm/
H A Dpgtable.h93 #define VMALLOC_END ioremap_bot pte_mkspecial()
552 extern unsigned long ioremap_bot, ioremap_base;

Completed in 240 milliseconds