Searched refs:ioremap_bot (Results 1 – 13 of 13) sorted by relevance
36 err = early_ioremap_range(ioremap_bot, paligned, size, prot); in __ioremap_caller()40 ret = (void __iomem *)ioremap_bot + offset; in __ioremap_caller()41 ioremap_bot += size + PAGE_SIZE; in __ioremap_caller()
73 err = early_ioremap_range(ioremap_bot - size - PAGE_SIZE, p, size, prot); in __ioremap_caller()76 ioremap_bot -= size + PAGE_SIZE; in __ioremap_caller()78 return (void __iomem *)ioremap_bot + offset; in __ioremap_caller()
9 unsigned long ioremap_bot; variable10 EXPORT_SYMBOL(ioremap_bot);
116 ioremap_bot = IOREMAP_TOP; in MMU_init()
46 unsigned long ioremap_bot; variable47 EXPORT_SYMBOL(ioremap_bot);102 v = (ioremap_bot -= size); in __ioremap()131 (unsigned long) addr < ioremap_bot) in iounmap()
245 ioremap_base = ioremap_bot = PKMAP_BASE; in mmu_init()247 ioremap_base = ioremap_bot = FIXADDR_START; in mmu_init()
111 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT)113 #define VMALLOC_END ioremap_bot
40 #define VMALLOC_END ioremap_bot451 extern unsigned long ioremap_bot, ioremap_base;
193 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT)195 #define VMALLOC_END ioremap_bot
102 extern unsigned long ioremap_bot;
57 #define IOREMAP_START (ioremap_bot)
286 address_markers[i++].start_address = ioremap_bot; in populate_markers()
326 #define IOREMAP_START (ioremap_bot)