Home
last modified time | relevance | path

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

/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()
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()
A Dioremap.c8 unsigned long ioremap_bot; variable
9 EXPORT_SYMBOL(ioremap_bot);
A Dinit_32.c116 ioremap_bot = IOREMAP_TOP; in MMU_init()
/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.c220 ioremap_base = ioremap_bot = PKMAP_BASE; in mmu_init()
222 ioremap_base = ioremap_bot = FIXADDR_START; in mmu_init()
/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h111 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT)
113 #define VMALLOC_END ioremap_bot
/arch/microblaze/include/asm/
A Dpgtable.h40 #define VMALLOC_END ioremap_bot
443 extern unsigned long ioremap_bot, ioremap_base;
/arch/powerpc/include/asm/
A Dpgtable.h101 extern unsigned long ioremap_bot;
/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h193 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT)
195 #define VMALLOC_END ioremap_bot
/arch/powerpc/mm/nohash/
A Dtlb_64e.c257 ioremap_bot = IOREMAP_BASE; in early_init_mmu_global()
/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h57 #define IOREMAP_START (ioremap_bot)
/arch/powerpc/mm/ptdump/
A Dptdump.c286 address_markers[i++].start_address = ioremap_bot; in populate_markers()
/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h325 #define IOREMAP_START (ioremap_bot)
/arch/powerpc/mm/book3s64/
A Dradix_pgtable.c629 ioremap_bot = IOREMAP_BASE; in radix__early_init_mmu()
A Dhash_utils.c1490 ioremap_bot = IOREMAP_BASE; in hash__early_init_mmu()

Completed in 32 milliseconds