Home
last modified time | relevance | path

Searched refs:IOREMAP_END (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/linux/
H A Dioremap.h15 #define IOREMAP_END VMALLOC_END macro
21 return addr >= IOREMAP_START && addr < IOREMAP_END; in is_ioremap_addr()
/openbmc/linux/mm/
H A Dioremap.c37 IOREMAP_END, __builtin_return_address(0)); in generic_ioremap_prot()
/openbmc/linux/arch/powerpc/include/asm/
H A Dfixmap.h27 #define FIXADDR_TOP (IOREMAP_END + FIXADDR_SIZE)
/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h92 #define IOREMAP_END VMALLOC_END macro
/openbmc/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h58 #define IOREMAP_END (KERN_IO_START + KERN_IO_SIZE - FIXADDR_SIZE) macro
/openbmc/linux/arch/powerpc/mm/ptdump/
H A Dptdump.c277 address_markers[i++].start_address = IOREMAP_END; in populate_markers()
H A Dhashpagetable.c511 address_markers[8].start_address = IOREMAP_END; in populate_markers()
/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h188 #define IOREMAP_END VMALLOC_END macro
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h317 #define IOREMAP_END (KERN_IO_END - FIXADDR_SIZE) macro