/titanic_50/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 239 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 D | ipc.c | 267 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 D | fcall.c | 818 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 D | ramdata.h | 269 prgreg_t tref; /* %g7 (sparc) or %gs (intel) */
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pstack.c | 51 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 D | Pstack.h | 39 int stack_loop(prgreg_t fp, prgreg_t **prevfpp, int *nfpp, uint_t *pfpsizep);
|
H A D | P32ton.h | 60 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 D | libproc.h | 280 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 D | Psyscall.c | 312 prgreg_t sp; /* adjusted stack pointer */ in Psyscall() 313 prgreg_t ap; /* adjusted argument pointer */ in Psyscall()
|
H A D | P32ton.c | 213 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 D | llib-lproc | 62 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 D | Pcontrol.c | 2011 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 D | procfs_isa.h | 72 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 D | prb_proc.h | 157 prgreg_t *r0, prgreg_t *r1);
|
H A D | continue.c | 64 prgreg_t reg0, reg1; in tnfctl_continue()
|
H A D | prb_proc.c | 977 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 D | Pisadep.c | 177 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 D | Pisadep.c | 258 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 D | procfs_isa.h | 68 #define prgreg_t greg_t macro
|
/titanic_50/usr/src/lib/libproc/sparcv9/ |
H A D | Pisadep.c | 340 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 D | pflags.c | 537 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 D | proc_ia32dep.c | 113 prgreg_t eflags; in pt_regs()
|
H A D | proc_amd64dep.c | 158 prgreg_t rflags; in pt_regs()
|
/titanic_50/usr/src/cmd/mdb/sparc/mdb/ |
H A D | proc_isadep.c | 598 const prgreg_t *pregs = &gregs->gregs[0]; in pt_frameregs()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1053 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()
|