Home | History | Annotate | Download | only in vax

Lines Matching defs:tf

126 	struct trapframe * const tf = l->l_md.md_utf;
152 tf->tf_fp = ksc.sc_fp;
153 tf->tf_ap = ksc.sc_ap;
154 tf->tf_pc = ksc.sc_pc;
155 tf->tf_sp = ksc.sc_sp;
156 tf->tf_psl = ksc.sc_ps;
162 int vers, struct lwp *l, struct trapframe *tf, vaddr_t sp, int onstack,
170 sigctx.sc_pc = tf->tf_pc;
171 sigctx.sc_ps = tf->tf_psl;
172 sigctx.sc_ap = tf->tf_ap;
173 sigctx.sc_fp = tf->tf_fp;
174 sigctx.sc_sp = tf->tf_sp;