Searched refs:PSL_MBZ (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/arch/sh3/include/
H A Dpsl.h55 #define PSL_MBZ 0x8ffffc0c /* must be zero bits */ macro
58 #define PSL_USERSTATIC (PSL_BL|PSL_RB|PSL_MD|PSL_IMASK|PSL_MBO|PSL_MBZ)
/netbsd-current/sys/arch/usermode/include/
H A Dpsl.h64 #define PSL_MBZ 0xffc08028 /* must be zero bits */ macro
66 #define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | \
/netbsd-current/sys/arch/x86/include/
H A Dpsl.h62 #define PSL_MBZ 0xffc08028 /* must be zero bits */ macro
65 #define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | PSL_NT | PSL_VM | PSL_VIF | PSL_VIP)
/netbsd-current/sys/arch/vax/include/
H A Dpsl.h97 #define PSL_MBZ 0x3020ff00 /* must be zero bits */ macro
100 #define PSL_USERCLR (PSL_S | PSL_IPL1F | PSL_MBZ)
/netbsd-current/sys/arch/m68k/include/
H A Dpsl.h63 #define PSL_MBZ 0xFFFF58E0 /* must be zero bits */ macro
66 #define PSL_USERCLR (PSL_S | PSL_IPL7 | PSL_MBZ)
/netbsd-current/sys/arch/m68k/m68k/
H A Dcompat_13_machdep.c95 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0)
H A Dsunos_machdep.c218 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0)
H A Dcompat_16_machdep.c277 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0)
H A Dsig_machdep.c286 if ((gr[_REG_PS] & (PSL_MBZ|PSL_IPL|PSL_S)) != 0)
/netbsd-current/sys/arch/powerpc/include/
H A Dpsl.h93 #define PSL_MBZ 0 macro
/netbsd-current/tests/lib/libc/sys/
H A Dt_lwp_create.c160 uc->uc_mcontext.__gregs[_REG_RFLAGS] |= PSL_MBZ;
195 uc->uc_mcontext.__gregs[_REG_PS] |= (PSL_MBZ|PSL_IPL|PSL_S);
/netbsd-current/sys/compat/linux/arch/m68k/
H A Dlinux_machdep.c582 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);
/netbsd-current/sys/arch/vax/vax/
H A Dmachdep.c479 ~(PSL_MBZ|PSL_IS|PSL_IPL1F|PSL_CM); /* Allow compat mode? */

Completed in 276 milliseconds