Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mn10300/kernel/
Dsignal.c62 #define USER_EPSW (EPSW_FLAG_Z | EPSW_FLAG_N | EPSW_FLAG_C | EPSW_FLAG_V | \ in restore_sigcontext() macro
65 #define USER_EPSW (EPSW_FLAG_Z | EPSW_FLAG_N | EPSW_FLAG_C | EPSW_FLAG_V | \ in restore_sigcontext() macro
69 regs->epsw = (regs->epsw & ~USER_EPSW) | in restore_sigcontext()
70 (tmpflags & USER_EPSW); in restore_sigcontext()