HomeSort by: relevance | last modified time | path
    Searched refs:tf_code (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/vax/vax/
syscall.c 74 syscallnames[tf->tf_code], tf->tf_pc, tf->tf_psl,tf->tf_sp,
81 if ((unsigned long) tf->tf_code >= emul->e_nsysent)
84 callp += tf->tf_code;
99 error = sy_invoke(callp, curlwp, args, rval, tf->tf_code);
102 "tf %p\n", syscallnames[tf->tf_code], tf->tf_pc, tf->tf_psl,
117 tf->tf_pc -= (tf->tf_code > 63 ? 4 : 2);
trap.c 118 tf->tf_trap, tf->tf_code, tf->tf_pc, tf->tf_psl);
128 (u_int)tf->tf_trap, (u_int)tf->tf_code,
155 if (tf->tf_code < 0) { /* Check for kernel space */
171 if (tf->tf_code == CASMAGIC
184 tf->tf_trap, tf->tf_code, tf->tf_pc, tf->tf_psl);
189 tf->tf_pc, tf->tf_code);
201 addr = trunc_page(tf->tf_code);
202 if (!usermode && (tf->tf_code < 0)) {
239 tf->tf_pc, tf->tf_code);
301 switch (tf->tf_code) {
    [all...]
db_machdep.c 182 kdbprinttrap(tf->tf_trap, tf->tf_code);
207 db_trap(tf->tf_trap, tf->tf_code);
385 "psl=0x%lx\n", tf, tf->tf_trap, tf->tf_code,
  /src/sys/arch/vax/include/
trap.h 100 long tf_code; /* Trap specific code */ member in struct:trapframe

Completed in 42 milliseconds