Home
last modified time | relevance | path

Searched refs:new_pc (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
Dfasttrap_isa.c689 uintptr_t new_pc) in fasttrap_return_common() argument
723 new_pc - id->fti_probe->ftp_faddr < in fasttrap_return_common()
928 uintptr_t new_pc = 0; in fasttrap_pid_probe() local
1174 new_pc = rp->r_rip; in fasttrap_pid_probe()
1213 new_pc = pc; in fasttrap_pid_probe()
1221 new_pc = dst; in fasttrap_pid_probe()
1290 new_pc = tp->ftt_dest; in fasttrap_pid_probe()
1292 new_pc = pc + tp->ftt_size; in fasttrap_pid_probe()
1320 new_pc = tp->ftt_dest; in fasttrap_pid_probe()
1322 new_pc = pc + tp->ftt_size; in fasttrap_pid_probe()
[all …]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/
Dfasttrap_isa.c264 uintptr_t new_pc) in fasttrap_return_common() argument
297 if ((new_pc - id->fti_probe->ftp_faddr) < id->fti_probe->ftp_fsize) in fasttrap_return_common()
337 uintptr_t new_pc = 0; in fasttrap_pid_probe() local
458 new_pc = rp->pc + 4; in fasttrap_pid_probe()
465 new_pc = rp->pc + 4; in fasttrap_pid_probe()
474 new_pc = tp->ftt_dest; in fasttrap_pid_probe()
482 new_pc = rp->ctr; in fasttrap_pid_probe()
484 new_pc = rp->lr; in fasttrap_pid_probe()
507 fasttrap_return_common(rp, pc, pid, new_pc); in fasttrap_pid_probe()
512 ASSERT(new_pc == curthread->t_dtrace_astpc); in fasttrap_pid_probe()
[all …]
/freebsd-12-stable/contrib/gdb/gdb/
Dobjc-lang.c1589 static int resolve_msgsend (CORE_ADDR pc, CORE_ADDR *new_pc);
1590 static int resolve_msgsend_stret (CORE_ADDR pc, CORE_ADDR *new_pc);
1591 static int resolve_msgsend_super (CORE_ADDR pc, CORE_ADDR *new_pc);
1592 static int resolve_msgsend_super_stret (CORE_ADDR pc, CORE_ADDR *new_pc);
1656 CORE_ADDR *new_pc; member
1665 if (s->f (s->pc, s->new_pc) == 0) in find_objc_msgcall_submethod_helper()
1674 CORE_ADDR *new_pc) in find_objc_msgcall_submethod() argument
1680 s.new_pc = new_pc; in find_objc_msgcall_submethod()
1692 find_objc_msgcall (CORE_ADDR pc, CORE_ADDR *new_pc) in find_objc_msgcall() argument
1697 if (new_pc != NULL) in find_objc_msgcall()
[all …]
Dobjc-lang.h46 extern int find_objc_msgcall (CORE_ADDR pc, CORE_ADDR *new_pc);
Dia64-tdep.c607 ia64_write_pc (CORE_ADDR new_pc, ptid_t ptid) in ia64_write_pc() argument
609 int slot_num = (int) (new_pc & 0xf) / SLOT_MULTIPLIER; in ia64_write_pc()
614 new_pc &= ~0xfLL; in ia64_write_pc()
617 write_register_pid (IA64_IP_REGNUM, new_pc, ptid); in ia64_write_pc()
/freebsd-12-stable/sys/arm/arm/
Dmachdep_ptrace.c223 arm_predict_branch(void *cookie, u_int insn, register_t pc, register_t *new_pc, in arm_predict_branch() argument
263 *new_pc = addr + offset; in arm_predict_branch()
273 *new_pc = (pc + 8 + addr); in arm_predict_branch()
279 *new_pc = addr; in arm_predict_branch()
282 *new_pc = fetch_reg(cookie, insn & 0xf); in arm_predict_branch()
295 *new_pc = addr; in arm_predict_branch()
320 *new_pc = addr; in arm_predict_branch()
Ddb_interface.c320 register_t new_pc; in branch_taken() local
323 ret = arm_predict_branch(NULL, insn, (register_t)pc, &new_pc, in branch_taken()
329 return (new_pc); in branch_taken()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBFrame.h39 bool SetPC(lldb::addr_t new_pc);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.cpp994 uint64_t old_pc = 0, new_pc = 0; in EvaluateInstruction() local
1011 new_pc = in EvaluateInstruction()
1017 if (old_pc == new_pc) { in EvaluateInstruction()
1018 new_pc += 4; in EvaluateInstruction()
1021 new_pc)) in EvaluateInstruction()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBFrame.i81 SetPC (lldb::addr_t new_pc);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.cpp1102 uint64_t old_pc = 0, new_pc = 0; in EvaluateInstruction() local
1119 new_pc = in EvaluateInstruction()
1125 if (old_pc == new_pc) { in EvaluateInstruction()
1126 new_pc += 4; in EvaluateInstruction()
1129 new_pc)) in EvaluateInstruction()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBFrame.cpp350 bool SBFrame::SetPC(addr_t new_pc) { in SetPC() argument
351 LLDB_RECORD_METHOD(bool, SBFrame, SetPC, (lldb::addr_t), new_pc); in SetPC()
364 ret_val = reg_ctx_sp->SetPC(new_pc); in SetPC()
/freebsd-12-stable/sys/dev/ice/
Dice_adminq_cmd.h1698 __le16 new_pc; member