Home
last modified time | relevance | path

Searched refs:IOREMAP_TOP (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/mm/
Dinit_32.c163 ioremap_bot = IOREMAP_TOP; in MMU_init()
Dmem.c337 if (ioremap_bot != IOREMAP_TOP) in mem_init()
339 ioremap_bot, IOREMAP_TOP); in mem_init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
Dpgtable.h86 #define IOREMAP_TOP PKMAP_BASE macro
88 #define IOREMAP_TOP FIXADDR_START macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h162 #define IOREMAP_TOP PKMAP_BASE macro
164 #define IOREMAP_TOP FIXADDR_START macro
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
Dptdump.c383 address_markers[i++].start_address = IOREMAP_TOP; in populate_markers()