Searched refs:tf_in (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/sparc64/sparc64/
H A Dcore_machdep.c131 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[
[all...]
H A Ddb_trace.c425 (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]);
H A Dtrap.c418 (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[
[all...]
H A Ddb_interface.c257 DDB_REGS->db_fr.fr_arg[i] = tf->tf_in[i];
H A Dlocore.s3982 std %i0, [%sp + CCFSZ + 48] ! tf.tf_in[0..1]
/netbsd-current/sys/arch/sparc64/include/
H A Dreg.h114 int64_t tf_in[8]; /* in registers in trap's caller (for debug) */ member in struct:trapframe64
/netbsd-current/sys/arch/sparc/sparc/
H A Dlocore.s2239 std %i0, [%sp + CCFSZ + 48] ! tf.tf_in[0..1]

Completed in 285 milliseconds