Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/
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 Dinit_32.c116 ioremap_bot = IOREMAP_TOP; in MMU_init()
/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()
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h111 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT)
113 #define VMALLOC_END ioremap_bot
/linux/arch/microblaze/include/asm/
H A Dpgtable.h40 #define VMALLOC_END ioremap_bot
442 extern unsigned long ioremap_bot, ioremap_base;
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h57 #define IOREMAP_START (ioremap_bot)
/linux/arch/powerpc/mm/ptdump/
H A Dptdump.c287 address_markers[i++].start_address = ioremap_bot; in populate_markers()
/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1509 ioremap_bot = IOREMAP_BASE; in hash__early_init_mmu()