Searched refs:R_PSR (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/sparc/sys/ |
H A D | procfs_isa.h | 114 #define R_PSR 32 /* v7/v8 processor status register */ macro 135 #define R_PS R_PSR 148 #define R_PSR 32 macro
|
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/ |
H A D | proc_isadep.c | 91 { "psr", R_PSR, MDB_TGT_R_EXPORT }, 221 grs[R_PSR], 222 (grs[R_PSR] & KREG_PSR_IMPL_MASK) >> KREG_PSR_IMPL_SHIFT, 223 (grs[R_PSR] & KREG_PSR_VER_MASK) >> KREG_PSR_VER_SHIFT, 224 (grs[R_PSR] & KREG_PSR_ICC_N_MASK) ? 'N' : 'n', 225 (grs[R_PSR] & KREG_PSR_ICC_Z_MASK) ? 'Z' : 'z', 226 (grs[R_PSR] & KREG_PSR_ICC_V_MASK) ? 'V' : 'v', 227 (grs[R_PSR] & KREG_PSR_ICC_C_MASK) ? 'C' : 'c', 228 grs[R_PSR] & KREG_PSR_EC_MASK, grs[R_PSR] [all...] |
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/sparc/ |
H A D | regs.c | 104 disp_reg_line(ph, prst, "psr", R_PSR, "pc", R_PC);
|
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/sparcv9/ |
H A D | regs.c | 122 disp_reg_line(ph, prst, "psr", R_PSR, "pc", R_PC);
|
/illumos-gate/usr/src/lib/libproc/sparc/ |
H A D | Pisadep.c | 231 dst[R_PSR] = gregs[REG_PSR];
|
/illumos-gate/usr/src/lib/libc/sparc/sys/ |
H A D | ptrace.c | 307 ps->pr_lwp.pr_reg[R_PSR] = cp->user.u_reg[REG_PSR]; 626 ps->pr_lwp.pr_reg[R_PSR] = cp->user.u_reg[REG_PSR]; 679 cp->user.u_reg[REG_PSR] = ps->pr_lwp.pr_reg[R_PSR];
|
/illumos-gate/usr/src/uts/sparc/fs/proc/ |
H A D | prmachdep.c | 294 ((src[R_PSR] >> (TSTATE_CCR_SHIFT-PSR_TSTATE_CC_SHIFT)) & CCR_ICC); 364 prp[R_PSR] = gr[REG_PSR];
|
/illumos-gate/usr/src/lib/libproc/sparcv9/ |
H A D | Pisadep.c | 313 dst[R_PSR] = (uint64_t)(uint32_t)gregs[REG_PSR];
|
Completed in 755 milliseconds