Home
last modified time | relevance | path

Searched refs:R_G7 (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/lib/libdtrace/sparc/
H A Dregs.d43 inline int R_G7 = 7; variable
44 #pragma D binding "1.0" R_G7
/titanic_41/usr/src/cmd/dtrace/test/tst/sparc/arrays/
H A Dtst.uregsarray.d53 printf("R_G7 = 0x%x\n", uregs[R_G7]);
/titanic_41/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c112 prp[R_G7] = gr[REG_G7]; in prgetprregs()
165 gr[REG_G7] = prp[R_G7]; in prsetprregs()
242 dest[R_G7] = SET_LOWER_32(r->r_g7, src[R_G7]); in prgregset_32ton()
333 prp[R_G7] = gr[REG_G7]; in prgetprregs32()
/titanic_41/usr/src/uts/sparc/sys/
H A Dprocfs_isa.h87 #define R_G7 7 macro
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/sparc/
H A Dregs.c126 disp_reg_line(ph, prst, "g3", R_G3, "g7", R_G7); in display_global_regs()
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/sparcv9/
H A Dregs.c145 disp_reg_line(ph, prst, "g3", R_G3, "g7", R_G7); in display_global_regs()
/titanic_41/usr/src/lib/libc/sparc/sys/
H A Dptrace.c317 ps->pr_lwp.pr_reg[R_G7] = cp->user.u_reg[REG_G7]; in ptrace()
636 ps->pr_lwp.pr_reg[R_G7] = cp->user.u_reg[REG_G7]; in ProcUpdate()
689 cp->user.u_reg[REG_G7] = ps->pr_lwp.pr_reg[R_G7]; in MakeUser()
/titanic_41/usr/src/lib/libproc/sparcv9/
H A DPisadep.c292 dst[R_G7] = gregs[REG_G7]; in ucontext_n_to_prgregs()
324 dst[R_G7] = (uint64_t)(uint32_t)gregs[REG_G7]; in ucontext_32_to_prgregs()
/titanic_41/usr/src/lib/libproc/sparc/
H A DPisadep.c242 dst[R_G7] = gregs[REG_G7]; in ucontext_n_to_prgregs()
/titanic_41/usr/src/cmd/ptools/pflags/
H A Dpflags.c626 for (gr = R_G0, xr = XR_G0; gr <= R_G7; gr++, xr++) { in dumpregs_v8p()
/titanic_41/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c756 if (reg <= R_G7) in dtrace_getreg()
/titanic_41/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c63 { "g7", R_G7, MDB_TGT_R_EXPORT },
/titanic_41/usr/src/cmd/truss/
H A Dfcall.c818 prgreg_t tref = Lsp->pr_reg[R_G7]; in find_stack()
930 prgreg_t tref = Lsp->pr_reg[R_G7]; in get_tid()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c4513 rd_num >= R_G1 && rd_num <= R_G7); in pt_getareg()
4587 rd_num >= R_G1 && rd_num <= R_G7); in pt_putareg()