HomeSort by: relevance | last modified time | path
    Searched refs:PSL_MBZ (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/sh3/include/
psl.h 55 #define PSL_MBZ 0x8ffffc0c /* must be zero bits */
58 #define PSL_USERSTATIC (PSL_BL|PSL_RB|PSL_MD|PSL_IMASK|PSL_MBO|PSL_MBZ)
  /src/sys/arch/usermode/include/
psl.h 64 #define PSL_MBZ 0xffc08028 /* must be zero bits */
66 #define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | \
  /src/sys/arch/x86/include/
psl.h 62 #define PSL_MBZ 0xffc08028 /* must be zero bits */
65 #define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | PSL_NT | PSL_VM | PSL_VIF | PSL_VIP)
  /src/sys/arch/vax/include/
psl.h 97 #define PSL_MBZ 0x3020ff00 /* must be zero bits */
100 #define PSL_USERCLR (PSL_S | PSL_IPL1F | PSL_MBZ)
  /src/sys/arch/m68k/include/
psl.h 63 #define PSL_MBZ 0xFFFF58E0 /* must be zero bits */
66 #define PSL_USERCLR (PSL_S | PSL_IPL7 | PSL_MBZ)
  /src/sys/arch/m68k/m68k/
compat_13_machdep.c 95 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0)
sunos_machdep.c 218 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0)
compat_16_machdep.c 277 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0)
sig_machdep.c 286 if ((gr[_REG_PS] & (PSL_MBZ|PSL_IPL|PSL_S)) != 0)
  /src/sys/arch/powerpc/include/
psl.h 93 #define PSL_MBZ 0
  /src/tests/lib/libc/sys/
t_lwp_create.c 160 uc->uc_mcontext.__gregs[_REG_RFLAGS] |= PSL_MBZ;
195 uc->uc_mcontext.__gregs[_REG_PS] |= (PSL_MBZ|PSL_IPL|PSL_S);
  /src/sys/compat/linux/arch/m68k/
linux_machdep.c 582 frame->f_sr = scp->sc_ps & ~(PSL_MBZ|PSL_IPL|PSL_S);
732 frame->f_sr = tuc.uc_mc.mc_gregs.gr_sr & ~(PSL_MBZ|PSL_IPL|PSL_S);
  /src/sys/arch/vax/vax/
machdep.c 480 ~(PSL_MBZ|PSL_IS|PSL_IPL1F|PSL_CM); /* Allow compat mode? */

Completed in 31 milliseconds