Lines Matching refs:frame

33 #include <sys/frame.h>
92 * stack. An artificial frame is one induced by the provider; all
105 struct frame *fp, *nextfp, *minfp, *stacktop;
110 fp = (struct frame *)((caddr_t)dtrace_getfp() + STACK_BIAS);
118 * %o7 is valid in its frame (and we can just drive on). If
120 * bottom frame. To trim this frame, we simply increment
282 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME));
284 stacktop = (struct frame *)curthread->t_stk;
288 nextfp = (struct frame *)((caddr_t)fp->fr_savfp + STACK_BIAS);
311 stacktop = (struct frame *)curthread->t_stk;
312 minfp = (struct frame *)curthread->t_stkbase;
375 struct frame *fr = (struct frame *)(sp + STACK_BIAS);
591 struct frame *fr = (struct frame *)(sp + STACK_BIAS);
647 struct frame *fp;
652 * stack frame.
664 fp = (struct frame *)(val + STACK_BIAS);
680 fp = (struct frame *)((caddr_t)dtrace_getfp() + STACK_BIAS);
686 fp = (struct frame *)((caddr_t)fp->fr_savfp + STACK_BIAS);
691 fp = (struct frame *)((caddr_t)fp->fr_savfp + STACK_BIAS);
703 struct frame *fp, *nextfp, *minfp, *stacktop;
707 fp = (struct frame *)((caddr_t)dtrace_getfp() + STACK_BIAS);
711 stacktop = (struct frame *)CPU->cpu_intr_stack + SA(MINFRAME);
713 stacktop = (struct frame *)curthread->t_stk;
717 nextfp = (struct frame *)((caddr_t)fp->fr_savfp + STACK_BIAS);
723 stacktop = (struct frame *)curthread->t_stk;
724 minfp = (struct frame *)curthread->t_stkbase;
788 * to pull them out of the topmost user frame.
806 struct frame *fr = (void *)(rp->r_sp + STACK_BIAS);
852 * First we need to get the frame pointer and then we perform
864 struct frame *fr = (void *)(rp->r_sp + STACK_BIAS);
907 struct frame *fr = (void *)(fp + STACK_BIAS);