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

  /src/sys/arch/vax/include/
trap.h 99 long tf_trap; /* Type of trap */ member in struct:trapframe
  /src/sys/arch/vax/vax/
trap.c 91 u_int sig = 0, type = tf->tf_trap, code = 0;
116 if(tf->tf_trap==7) goto fram;
118 tf->tf_trap, tf->tf_code, tf->tf_pc, tf->tf_psl);
128 (u_int)tf->tf_trap, (u_int)tf->tf_code,
184 tf->tf_trap, tf->tf_code, tf->tf_pc, tf->tf_psl);
211 if (tf->tf_trap & T_WRITE)
338 p->p_pid, l->l_lid, p->p_comm, sig, tf->tf_trap,
342 ksi.ksi_trap = tf->tf_trap;
db_machdep.c 153 switch (tf->tf_trap) {
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,

Completed in 12 milliseconds