Home
last modified time | relevance | path

Searched refs:sparc_stackf (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/arch/sparc/kernel/
Dprocess.c266 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 …]
Dsys_sunos.c979 struct sparc_stackf *sp; in sunos_msgsys()
993 sp = (struct sparc_stackf *)current->thread.kregs->u_regs[UREG_FP]; in sunos_msgsys()
Dsignal.c74 struct sparc_stackf ss;
84 struct sparc_stackf ss;
/linux-2.4.37.9/include/asm-sparc/
Dptrace.h49 struct sparc_stackf { struct
52 struct sparc_stackf *fp; argument
60 #define STACKFRAME_SZ sizeof(struct sparc_stackf) argument
/linux-2.4.37.9/include/asm-sparc64/
Dptrace.h62 struct sparc_stackf { struct
65 struct sparc_stackf *fp; argument
91 #define STACKFRAME_SZ sizeof(struct sparc_stackf) argument
/linux-2.4.37.9/arch/sparc64/kernel/
Dprocess.c230 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()
Dsignal.c265 struct sparc_stackf ss;