Searched refs:t_stkbase (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c383 t->t_stkbase = stk;
389 t->t_stkbase = stk + stksize + sizeof (kthread_t);
405 t->t_stkbase = stk;
408 t->t_stkbase = stk + stksize;
1901 if (t->t_stk > t->t_stkbase) {
1903 start = t->t_stkbase;
1908 end = t->t_stkbase;
1914 * (protection against corrupt t_stkbase/t_stk data).
1970 if (t->t_stk > t->t_stkbase) {
1972 start = t->t_stkbase;
2098 stkinfo_percent(caddr_t t_stk, caddr_t t_stkbase, caddr_t sp) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack_subr.c136 caddr_t t_stkbase; member in struct:mdb_findstack_kthread
173 if (thr.t_stk < thr.t_stkbase) {
182 kbase = (uintptr_t)thr.t_stkbase;
H A Dthread.c679 stk_compute_percent(caddr_t t_stk, caddr_t t_stkbase, caddr_t sp) argument
684 if (t_stk > t_stkbase) {
689 if (sp < t_stkbase) {
693 s = t_stk - t_stkbase + 1;
699 if (sp > t_stkbase) {
703 s = t_stkbase - t_stk + 1;
851 if (t.t_stk > t.t_stkbase) {
853 start = t.t_stkbase;
858 end = t.t_stkbase;
867 mdb_warn(" t_stk/t_stkbase proble
[all...]
H A Dleaky_subr.c284 uintptr_t size, base = (uintptr_t)t->t_stkbase;
H A Dkmem.c2462 if (t->t_stkbase == NULL)
2473 saddr = (uintptr_t)t->t_stkbase;
4321 if (t->t_stkbase == NULL)
4337 for (current = (uintptr_t)t->t_stkbase; current < (uintptr_t)t->t_stk;
/illumos-gate/usr/src/uts/sparc/os/
H A Dsundep.c170 ASSERT(sp > t->t_stkbase);
H A Darchdep.c123 minfp = (struct frame *)curthread->t_stkbase;
319 minfp = (struct frame *)curthread->t_stkbase;
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kp.c791 (fp - (uintptr_t)curthread->t_stkbase >= red_minavail))
806 (((uintptr_t)curthread->t_stkbase & (uintptr_t)PAGEMASK) -
842 while (fp - (uintptr_t)curthread->t_stkbase < red_closest) {
844 (uint32_t)(fp - (uintptr_t)curthread->t_stkbase));
849 stkbase = (caddr_t)(((uintptr_t)curthread->t_stkbase &
883 caddr_t red_va = (caddr_t)(((uintptr_t)curthread->t_stkbase &
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c312 minfp = (struct frame *)curthread->t_stkbase;
724 minfp = (struct frame *)curthread->t_stkbase;
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c74 minfp = (struct frame *)curthread->t_stkbase;
532 minfp = (struct frame *)curthread->t_stkbase;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmlsetup.c288 t0.t_stkbase = t0stack;
H A Dcpr_impl.c101 #define CPR_GET_STACK_START(t) ((t)->t_stkbase)
105 #define CPR_GET_STACK_END(t) ((t)->t_stkbase)
/illumos-gate/usr/src/uts/common/os/
H A Dputnext.c91 (uintptr_t)curthread->t_stkbase) < put_stack_needed) && \
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h283 caddr_t t_stkbase; /* base of the the stack */ member in struct:_kthread
/illumos-gate/usr/src/uts/sun4/os/
H A Dmlsetup.c149 t0.t_stkbase = t0stack;
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsundep.c275 ASSERT(sp > t->t_stkbase);
H A Darchdep.c876 minfp = (struct frame *)curthread->t_stkbase;
1360 minfp = (struct frame *)curthread->t_stkbase;
H A Dsyscall.c264 ASSERT((caddr_t)lwp->lwp_ap > t->t_stkbase &&
/illumos-gate/usr/src/uts/common/inet/
H A Dsqueue.c730 (uintptr_t)curthread->t_stkbase < squeue_drain_stack_needed) {
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1381 (uintptr_t)curthread->t_stkbase < mac_rx_srs_stack_needed && \

Completed in 282 milliseconds