Home
last modified time | relevance | path

Searched refs:prgreg_t (Results 1 – 25 of 25) sorted by relevance

/titanic_50/usr/src/lib/libproc/amd64/
H A DPisadep.c239 prgreg_t *prevfp = NULL; in Pstack_iter32()
355 read_args(struct ps_prochandle *P, uintptr_t fp, uintptr_t pc, prgreg_t *args, in read_args()
445 prgreg_t t = args[i]; in read_args()
476 prgreg_t *prevfp = NULL; in Pstack_iter()
477 prgreg_t fp, pfp; in Pstack_iter()
478 prgreg_t pc; in Pstack_iter()
495 prgreg_t fp; in Pstack_iter()
496 prgreg_t pc; in Pstack_iter()
497 prgreg_t signo; in Pstack_iter()
500 prgreg_t args[32] = {0}; in Pstack_iter()
[all …]
/titanic_50/usr/src/cmd/truss/
H A Dipc.c267 prgreg_t pc; in checkproc()
392 (void) Lputareg(Lwp, R_G1, (prgreg_t)SYS_syscall); in checkproc()
393 (void) Lputareg(Lwp, R_O0, (prgreg_t)what); in checkproc()
397 (void) Lputareg(Lwp, R_G1, (prgreg_t)what); in checkproc()
404 (void) Lputareg(Lwp, REG_RAX, (prgreg_t)what); in checkproc()
407 (void) Lputareg(Lwp, EAX, (prgreg_t)what); in checkproc()
H A Dfcall.c818 prgreg_t tref = Lsp->pr_reg[R_G7]; in find_stack()
820 prgreg_t tref = Lsp->pr_reg[REG_FS]; in find_stack()
822 prgreg_t tref = Lsp->pr_reg[GS]; in find_stack()
930 prgreg_t tref = Lsp->pr_reg[R_G7]; in get_tid()
932 prgreg_t tref = (data_model == PR_MODEL_LP64) ? in get_tid()
935 prgreg_t tref = Lsp->pr_reg[GS]; in get_tid()
H A Dramdata.h269 prgreg_t tref; /* %g7 (sparc) or %gs (intel) */
/titanic_50/usr/src/lib/libproc/common/
H A DPstack.c51 stack_loop(prgreg_t fp, prgreg_t **prevfpp, int *nfpp, uint_t *pfpsizep) in stack_loop()
53 prgreg_t *prevfp = *prevfpp; in stack_loop()
65 prevfp = realloc(prevfp, pfpsize * sizeof (prgreg_t)); in stack_loop()
H A DPstack.h39 int stack_loop(prgreg_t fp, prgreg_t **prevfpp, int *nfpp, uint_t *pfpsizep);
H A DP32ton.h60 extern void prgregset_32_to_n(const prgreg32_t *, prgreg_t *);
73 extern void prgregset_n_to_32(const prgreg_t *, prgreg32_t *);
H A Dlibproc.h280 extern int Pgetareg(struct ps_prochandle *, int, prgreg_t *);
281 extern int Pputareg(struct ps_prochandle *, int, prgreg_t);
326 extern int Lgetareg(struct ps_lwphandle *, int, prgreg_t *);
327 extern int Lputareg(struct ps_lwphandle *, int, prgreg_t);
H A DPsyscall.c312 prgreg_t sp; /* adjusted stack pointer */ in Psyscall()
313 prgreg_t ap; /* adjusted argument pointer */ in Psyscall()
H A DP32ton.c213 prgregset_32_to_n(const prgreg32_t *src, prgreg_t *dst) in prgregset_32_to_n()
216 (void) memset(dst, 0, NPRGREG * sizeof (prgreg_t)); in prgregset_32_to_n()
239 dst[i] = (prgreg_t)(uint32_t)src[i]; in prgregset_32_to_n()
550 prgregset_n_to_32(const prgreg_t *src, prgreg32_t *dst) in prgregset_n_to_32()
H A Dllib-lproc62 int Pgetareg(struct ps_prochandle *Pr, int regno, prgreg_t *preg);
63 int Pputareg(struct ps_prochandle *Pr, int regno, prgreg_t reg);
104 int Lgetareg(struct ps_lwphandle *Lwp, int regno, prgreg_t *preg);
105 int Lputareg(struct ps_lwphandle *Lwp, int regno, prgreg_t reg);
H A DPcontrol.c2011 Pgetareg(struct ps_prochandle *P, int regno, prgreg_t *preg) in Pgetareg()
2036 Pputareg(struct ps_prochandle *P, int regno, prgreg_t reg) in Pputareg()
3548 Lgetareg(struct ps_lwphandle *L, int regno, prgreg_t *preg) in Lgetareg()
3568 Lputareg(struct ps_lwphandle *L, int regno, prgreg_t reg) in Lputareg()
/titanic_50/usr/src/uts/sparc/sys/
H A Dprocfs_isa.h72 typedef long prgreg_t; typedef
74 typedef int prgreg_t; typedef
76 typedef prgreg_t prgregset_t[NPRGREG];
/titanic_50/usr/src/lib/libtnfctl/
H A Dprb_proc.h157 prgreg_t *r0, prgreg_t *r1);
H A Dcontinue.c64 prgreg_t reg0, reg1; in tnfctl_continue()
H A Dprb_proc.c977 prb_proc_get_r0_r1(prb_proc_ctl_t *proc_p, prgreg_t *r0, prgreg_t *r1) in prb_proc_get_r0_r1()
/titanic_50/usr/src/lib/libproc/i386/
H A DPisadep.c177 prgreg_t *prevfp = NULL; in Pstack_iter()
188 prgreg_t fp, pfp; in Pstack_iter()
189 prgreg_t pc; in Pstack_iter()
/titanic_50/usr/src/lib/libproc/sparc/
H A DPisadep.c258 prgreg_t *prevfp = NULL; in Pstack_iter()
263 prgreg_t fp; in Pstack_iter()
286 (void) memcpy(&gregs[R_O0], &gregs[R_I0], 8*sizeof (prgreg_t)); in Pstack_iter()
/titanic_50/usr/src/uts/intel/sys/
H A Dprocfs_isa.h68 #define prgreg_t greg_t macro
/titanic_50/usr/src/lib/libproc/sparcv9/
H A DPisadep.c340 prgreg_t *prevfp = NULL; in Pstack_iter()
345 prgreg_t fp; in Pstack_iter()
368 (void) memcpy(&gregs[R_O0], &gregs[R_I0], 8*sizeof (prgreg_t)); in Pstack_iter()
/titanic_50/usr/src/cmd/ptools/pflags/
H A Dpflags.c537 prgregset_n_to_32(const prgreg_t *src, prgreg32_t *dst) in prgregset_n_to_32()
/titanic_50/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c113 prgreg_t eflags; in pt_regs()
H A Dproc_amd64dep.c158 prgreg_t rflags; in pt_regs()
/titanic_50/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c598 const prgreg_t *pregs = &gregs->gregs[0]; in pt_frameregs()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1053 const mdb_arg_t *argv, mdb_tgt_stack_f *func, prgreg_t saved_pc) in pt_stack_common()
4607 grs[rd_num] = (prgreg_t)r; in pt_putareg()