Home
last modified time | relevance | path

Searched refs:PSL_USERMASK (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/sparc/v7/sys/
H A Dpsr.h74 #define PSL_USERMASK (PSR_ICC) /* user variable psr bits */ macro
/titanic_50/usr/src/uts/intel/ia32/sys/
H A Dpsw.h94 #define PSL_USERMASK (PS_ICC|PS_D|PS_T|PS_V|PS_P|PS_ACHK|PS_NT) macro
/titanic_50/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c134 (rp->r_ps & ~PSL_USERMASK) | (src[EFL] & PSL_USERMASK); in prgregset_32ton()
/titanic_50/usr/src/uts/intel/ia32/os/
H A Darchdep.c806 rp->r_rfl = (rp->r_rfl & ~PSL_USERMASK) | in setgregs()
807 (grp[REG_RFL] & PSL_USERMASK); in setgregs()
814 grp[EFL] = (rp->r_efl & ~PSL_USERMASK) | (grp[EFL] & PSL_USERMASK); in setgregs()
/titanic_50/usr/src/lib/libc/sparc/sys/
H A Dptrace.c288 ~PSL_USERMASK) | (data & PSL_USERMASK); in ptrace()
/titanic_50/usr/src/lib/libc/i386/sys/
H A Dptrace.c283 data = (cp->user.u_reg[EFL] & ~PSL_USERMASK) | in ptrace()
284 (data & PSL_USERMASK); in ptrace()