Searched refs:USER_EPSW (Results 1 – 1 of 1) sorted by relevance
62 #define USER_EPSW (EPSW_FLAG_Z | EPSW_FLAG_N | EPSW_FLAG_C | EPSW_FLAG_V | \ in restore_sigcontext() macro65 #define USER_EPSW (EPSW_FLAG_Z | EPSW_FLAG_N | EPSW_FLAG_C | EPSW_FLAG_V | \ in restore_sigcontext() macro69 regs->epsw = (regs->epsw & ~USER_EPSW) | in restore_sigcontext()70 (tmpflags & USER_EPSW); in restore_sigcontext()