Home
last modified time | relevance | path

Searched refs:tf_tnpc (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/sparc64/include/
Dframe.h54 uint64_t tf_tnpc; member
65 tf->tf_tpc = tf->tf_tnpc; \
66 tf->tf_tnpc += 4; \
Ddb_machdep.h46 kdb_frame->tf_tpc = kdb_frame->tf_tnpc + 4; \
47 kdb_frame->tf_tnpc += 8; \
/freebsd-12-stable/sys/sparc64/sparc64/
Dtrap.c372 tf->tf_tnpc = tf->tf_tpc + 4; in trap()
379 tf->tf_tnpc = tf->tf_tpc + 4; in trap()
398 tf->tf_tnpc = tf->tf_tpc + 4; in trap()
503 tf->tf_tnpc = tf->tf_tpc + 4; in trap_pfault()
523 tf->tf_tnpc = tf->tf_tpc + 4; in trap_pfault()
529 tf->tf_tnpc = tf->tf_tpc + 4; in trap_pfault()
Dmachdep.c692 tf->tf_tnpc = tf->tf_tpc + 4; in sendsig()
795 mc->_mc_tnpc = tf->tf_tnpc; in get_mcontext()
849 tf->tf_tnpc = mc->_mc_tnpc; in set_mcontext()
960 td->td_frame->tf_tnpc = addr + 4; in ptrace_set_pc()
1004 tf->tf_tnpc = imgp->entry_addr + 4; in exec_setregs()
Dvm_machdep.c165 td->td_frame->tf_tnpc -= 4; in cpu_set_syscall_retval()
215 tf->tf_tnpc = tf->tf_tpc + 4; in cpu_set_upcall()
Ddb_trace.c75 { "tnpc", DB_OFFSET(tf_tnpc), db_frame },
Dgenassym.c238 ASSYM(TF_TNPC, offsetof(struct trapframe, tf_tnpc));
/freebsd-12-stable/gnu/usr.bin/gdb/kgdb/
Dtrgt_sparc64.c154 ofs = offsetof(struct trapframe, tf_tnpc); in kgdb_trgt_trapframe_prev_register()