IALIAS_BASE       151 arch/mips/include/asm/sn/addrs.h #define IS_IALIAS(_a)		(((_a) >= IALIAS_BASE) &&		\
IALIAS_BASE       152 arch/mips/include/asm/sn/addrs.h 				 ((_a) < (IALIAS_BASE + IALIAS_SIZE)))
IALIAS_BASE       254 arch/mips/include/asm/sn/addrs.h #define LOCAL_HUB_ADDR(_x)	(IALIAS_BASE + (_x))