Searched refs:sparc_stackf (Results 1 – 7 of 7) sorted by relevance
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);[all …]
979 struct sparc_stackf *sp; in sunos_msgsys()993 sp = (struct sparc_stackf *)current->thread.kregs->u_regs[UREG_FP]; in sunos_msgsys()
74 struct sparc_stackf ss;84 struct sparc_stackf ss;
49 struct sparc_stackf { struct52 struct sparc_stackf *fp; argument60 #define STACKFRAME_SZ sizeof(struct sparc_stackf) argument
62 struct sparc_stackf { struct65 struct sparc_stackf *fp; argument91 #define STACKFRAME_SZ sizeof(struct sparc_stackf) argument
230 void show_stackframe(struct sparc_stackf *sf) in show_stackframe()615 memcpy(child_trap_frame, (((struct sparc_stackf *)regs)-1), (TRACEREG_SZ+STACKFRAME_SZ)); in copy_thread()618 t->kregs = (struct pt_regs *)(child_trap_frame+sizeof(struct sparc_stackf)); in copy_thread()638 sizeof(struct sparc_stackf)); in copy_thread()
265 struct sparc_stackf ss;