Searched refs:machpcb (Results 1 - 25 of 25) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sparc/v7/sys/
H A Dmachpcb.h62 * The struct machpcb is always allocated stack aligned.
64 typedef struct machpcb { struct
93 #define lwptompcb(lwp) ((struct machpcb *) \
H A DMakefile34 machpcb.h \
/opensolaris-onvv-gate/usr/src/uts/sparc/v9/sys/
H A Dmachpcb.h63 * The struct machpcb is always allocated stack aligned.
65 typedef struct machpcb { struct
95 #define lwptompcb(lwp) ((struct machpcb *) \
H A DMakefile35 machpcb.h \
/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/
H A Dmachcpuvar.h34 #include <sys/machpcb.h>
98 struct machpcb *mpcb;
/opensolaris-onvv-gate/usr/src/uts/sun4/os/
H A Dmachdep.c36 #include <sys/machpcb.h>
112 * has been broken out from machpcb and aligned on a 64 byte boundary so that
118 * could be changed to calculate if less space would be wasted if machpcb
127 struct machpcb *mpcb;
135 stk -= SA(sizeof (struct machpcb));
136 mpcb = (struct machpcb *)stk;
137 bzero(mpcb, sizeof (struct machpcb));
161 struct machpcb *mpcb = lwptompcb(lwp);
184 struct machpcb *mpcb = lwptompcb(clwp);
185 struct machpcb *pmpc
[all...]
H A Dmlsetup.c51 #include <sys/machpcb.h>
124 struct machpcb *mpcb;
H A Dtrap.c144 struct machpcb *mpcb = NULL;
/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dmachcpuvar.h32 #include <sys/machpcb.h>
112 struct machpcb *mpcb;
/opensolaris-onvv-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c47 #include <sys/machpcb.h>
87 struct machpcb *mpcb;
478 struct machpcb *mpcb = lwptompcb(lwp);
511 struct machpcb *mpcb = lwptompcb(lwp);
551 struct machpcb *mpcb = lwptompcb(lwp);
583 struct machpcb *mpcb = lwptompcb(lwp);
626 struct machpcb *mpcb = lwptompcb(ttolwp(curthread));
722 struct machpcb *mpcb = lwptompcb(lwp);
762 struct machpcb *mpcb;
798 struct machpcb *mpc
[all...]
H A Dsimulator.c38 #include <sys/machpcb.h>
1260 struct machpcb *mpcb = lwptompcb(curthread->t_lwp);
1284 struct machpcb *mpcb = lwptompcb(curthread->t_lwp);
/opensolaris-onvv-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c32 #include <sys/machpcb.h>
748 struct machpcb *mpcb;
800 mpcb = (struct machpcb *)((caddr_t)rp - REGOFF);
853 mpcb = (struct machpcb *)((caddr_t)rp - REGOFF);
H A Dfasttrap_isa.c39 #include <v9/sys/machpcb.h>
1390 struct machpcb *mpcb;
1420 * First check the machpcb structure to see if we've already read
1425 mpcb = (struct machpcb *)((caddr_t)rp - REGOFF);
1489 struct machpcb *mpcb;
1515 * machpcb structure that we can modify; if there isn't try to
1517 * register window in the machpcb structure. While this isn't
1518 * _precisely_ the intended use of the machpcb structure, it
1524 mpcb = (struct machpcb *)((caddr_t)rp - REGOFF);
/opensolaris-onvv-gate/usr/src/uts/sparc/v9/syscall/
H A Dinstall_utrap.c33 #include <sys/machpcb.h>
/opensolaris-onvv-gate/usr/src/uts/sun4v/ml/
H A Dmach_proc_init.s43 #include <sys/machpcb.h>
H A Dmach_locore.s37 #include <sys/machpcb.h>
346 #error "hole in struct machpcb between frame and regs?"
H A Dtrap_table.s41 #include <sys/machpcb.h>
/opensolaris-onvv-gate/usr/src/uts/sparc/os/
H A Darchdep.c61 #include <sys/machpcb.h>
H A Dsyscall.c56 #include <sys/machpcb.h>
97 struct machpcb *mpcb = lwptompcb(lwp);
/opensolaris-onvv-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c57 #include <sys/machpcb.h>
905 struct machpcb *mpcb = lwptompcb(lwp);
1009 struct machpcb *mpcb = lwptompcb(lwp);
/opensolaris-onvv-gate/usr/src/uts/sparc/v9/ml/
H A Dfloat.s30 #include <sys/machpcb.h>
H A Dsyscall_trap.s30 #include <sys/machpcb.h>
/opensolaris-onvv-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s39 #include <sys/machpcb.h>
338 #error "hole in struct machpcb between frame and regs?"
H A Dtrap_table.s40 #include <sys/machpcb.h>
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsystem-header.mf1637 $(sparc_ONLY)file path=usr/include/v7/sys/machpcb.h
1645 $(sparc_ONLY)file path=usr/include/v9/sys/machpcb.h

Completed in 274 milliseconds