Searched defs:stacktop (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c80 struct frame *fp, *minfp, *stacktop; local
89 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME));
91 stacktop = (struct frame *)curthread->t_stk;
117 if (fp <= minfp || fp >= stacktop) {
122 stacktop = (struct frame *)curthread->t_stk;
271 struct frame *nextfp, *minfp, *stacktop; local
299 stacktop = (struct frame *)(cpu->cpu_intr_stack + SA(MINFRAME));
301 stacktop = (struct frame *)curthread->t_stk;
313 if (nextfp <= minfp || nextfp >= stacktop) {
318 stacktop
[all...]
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c47 struct frame *nextfp, *minfp, *stacktop; local
54 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME));
56 stacktop = (struct frame *)curthread->t_stk;
68 if (nextfp <= minfp || nextfp >= stacktop) {
73 stacktop = (struct frame *)curthread->t_stk;
509 struct frame *nextfp, *minfp, *stacktop; local
514 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME));
516 stacktop = (struct frame *)curthread->t_stk;
526 if (nextfp <= minfp || nextfp >= stacktop) {
531 stacktop
[all...]
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c105 struct frame *fp, *nextfp, *minfp, *stacktop; local
282 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME));
284 stacktop = (struct frame *)curthread->t_stk;
289 if (nextfp <= minfp || nextfp >= stacktop) {
290 if (!on_intr && nextfp == stacktop && aframes != 0) {
311 stacktop = (struct frame *)curthread->t_stk;
316 if (nextfp > minfp && nextfp < stacktop)
329 * of nextfp against minfp/stacktop. If the
703 struct frame *fp, *nextfp, *minfp, *stacktop; local
711 stacktop
[all...]
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c854 struct frame *nextfp, *minfp, *stacktop; local
860 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME));
862 stacktop = (struct frame *)curthread->t_stk;
870 if (nextfp <= minfp || nextfp >= stacktop) {
875 stacktop = (struct frame *)curthread->t_stk;
1303 struct frame *nextfp, *minfp, *stacktop; local
1336 stacktop = (struct frame *)(cpu->cpu_intr_stack + SA(MINFRAME));
1338 stacktop = (struct frame *)curthread->t_stk;
1354 if (fp <= minfp || fp >= stacktop) {
1359 stacktop
[all...]

Completed in 378 milliseconds