Searched refs:IOREMAP_END (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dioremap.h15 #define IOREMAP_END VMALLOC_END macro
21 return addr >= IOREMAP_START && addr < IOREMAP_END;
/linux-master/mm/
H A Dioremap.c37 IOREMAP_END, __builtin_return_address(0));
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h58 #define IOREMAP_END (KERN_IO_START + KERN_IO_SIZE - FIXADDR_SIZE) macro
60 #define FIXADDR_TOP (IOREMAP_END + FIXADDR_SIZE)
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h84 #define IOREMAP_END VMALLOC_END macro
/linux-master/arch/powerpc/mm/ptdump/
H A Dptdump.c278 address_markers[i++].start_address = IOREMAP_END;
H A Dhashpagetable.c511 address_markers[8].start_address = IOREMAP_END;
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h169 #define IOREMAP_END VMALLOC_END macro
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h299 #define IOREMAP_END (KERN_IO_END - FIXADDR_SIZE) macro
301 #define FIXADDR_TOP (IOREMAP_END + FIXADDR_SIZE)

Completed in 171 milliseconds