Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dmem.c387 IOREMAP_TOP, IOREMAP_TOP + CONFIG_CONSISTENT_SIZE); in mem_init()
390 ioremap_bot, IOREMAP_TOP); in mem_init()
Ddump_linuxpagetables.c456 address_markers[i++].start_address = IOREMAP_TOP; in populate_markers()
458 address_markers[i++].start_address = IOREMAP_TOP; in populate_markers()
459 address_markers[i++].start_address = IOREMAP_TOP + in populate_markers()
Dinit_32.c175 ioremap_bot = IOREMAP_TOP; in MMU_init()
Ddma-noncoherent.c46 #define CONSISTENT_BASE (IOREMAP_TOP)
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/
Dpgtable.h84 #define IOREMAP_TOP ((KVIRT_TOP - CONFIG_CONSISTENT_SIZE) & PAGE_MASK) macro
86 #define IOREMAP_TOP KVIRT_TOP macro
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dpgtable.h64 #define IOREMAP_TOP ((KVIRT_TOP - CONFIG_CONSISTENT_SIZE) & PAGE_MASK) macro
66 #define IOREMAP_TOP KVIRT_TOP macro