Searched refs:tf_fp (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dcompat_16_machdep.c148 tf->tf_fp = ksc.sc_fp;
185 sigctx.sc_fp = tf->tf_fp;
201 tf->tf_fp = handler;
H A Dcompat_13_machdep.c153 tf->tf_fp = ksc.sc_fp;
174 sigctx.sc_fp = tf->tf_fp;
H A Ddb_machdep.c163 df = (void *)tf->tf_fp; /* start of debug's calls */
166 ddb_regs.tf_fp = pf->ca_fp;
284 {"fp", &ddb_regs.tf_fp, FCN_NULL},
429 db_dump_stack((VAX_CALLFRAME *)(ddb_regs.tf_fp), ddb_regs.tf_ap, pr);
H A Dmachdep.c469 regs->fp = tf->tf_fp;
483 tf->tf_fp = regs->fp;
667 tf->tf_fp = (long) sp;
691 gr[_REG_FP] = tf->tf_fp;
738 tf->tf_fp = gr[_REG_FP];
H A Dsig_machdep.c182 tf->tf_fp = handler;
H A Dtrap.c143 (u_int)tf->tf_fp, (u_int)tf->tf_psl);
250 tf->tf_ap, tf->tf_fp, tf->tf_sp, tf->tf_pc);
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dtrap.h84 long tf_fp; /* Stack frame pointer */ member in struct:trapframe

Completed in 114 milliseconds