USER_WIDE_MODE     49 arch/parisc/include/asm/processor.h #define STACK_SIZE_MAX	(USER_WIDE_MODE					\
USER_WIDE_MODE    266 arch/parisc/include/asm/processor.h 	regs->gr[ 0] = USER_PSW | (USER_WIDE_MODE ? PSW_W : 0); \
USER_WIDE_MODE    271 arch/parisc/include/asm/processor.h 	regs->gr[30] = (((unsigned long)sp + 63) &~ 63) | (USER_WIDE_MODE ? 1 : 0); \