Searched refs:tf_tnpc (Results 1 – 8 of 8) sorted by relevance
54 uint64_t tf_tnpc; member65 tf->tf_tpc = tf->tf_tnpc; \66 tf->tf_tnpc += 4; \
46 kdb_frame->tf_tpc = kdb_frame->tf_tnpc + 4; \47 kdb_frame->tf_tnpc += 8; \
372 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()
692 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()
165 td->td_frame->tf_tnpc -= 4; in cpu_set_syscall_retval()215 tf->tf_tnpc = tf->tf_tpc + 4; in cpu_set_upcall()
75 { "tnpc", DB_OFFSET(tf_tnpc), db_frame },
238 ASSYM(TF_TNPC, offsetof(struct trapframe, tf_tnpc));
154 ofs = offsetof(struct trapframe, tf_tnpc); in kgdb_trgt_trapframe_prev_register()