Searched refs:ioremap_bot (Results 1 – 17 of 17) sorted by relevance
/linux/arch/powerpc/mm/ |
A D | ioremap_64.c | 36 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 D | ioremap_32.c | 73 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 D | ioremap.c | 9 unsigned long ioremap_bot; variable 10 EXPORT_SYMBOL(ioremap_bot);
|
A D | mem.c | 299 if (ioremap_bot != IOREMAP_TOP) in mem_init() 301 ioremap_bot, IOREMAP_TOP); in mem_init()
|
A D | init_32.c | 166 ioremap_bot = IOREMAP_TOP; in MMU_init()
|
/linux/arch/microblaze/mm/ |
A D | pgtable.c | 46 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 D | init.c | 249 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 D | pgtable.h | 118 #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 D | pgtable.h | 40 #define VMALLOC_END ioremap_bot 450 extern unsigned long ioremap_bot, ioremap_base;
|
/linux/arch/powerpc/include/asm/ |
A D | pgtable.h | 81 extern unsigned long ioremap_bot;
|
/linux/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 228 #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 D | pgtable.h | 56 #define IOREMAP_START (ioremap_bot)
|
/linux/arch/powerpc/mm/ptdump/ |
A D | ptdump.c | 284 address_markers[i++].start_address = ioremap_bot; in populate_markers()
|
/linux/arch/powerpc/mm/nohash/ |
A D | tlb.c | 706 ioremap_bot = IOREMAP_BASE; in early_init_mmu_global()
|
/linux/arch/powerpc/mm/book3s64/ |
A D | radix_pgtable.c | 631 ioremap_bot = IOREMAP_BASE; in radix__early_init_mmu()
|
A D | hash_utils.c | 1083 ioremap_bot = IOREMAP_BASE; in hash__early_init_mmu()
|
/linux/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 330 #define IOREMAP_START (ioremap_bot)
|
Completed in 34 milliseconds