Home
last modified time | relevance | path

Searched refs:SPR_SR_SM (Results 1 – 5 of 5) sorted by relevance

/linux/arch/openrisc/include/asm/
H A Dprocessor.h26 | SPR_SR_DCE | SPR_SR_SM)
H A Dptrace.h113 #define user_mode(regs) (((regs)->sr & SPR_SR_SM) == 0)
H A Dspr_defs.h215 #define SPR_SR_SM 0x00000001 /* Supervisor Mode */ macro
/linux/arch/openrisc/kernel/
H A Dprocess.c226 unsigned long sr = mfspr(SPR_SR) & ~SPR_SR_SM; in start_thread()
H A Dentry.S1001 l.andi r3,r4,SPR_SR_SM