Home
last modified time | relevance | path

Searched refs:_REG_PSL (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/arch/vax/vax/
H A Dmachdep.c644 gr[_REG_PSL] = tf->tf_psl; in cpu_getmcontext()
653 if ((gr[_REG_PSL] & (PSL_IPL | PSL_IS)) || in cpu_mcontext_validate()
654 ((gr[_REG_PSL] & (PSL_U | PSL_PREVU)) != (PSL_U | PSL_PREVU)) || in cpu_mcontext_validate()
655 (gr[_REG_PSL] & PSL_CM)) in cpu_mcontext_validate()
691 tf->tf_psl = gr[_REG_PSL]; in cpu_setmcontext()
/netbsd/tests/lib/libc/sys/
H A Dt_lwp_create.c220 uc->uc_mcontext.__gregs[_REG_PSL] &= ~(PSL_U | PSL_PREVU);
223 uc->uc_mcontext.__gregs[_REG_PSL] |= PSL_IPL | PSL_IS;
226 uc->uc_mcontext.__gregs[_REG_PSL] |= PSL_CM;
/netbsd/lib/libpthread/arch/vax/
H A Dpthread_md.h53 (ucp)->uc_mcontext.__gregs[_REG_PSL] = 0x03c00000;
/netbsd/sys/arch/vax/include/
H A Dmcontext.h61 #define _REG_PSL 16 macro
/netbsd/lib/libc/arch/vax/
H A Dgenassym.cf62 define _REG_PSL _REG_PSL
/netbsd/lib/libc/arch/vax/sys/
H A D__sigtramp3.S81 CFI_OFFSET(_REG_PSL)
/netbsd/lib/libc/arch/vax/gen/
H A D__longjmp14.c77 uc.uc_mcontext.__gregs[_REG_PSL] = jb->jb_sc.sc_ps; in __longjmp14()