Searched refs:ioremap_bot (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/arch/powerpc/mm/ |
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()
|
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()
|
D | ioremap.c | 9 unsigned long ioremap_bot; variable 10 EXPORT_SYMBOL(ioremap_bot);
|
D | init_32.c | 116 ioremap_bot = IOREMAP_TOP; in MMU_init()
|
D | mem.c | 334 if (ioremap_bot != IOREMAP_TOP) in mem_init() 336 ioremap_bot, IOREMAP_TOP); in mem_init()
|
/linux-6.12.1/arch/microblaze/mm/ |
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()
|
D | init.c | 245 ioremap_base = ioremap_bot = PKMAP_BASE; in mmu_init() 247 ioremap_base = ioremap_bot = FIXADDR_START; in mmu_init()
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 111 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT) 113 #define VMALLOC_END ioremap_bot
|
/linux-6.12.1/arch/microblaze/include/asm/ |
D | pgtable.h | 40 #define VMALLOC_END ioremap_bot 451 extern unsigned long ioremap_bot, ioremap_base;
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 193 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT) 195 #define VMALLOC_END ioremap_bot
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | pgtable.h | 102 extern unsigned long ioremap_bot;
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 57 #define IOREMAP_START (ioremap_bot)
|
/linux-6.12.1/arch/powerpc/mm/nohash/ |
D | tlb_64e.c | 257 ioremap_bot = IOREMAP_BASE; in early_init_mmu_global()
|
/linux-6.12.1/arch/powerpc/mm/ptdump/ |
D | ptdump.c | 286 address_markers[i++].start_address = ioremap_bot; in populate_markers()
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 326 #define IOREMAP_START (ioremap_bot)
|
/linux-6.12.1/arch/powerpc/mm/book3s64/ |
D | radix_pgtable.c | 641 ioremap_bot = IOREMAP_BASE; in radix__early_init_mmu()
|
D | hash_utils.c | 1246 ioremap_bot = IOREMAP_BASE; in hash__early_init_mmu()
|