Searched refs:tf_ap (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dtrap.h85 long tf_ap; /* Argument pointer on user stack */ member in struct:trapframe
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dcompat_16_machdep.c149 tf->tf_ap = ksc.sc_ap;
184 sigctx.sc_ap = tf->tf_ap;
H A Dcompat_13_machdep.c154 tf->tf_ap = ksc.sc_ap;
173 sigctx.sc_ap = tf->tf_ap;
H A Ddb_machdep.c168 ddb_regs.tf_ap = pf->ca_ap;
283 {"ap", &ddb_regs.tf_ap, FCN_NULL},
429 db_dump_stack((VAX_CALLFRAME *)(ddb_regs.tf_fp), ddb_regs.tf_ap, pr);
431 db_dump_stack((VAX_CALLFRAME *)(ddb_regs.tf_sp), ddb_regs.tf_ap, pr);
H A Dmachdep.c468 regs->ap = tf->tf_ap;
482 tf->tf_ap = regs->ap;
665 tf->tf_ap = (uintptr_t) sp + 20;
690 gr[_REG_AP] = tf->tf_ap;
737 tf->tf_ap = gr[_REG_AP];
H A Dsig_machdep.c229 tf->tf_ap = sp;
H A Dsyscall.c100 error = copyin((char*)tf->tf_ap + 4, args, callp->sy_argsize);
H A Dtrap.c250 tf->tf_ap, tf->tf_fp, tf->tf_sp, tf->tf_pc);

Completed in 264 milliseconds