Home
last modified time | relevance | path

Searched refs:machpcb (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/uts/sparc/v7/sys/
H A Dmachpcb.h64 typedef struct machpcb { struct
93 #define lwptompcb(lwp) ((struct machpcb *) \ argument
H A DMakefile34 machpcb.h \
/titanic_41/usr/src/uts/sparc/v9/sys/
H A Dmachpcb.h65 typedef struct machpcb { struct
95 #define lwptompcb(lwp) ((struct machpcb *) \ argument
H A DMakefile35 machpcb.h \
/titanic_41/usr/src/uts/sun4/os/
H A Dmachdep.c127 struct machpcb *mpcb; in lwp_stk_init()
135 stk -= SA(sizeof (struct machpcb)); in lwp_stk_init()
136 mpcb = (struct machpcb *)stk; in lwp_stk_init()
137 bzero(mpcb, sizeof (struct machpcb)); in lwp_stk_init()
161 struct machpcb *mpcb = lwptompcb(lwp); in lwp_stk_fini()
184 struct machpcb *mpcb = lwptompcb(clwp); in lwp_forkregs()
185 struct machpcb *pmpcb = lwptompcb(lwp); in lwp_forkregs()
202 bcopy(lwp->lwp_regs, clwp->lwp_regs, sizeof (struct machpcb) - REGOFF); in lwp_forkregs()
H A Dmlsetup.c124 struct machpcb *mpcb; in mlsetup()
H A Dtrap.c147 struct machpcb *mpcb = NULL; in trap()
/titanic_41/usr/src/uts/sparc/v9/os/
H A Dv9dep.c87 struct machpcb *mpcb; in setfpregs()
478 struct machpcb *mpcb = lwptompcb(lwp); in setgwins()
511 struct machpcb *mpcb = lwptompcb(lwp); in setgwins32()
551 struct machpcb *mpcb = lwptompcb(lwp); in getgwins()
583 struct machpcb *mpcb = lwptompcb(lwp); in getgwins32()
626 struct machpcb *mpcb = lwptompcb(ttolwp(curthread)); in flush_user_windows_to_stack()
722 struct machpcb *mpcb = lwptompcb(lwp); in copy_return_window32()
762 struct machpcb *mpcb; in copy_return_window()
798 struct machpcb *mpcb = lwptompcb(lwp); in setregs()
866 struct machpcb *mpcb = lwptompcb(ttolwp(tp)); in lwp_swapin()
[all …]
H A Dsimulator.c1260 struct machpcb *mpcb = lwptompcb(curthread->t_lwp); in putreg()
1284 struct machpcb *mpcb = lwptompcb(curthread->t_lwp); in putreg()
/titanic_41/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c751 struct machpcb *mpcb; in dtrace_getreg()
803 mpcb = (struct machpcb *)((caddr_t)rp - REGOFF); in dtrace_getreg()
856 mpcb = (struct machpcb *)((caddr_t)rp - REGOFF); in dtrace_getreg()
H A Dfasttrap_isa.c1388 struct machpcb *mpcb; in fasttrap_getreg()
1423 mpcb = (struct machpcb *)((caddr_t)rp - REGOFF); in fasttrap_getreg()
1487 struct machpcb *mpcb; in fasttrap_putreg()
1522 mpcb = (struct machpcb *)((caddr_t)rp - REGOFF); in fasttrap_putreg()
/titanic_41/usr/src/uts/sun4u/sys/
H A Dmachcpuvar.h98 struct machpcb *mpcb;
/titanic_41/usr/src/uts/sun4v/sys/
H A Dmachcpuvar.h112 struct machpcb *mpcb;
/titanic_41/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c905 struct machpcb *mpcb = lwptompcb(lwp); in prstop()
1009 struct machpcb *mpcb = lwptompcb(lwp); in prnwindows()
/titanic_41/usr/src/uts/sun4/ml/
H A Doffsets.in277 machpcb MPCBSIZE
/titanic_41/usr/src/uts/sparc/os/
H A Dsyscall.c97 struct machpcb *mpcb = lwptompcb(lwp); in xregrestore()
/titanic_41/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