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

  /src/sys/arch/sparc64/sparc64/
core_machdep.c 131 md_core.md_tf.tf_in[0] = l->l_md.md_tf->tf_in[0];
132 md_core.md_tf.tf_in[1] = l->l_md.md_tf->tf_in[1];
133 md_core.md_tf.tf_in[2] = l->l_md.md_tf->tf_in[2];
134 md_core.md_tf.tf_in[3] = l->l_md.md_tf->tf_in[3];
135 md_core.md_tf.tf_in[4] = l->l_md.md_tf->tf_in[4]
    [all...]
db_trace.c 425 (unsigned long long)tf->tf_in[0],
426 (unsigned long long)tf->tf_in[1],
427 (unsigned long long)tf->tf_in[2],
428 (unsigned long long)tf->tf_in[3]);
430 (unsigned long long)tf->tf_in[4],
431 (unsigned long long)tf->tf_in[5],
432 (unsigned long long)tf->tf_in[6],
433 (unsigned long long)tf->tf_in[7]);
trap.c 418 (u_int)(tf->tf_in[0]>>32), (u_int)tf->tf_in[0],
419 (u_int)(tf->tf_in[1]>>32), (u_int)tf->tf_in[1],
420 (u_int)(tf->tf_in[2]>>32), (u_int)tf->tf_in[2],
421 (u_int)(tf->tf_in[3]>>32), (u_int)tf->tf_in[3]);
423 (u_int)(tf->tf_in[4]>>32), (u_int)tf->tf_in[4]
    [all...]
db_interface.c 257 DDB_REGS->db_fr.fr_arg[i] = tf->tf_in[i];
locore.s 3982 std %i0, [%sp + CCFSZ + 48] ! tf.tf_in[0..1]
  /src/sys/arch/sparc64/include/
reg.h 114 int64_t tf_in[8]; /* in registers in trap's caller (for debug) */ member in struct:trapframe64
  /src/sys/arch/sparc/sparc/
locore.s 2239 std %i0, [%sp + CCFSZ + 48] ! tf.tf_in[0..1]

Completed in 22 milliseconds