Lines Matching refs:sparc_stackf
266 void show_stackframe(struct sparc_stackf *sf) in show_stackframe()
393 static __inline__ struct sparc_stackf *
394 clone_stackframe(struct sparc_stackf *dst, struct sparc_stackf *src)
397 struct sparc_stackf *sp;
400 sp = (struct sparc_stackf *)(((unsigned long)dst) - size);
407 sp = (struct sparc_stackf *) 0;
409 sp = (struct sparc_stackf *) 0;
487 struct sparc_stackf *childstack;
488 struct sparc_stackf *parentstack;
494 childstack = (struct sparc_stackf *) (sp & ~0x7UL);
495 parentstack = (struct sparc_stackf *) regs->u_regs[UREG_FP];