Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sh3/include/
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/src/sys/arch/x86/include/
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 | P…
/netbsd/src/sys/arch/usermode/include/
Dpsl.h64 #define PSL_MBZ 0xffc08028 /* must be zero bits */ macro
66 #define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | \
/netbsd/src/sys/arch/vax/include/
Dpsl.h97 #define PSL_MBZ 0x3020ff00 /* must be zero bits */ macro
100 #define PSL_USERCLR (PSL_S | PSL_IPL1F | PSL_MBZ)
/netbsd/src/sys/arch/m68k/include/
Dpsl.h63 #define PSL_MBZ 0xFFFF58E0 /* must be zero bits */ macro
66 #define PSL_USERCLR (PSL_S | PSL_IPL7 | PSL_MBZ)
/netbsd/src/tests/lib/libc/sys/
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/src/sys/arch/m68k/m68k/
Dcompat_13_machdep.c95 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0) in compat_13_sys_sigreturn()
Dsunos_machdep.c218 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0) in sunos_sys_sigreturn()
Dcompat_16_machdep.c277 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0) in compat_16_sys___sigreturn14()
Dsig_machdep.c286 if ((gr[_REG_PS] & (PSL_MBZ|PSL_IPL|PSL_S)) != 0) in cpu_mcontext_validate()
/netbsd/src/sys/arch/powerpc/include/
Dpsl.h93 #define PSL_MBZ 0 macro
/netbsd/src/sys/compat/linux/arch/m68k/
Dlinux_machdep.c582 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()
/netbsd/src/sys/arch/vax/vax/
Dmachdep.c480 ~(PSL_MBZ|PSL_IS|PSL_IPL1F|PSL_CM); /* Allow compat mode? */ in process_write_regs()