Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dpgtable_64.c107 unsigned long ioremap_bot; variable
109 unsigned long ioremap_bot = IOREMAP_BASE; variable
179 ioremap_bot, IOREMAP_END, in __ioremap_caller()
189 ret = __ioremap_at(paligned, (void *)ioremap_bot, size, flags); in __ioremap_caller()
191 ioremap_bot += size; in __ioremap_caller()
261 if ((unsigned long)addr < ioremap_bot) { in __iounmap()
Dpgtable_32.c41 unsigned long ioremap_bot; variable
42 EXPORT_SYMBOL(ioremap_bot); /* aka VMALLOC_END */
177 v = (ioremap_bot -= size); in __ioremap_caller()
207 if (addr > high_memory && (unsigned long) addr < ioremap_bot) in iounmap()
Dinit_32.c175 ioremap_bot = IOREMAP_TOP; in MMU_init()
Dmmu_decl.h108 extern unsigned long ioremap_bot;
Dmem.c390 ioremap_bot, IOREMAP_TOP); in mem_init()
Ddump_linuxpagetables.c455 address_markers[i++].start_address = ioremap_bot; in populate_markers()
Dpgtable-radix.c595 ioremap_bot = IOREMAP_BASE; in radix__early_init_mmu()
Dhash_utils_64.c1014 ioremap_bot = IOREMAP_BASE; in hash__early_init_mmu()
/Linux-v4.19/arch/microblaze/mm/
Dpgtable.c44 unsigned long ioremap_bot; variable
45 EXPORT_SYMBOL(ioremap_bot);
104 v = (ioremap_bot -= size); in __ioremap()
133 (unsigned long) addr < ioremap_bot) in iounmap()
Dinit.c221 ioremap_bot, ioremap_base); in mem_init()
346 ioremap_base = ioremap_bot = PKMAP_BASE; in mmu_init()
348 ioremap_base = ioremap_bot = FIXADDR_START; in mmu_init()
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/
Dpgtable.h14 extern unsigned long ioremap_bot;
112 #define VMALLOC_END ioremap_bot
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dpgtable.h88 #define VMALLOC_END ioremap_bot
94 extern unsigned long ioremap_bot;
/Linux-v4.19/arch/microblaze/include/asm/
Dpgtable.h95 #define VMALLOC_END ioremap_bot
554 extern unsigned long ioremap_bot, ioremap_base;
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h319 extern unsigned long ioremap_bot;