KERN_IO_START     314 arch/powerpc/include/asm/book3s/64/pgtable.h #define  ISA_IO_BASE	(KERN_IO_START)
KERN_IO_START     315 arch/powerpc/include/asm/book3s/64/pgtable.h #define  ISA_IO_END	(KERN_IO_START + 0x10000ul)
KERN_IO_START     317 arch/powerpc/include/asm/book3s/64/pgtable.h #define  PHB_IO_END	(KERN_IO_START + FULL_IO_SIZE)
KERN_IO_START      51 arch/powerpc/include/asm/nohash/64/pgtable.h #define  ISA_IO_BASE	(KERN_IO_START)
KERN_IO_START      52 arch/powerpc/include/asm/nohash/64/pgtable.h #define  ISA_IO_END	(KERN_IO_START + 0x10000ul)
KERN_IO_START      54 arch/powerpc/include/asm/nohash/64/pgtable.h #define  PHB_IO_END	(KERN_IO_START + FULL_IO_SIZE)
KERN_IO_START      76 arch/powerpc/include/asm/nohash/64/pgtable.h #define VMEMMAP_END		KERN_IO_START
KERN_IO_START     805 arch/powerpc/kernel/setup-common.c 	pr_info("IO start          = 0x%lx\n", KERN_IO_START);