SPR_SR_SM 26 arch/openrisc/include/asm/processor.h | SPR_SR_DCE | SPR_SR_SM) SPR_SR_SM 70 arch/openrisc/include/asm/ptrace.h #define user_mode(regs) (((regs)->sr & SPR_SR_SM) == 0) SPR_SR_SM 215 arch/openrisc/kernel/process.c unsigned long sr = mfspr(SPR_SR) & ~SPR_SR_SM; SPR_SR_SM 57 arch/openrisc/kernel/signal.c regs->sr &= ~SPR_SR_SM;