REP_BASE           32 arch/mips/include/asm/sn/mapped_kernel.h #define MAPPED_ADDR_RO_TO_PHYS(x)	(x - REP_BASE)
REP_BASE           33 arch/mips/include/asm/sn/mapped_kernel.h #define MAPPED_ADDR_RW_TO_PHYS(x)	(x - REP_BASE - 16777216)
REP_BASE           47 arch/mips/include/asm/sn/mapped_kernel.h #define MAPPED_KERN_RO_TO_PHYS(x)	(x - REP_BASE)
REP_BASE           48 arch/mips/include/asm/sn/mapped_kernel.h #define MAPPED_KERN_RW_TO_PHYS(x)	(x - REP_BASE)
REP_BASE          120 arch/mips/sgi-ip27/ip27-klnuma.c 	unsigned long loadbase = REP_BASE;