Searched refs:tf_code (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dsyscall.c82 syscallnames[tf->tf_code], tf->tf_pc, tf->tf_psl,tf->tf_sp,
91 if ((unsigned long) tf->tf_code >= emul->e_nsysent)
94 callp += tf->tf_code;
117 || (error = trace_enter(tf->tf_code, args, callp->sy_narg)) == 0) {
122 "tf %p\n", syscallnames[tf->tf_code], tf->tf_pc, tf->tf_psl,
137 tf->tf_pc -= (tf->tf_code > 63 ? 4 : 2);
148 trace_exit(tf->tf_code, rval, error);
H A Dtrap.c126 tf->tf_trap, tf->tf_code, tf->tf_pc, tf->tf_psl);
136 (u_int)tf->tf_trap, (u_int)tf->tf_code,
163 if (tf->tf_code < 0) { /* Check for kernel space */
179 if (tf->tf_code == CASMAGIC
192 tf->tf_trap, tf->tf_code, tf->tf_pc, tf->tf_psl);
197 tf->tf_pc, tf->tf_code);
209 addr = trunc_page(tf->tf_code);
210 if (!usermode && (tf->tf_code < 0)) {
225 l->l_savp->savp_faultaddr = (vaddr_t)tf->tf_code;
252 tf->tf_pc, tf->tf_code);
[all...]
H A Ddb_machdep.c181 kdbprinttrap(tf->tf_trap, tf->tf_code);
206 db_trap(tf->tf_trap, tf->tf_code);
350 tf, tf->tf_trap, tf->tf_code,
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dtrap.h100 long tf_code; /* Trap specific code */ member in struct:trapframe

Completed in 105 milliseconds