Home
last modified time | relevance | path

Searched refs:EPSW_nSL (Results 1 – 7 of 7) sorted by relevance

/arch/mn10300/include/asm/
Dptrace.h17 #define user_mode(regs) (((regs)->epsw & EPSW_nSL) == EPSW_nSL)
Dprocessor.h126 regs->epsw = EPSW_nSL | EPSW_IE | EPSW_IM; in start_thread()
Dcpu-regs.h54 #define EPSW_nSL 0x00010000 /* not supervisor level */ macro
/arch/mn10300/kernel/
Dprofile-low.S38 and EPSW_nSL,d2
Dfpu-low.S204 btst EPSW_nSL,d1
Dkgdb.c44 gdb_regs[GDB_FR_SP] = (regs->epsw & EPSW_nSL) ? regs->sp : ssp; in pt_regs_to_gdb_regs()
Dentry.S173 and EPSW_nSL,d0