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

  /src/sys/arch/sh3/include/
frame.h 92 int tf_mach; member in struct:trapframe
  /src/sys/arch/sh3/sh3/
kgdb_machdep.c 210 gdb_regs[20] = regs->tf_mach;
243 regs->tf_mach = gdb_regs[20];
process_machdep.c 121 regs->r_mach = tf->tf_mach;
162 tf->tf_mach = regs->r_mach;
270 regs->r_mach = tf->tf_mach;
312 tf->tf_mach = regs->r_mach;
sh3_machdep.c 409 gr[_REG_MACH] = tf->tf_mach;
470 tf->tf_mach = gr[_REG_MACH];
529 tf->tf_mach = 0;
db_trace.c 76 { "mach", (long *)&ddb_regs.tf_mach, FCN_NULL },

Completed in 84 milliseconds