Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/
H A Dinit_32.c115 ioremap_bot = IOREMAP_TOP; in MMU_init()
H A Dmem.c328 if (ioremap_bot != IOREMAP_TOP) in mem_init()
330 ioremap_bot, IOREMAP_TOP); in mem_init()
/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h85 #define IOREMAP_TOP PKMAP_BASE macro
87 #define IOREMAP_TOP FIXADDR_START macro
/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h181 #define IOREMAP_TOP PKMAP_BASE macro
183 #define IOREMAP_TOP FIXADDR_START macro
/openbmc/linux/arch/powerpc/mm/ptdump/
H A Dptdump.c286 address_markers[i++].start_address = IOREMAP_TOP; in populate_markers()