Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/
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()
59 if ((unsigned long)addr < ioremap_bot) { in iounmap()
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()
90 if (addr > high_memory && (unsigned long)addr < ioremap_bot) in iounmap()
A Dioremap.c9 unsigned long ioremap_bot; variable
10 EXPORT_SYMBOL(ioremap_bot);
A Dmem.c299 if (ioremap_bot != IOREMAP_TOP) in mem_init()
301 ioremap_bot, IOREMAP_TOP); in mem_init()
A Dinit_32.c166 ioremap_bot = IOREMAP_TOP; in MMU_init()
/linux/arch/microblaze/mm/
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()
A Dinit.c249 ioremap_base = ioremap_bot = PKMAP_BASE; in mmu_init()
251 ioremap_base = ioremap_bot = FIXADDR_START; in mmu_init()
/linux/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h118 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT)
120 #define VMALLOC_END ioremap_bot
/linux/arch/microblaze/include/asm/
A Dpgtable.h40 #define VMALLOC_END ioremap_bot
450 extern unsigned long ioremap_bot, ioremap_base;
/linux/arch/powerpc/include/asm/
A Dpgtable.h81 extern unsigned long ioremap_bot;
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h228 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT)
230 #define VMALLOC_END ioremap_bot
/linux/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h56 #define IOREMAP_START (ioremap_bot)
/linux/arch/powerpc/mm/ptdump/
A Dptdump.c284 address_markers[i++].start_address = ioremap_bot; in populate_markers()
/linux/arch/powerpc/mm/nohash/
A Dtlb.c706 ioremap_bot = IOREMAP_BASE; in early_init_mmu_global()
/linux/arch/powerpc/mm/book3s64/
A Dradix_pgtable.c631 ioremap_bot = IOREMAP_BASE; in radix__early_init_mmu()
A Dhash_utils.c1083 ioremap_bot = IOREMAP_BASE; in hash__early_init_mmu()
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h330 #define IOREMAP_START (ioremap_bot)

Completed in 34 milliseconds