Searched refs:_REG_PS (Results 1 – 9 of 9) sorted by relevance
152 uc->uc_mcontext.__gregs[_REG_PS] &= ~ALPHA_PSL_USERMODE;155 uc->uc_mcontext.__gregs[_REG_PS] |= ALPHA_PSL_IPL_HIGH;195 uc->uc_mcontext.__gregs[_REG_PS] |= (PSL_MBZ|PSL_IPL|PSL_S);
55 (ucp)->uc_mcontext.__gregs[_REG_PS] = 0x0008;
220 gr[_REG_PS] = frame->f_sr; in cpu_getmcontext()286 if ((gr[_REG_PS] & (PSL_MBZ|PSL_IPL|PSL_S)) != 0) in cpu_mcontext_validate()360 frame->f_sr = gr[_REG_PS]; in cpu_setmcontext()
71 define _REG_PS _REG_PS /* 33 */
82 uc.uc_mcontext.__gregs[_REG_PS] = sc->sc_ps; in __longjmp14()
69 #define _REG_PS 17 macro
77 #define _REG_PS 33 macro
80 uc.uc_mcontext.__gregs[_REG_PS] = in __longjmp14()
1869 gr[_REG_PS] = frame->tf_regs[FRAME_PS]; in cpu_getmcontext()1892 if ((gr[_REG_PS] & ALPHA_PSL_USERSET) != ALPHA_PSL_USERSET || in cpu_mcontext_validate()1893 (gr[_REG_PS] & ALPHA_PSL_USERCLR) != 0) in cpu_mcontext_validate()1920 frame->tf_regs[FRAME_PS] = gr[_REG_PS]; in cpu_setmcontext()