Searched refs:R_I2 (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libdtrace/sparc/ |
H A D | regs.d | 84 inline int R_I2 = 26; variable 85 #pragma D binding "1.0" R_I2
|
/titanic_41/usr/src/uts/sparc/fs/proc/ |
H A D | prmachdep.c | 135 prp[R_I2] = lwp->lwp_pcb.pcb_xregs.rw_in[2]; in prgetprregs() 187 lwp->lwp_pcb.pcb_xregs.rw_in[2] = prp[R_I2]; in prsetprregs() 267 dest[R_I2] = SET_LOWER_32(rw->rw_in[2], src[R_I2]); in prgregset_32ton() 285 dest[R_I2] = (uint32_t)src[R_I2]; in prgregset_32ton() 356 prp[R_I2] = R32(lwp->lwp_pcb.pcb_xregs.rw_in[2]); in prgetprregs32()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/sparc/arrays/ |
H A D | tst.uregsarray.d | 72 printf("R_I2 = 0x%x\n", uregs[R_I2]);
|
/titanic_41/usr/src/uts/sparc/sys/ |
H A D | procfs_isa.h | 106 #define R_I2 26 macro
|
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/sparc/ |
H A D | regs.c | 145 disp_reg_line(ph, prst, "i2", R_I2, "i6(fp)", R_I6); in display_in_regs()
|
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/sparcv9/ |
H A D | regs.c | 164 disp_reg_line(ph, prst, "i2", R_I2, "i6(fp)", R_I6); in display_in_regs()
|
/titanic_41/usr/src/uts/sparc/dtrace/ |
H A D | fasttrap_isa.c | 175 #define R_I2 26 macro 335 uintptr_t arg2 = fasttrap_getreg(rp, R_I2); in fasttrap_return_common() 396 uintptr_t arg2 = fasttrap_getreg(rp, R_I2); in fasttrap_return_common()
|
/titanic_41/usr/src/cmd/mdb/sparc/mdb/ |
H A D | proc_isadep.c | 82 { "i2", R_I2, MDB_TGT_R_EXPORT },
|