Home
last modified time | relevance | path

Searched refs:prgregset32_t (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/intel/sys/
H A Dprocfs_isa.h81 #define prgregset32_t gregset32_t macro
87 #define prgregset32_t gregset_t macro
H A Dold_procfs.h509 prgregset32_t pr_reg; /* General registers */
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprdata.h384 extern void prgetprregs32(klwp_t *, prgregset32_t);
385 extern void prgregset_32ton(klwp_t *, prgregset32_t, prgregset_t);
H A Dprcontrol.c508 prgregset32_t prgregset; /* PCSREG, PCAGENT */
575 size += sizeof (prgregset32_t); in ctlsize32()
H A Dprioctl.c1724 prgregset32_t regs; in prioctl32()
/titanic_50/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c119 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 Dprocfs_isa.h147 typedef prgreg32_t prgregset32_t[NPRGREG]; typedef
H A Dold_procfs.h508 prgregset32_t pr_reg; /* General registers */
/titanic_50/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c231 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 Dprocfs.h605 prgregset32_t pr_reg; /* general registers */
/titanic_50/usr/src/cmd/ptools/pflags/
H A Dpflags.c572 prgregset32_t reg32; in dumpregs32()