Searched refs:prgregset32_t (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/intel/sys/ |
H A D | procfs_isa.h | 81 #define prgregset32_t gregset32_t macro 87 #define prgregset32_t gregset_t macro
|
H A D | old_procfs.h | 509 prgregset32_t pr_reg; /* General registers */
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prdata.h | 384 extern void prgetprregs32(klwp_t *, prgregset32_t); 385 extern void prgregset_32ton(klwp_t *, prgregset32_t, prgregset_t);
|
H A D | prcontrol.c | 508 prgregset32_t prgregset; /* PCSREG, PCAGENT */ 575 size += sizeof (prgregset32_t); in ctlsize32()
|
H A D | prioctl.c | 1724 prgregset32_t regs; in prioctl32()
|
/titanic_50/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 119 prgregset_32ton(klwp_t *lwp, prgregset32_t src, prgregset_t dst) in prgregset_32ton() 154 prgetprregs32(klwp_t *lwp, prgregset32_t prp) in prgetprregs32()
|
/titanic_50/usr/src/uts/sparc/sys/ |
H A D | procfs_isa.h | 147 typedef prgreg32_t prgregset32_t[NPRGREG]; typedef
|
H A D | old_procfs.h | 508 prgregset32_t pr_reg; /* General registers */
|
/titanic_50/usr/src/uts/sparc/fs/proc/ |
H A D | prmachdep.c | 231 prgregset_32ton(klwp_t *lwp, prgregset32_t src, prgregset_t dest) in prgregset_32ton() 312 prgetprregs32(klwp_t *lwp, prgregset32_t prp) in prgetprregs32()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | procfs.h | 605 prgregset32_t pr_reg; /* general registers */
|
/titanic_50/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 572 prgregset32_t reg32; in dumpregs32()
|