Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/
H A Dioremap_64.c36 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()
H A Dioremap_32.c73 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()
H A Dioremap.c9 unsigned long ioremap_bot; variable
10 EXPORT_SYMBOL(ioremap_bot);
H A Dinit_32.c115 ioremap_bot = IOREMAP_TOP; in MMU_init()
H A Dmem.c328 if (ioremap_bot != IOREMAP_TOP) in mem_init()
330 ioremap_bot, IOREMAP_TOP); in mem_init()
/openbmc/linux/arch/microblaze/mm/
H A Dpgtable.c46 unsigned long ioremap_bot; variable
47 EXPORT_SYMBOL(ioremap_bot);
102 v = (ioremap_bot -= size); in __ioremap()
131 (unsigned long) addr < ioremap_bot) in iounmap()
H A Dinit.c245 ioremap_base = ioremap_bot = PKMAP_BASE; in mmu_init()
247 ioremap_base = ioremap_bot = FIXADDR_START; in mmu_init()
/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h119 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT)
121 #define VMALLOC_END ioremap_bot
/openbmc/linux/arch/microblaze/include/asm/
H A Dpgtable.h40 #define VMALLOC_END ioremap_bot
450 extern unsigned long ioremap_bot, ioremap_base;
/openbmc/linux/arch/powerpc/include/asm/
H A Dpgtable.h93 extern unsigned long ioremap_bot;
/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h212 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT)
214 #define VMALLOC_END ioremap_bot
/openbmc/linux/arch/powerpc/mm/nohash/
H A Dtlb_64e.c289 ioremap_bot = IOREMAP_BASE; in early_init_mmu_global()
/openbmc/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h57 #define IOREMAP_START (ioremap_bot)
/openbmc/linux/arch/powerpc/mm/ptdump/
H A Dptdump.c285 address_markers[i++].start_address = ioremap_bot; in populate_markers()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h316 #define IOREMAP_START (ioremap_bot)
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c565 ioremap_bot = IOREMAP_BASE; in radix__early_init_mmu()
H A Dhash_utils.c1243 ioremap_bot = IOREMAP_BASE; in hash__early_init_mmu()