Home
last modified time | relevance | path

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

/openbsd/sys/arch/sh/include/
H A Dpsl.h55 #define PSL_MBZ 0x8fff7c0c /* must be zero bits */ macro
58 #define PSL_USERSTATIC (PSL_BL|PSL_RB|PSL_MD|PSL_IMASK|PSL_FD|PSL_MBO|PSL_MBZ)
/openbsd/sys/arch/amd64/include/
H A Dpsl.h63 #define PSL_MBZ 0xffc08028 /* must be zero bits */ macro
66 #define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | PSL_NT | PSL_VM | PSL_VIF | PSL_VIP)
/openbsd/sys/arch/i386/include/
H A Dpsl.h64 #define PSL_MBZ 0xffc08028 /* must be zero bits */ macro
67 #define PSL_USERSTATIC (PSL_MBO | PSL_MBZ | PSL_I | PSL_IOPL | PSL_NT | PSL_VM | PSL_VIF | PSL_VIP)
/openbsd/sys/arch/powerpc/include/
H A Dpsl.h70 #define PSL_MBZ 0 macro
/openbsd/sys/arch/hppa/hppa/
H A Dmachdep.c1319 #define PSL_MBZ (PSL_Y|PSL_Z|PSL_S|PSL_X|PSL_M|PSL_R) in sys_sigreturn() macro
1320 if ((ksc.sc_ps & (PSL_MBS|PSL_MBZ)) != PSL_MBS) in sys_sigreturn()