Searched refs:PSL_MBZ (Results 1 – 13 of 13) sorted by relevance
55 #define PSL_MBZ 0x8ffffc0c /* must be zero bits */ macro58 #define PSL_USERSTATIC (PSL_BL|PSL_RB|PSL_MD|PSL_IMASK|PSL_MBO|PSL_MBZ)
62 #define PSL_MBZ 0xffc08028 /* must be zero bits */ macro65 #define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | PSL_NT | PSL_VM | PSL_VIF | P…
64 #define PSL_MBZ 0xffc08028 /* must be zero bits */ macro66 #define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | \
97 #define PSL_MBZ 0x3020ff00 /* must be zero bits */ macro100 #define PSL_USERCLR (PSL_S | PSL_IPL1F | PSL_MBZ)
63 #define PSL_MBZ 0xFFFF58E0 /* must be zero bits */ macro66 #define PSL_USERCLR (PSL_S | PSL_IPL7 | PSL_MBZ)
160 uc->uc_mcontext.__gregs[_REG_RFLAGS] |= PSL_MBZ;195 uc->uc_mcontext.__gregs[_REG_PS] |= (PSL_MBZ|PSL_IPL|PSL_S);
95 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0) in compat_13_sys_sigreturn()
218 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0) in sunos_sys_sigreturn()
277 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0) in compat_16_sys___sigreturn14()
286 if ((gr[_REG_PS] & (PSL_MBZ|PSL_IPL|PSL_S)) != 0) in cpu_mcontext_validate()
93 #define PSL_MBZ 0 macro
582 frame->f_sr = scp->sc_ps & ~(PSL_MBZ|PSL_IPL|PSL_S); in linux_sys_sigreturn()732 frame->f_sr = tuc.uc_mc.mc_gregs.gr_sr & ~(PSL_MBZ|PSL_IPL|PSL_S); in linux_sys_rt_sigreturn()
480 ~(PSL_MBZ|PSL_IS|PSL_IPL1F|PSL_CM); /* Allow compat mode? */ in process_write_regs()