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

/linux-master/arch/powerpc/mm/
H A Dioremap_64.c21 * ioremap_bot. vmalloc will use the addresses from IOREMAP_BASE
22 * through ioremap_bot.
36 err = early_ioremap_range(ioremap_bot, paligned, size, prot);
40 ret = (void __iomem *)ioremap_bot + offset;
41 ioremap_bot += size + PAGE_SIZE;
H A Dioremap_32.c35 * (ioremap_bot records where we're up to).
73 err = early_ioremap_range(ioremap_bot - size - PAGE_SIZE, p, size, prot);
76 ioremap_bot -= size + PAGE_SIZE;
78 return (void __iomem *)ioremap_bot + offset;
H A Dioremap.c9 unsigned long ioremap_bot; variable
10 EXPORT_SYMBOL(ioremap_bot); variable
H A Dinit_32.c116 ioremap_bot = IOREMAP_TOP;
H A Dmem.c331 if (ioremap_bot != IOREMAP_TOP)
333 ioremap_bot, IOREMAP_TOP);
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h72 * ioremap_bot starts at that address. Early ioremaps move down from there,
98 * from VMALLOC_START). For this reason we have ioremap_bot to check when
111 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT)
113 #define VMALLOC_END ioremap_bot
/linux-master/arch/microblaze/mm/
H A Dpgtable.c46 unsigned long ioremap_bot; variable
47 EXPORT_SYMBOL(ioremap_bot); variable
60 * (ioremap_bot records where we're up to).
102 v = (ioremap_bot -= size);
131 (unsigned long) addr < ioremap_bot)
H A Dinit.c250 ioremap_base = ioremap_bot = PKMAP_BASE;
252 ioremap_base = ioremap_bot = FIXADDR_START;
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h57 #define IOREMAP_START (ioremap_bot)
/linux-master/arch/powerpc/include/asm/
H A Dpgtable.h101 extern unsigned long ioremap_bot;
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h40 #define VMALLOC_END ioremap_bot
451 extern unsigned long ioremap_bot, ioremap_base;
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h157 * ioremap_bot starts at that address. Early ioremaps move down from there,
183 * from VMALLOC_START). For this reason we have ioremap_bot to check when
193 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT)
195 #define VMALLOC_END ioremap_bot
/linux-master/arch/powerpc/mm/ptdump/
H A Dptdump.c286 address_markers[i++].start_address = ioremap_bot;
/linux-master/arch/powerpc/mm/nohash/
H A Dtlb.c662 ioremap_bot = IOREMAP_BASE;
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h298 #define IOREMAP_START (ioremap_bot)
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c565 ioremap_bot = IOREMAP_BASE;
H A Dhash_utils.c1250 ioremap_bot = IOREMAP_BASE;

Completed in 309 milliseconds