Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/
H A Dfasttrap_isa.c268 uintptr_t new_pc) in fasttrap_return_common() argument
341 uintptr_t new_pc = 0; in fasttrap_pid_probe() local
462 new_pc = rp->pc + 4; in fasttrap_pid_probe()
469 new_pc = rp->pc + 4; in fasttrap_pid_probe()
478 new_pc = tp->ftt_dest; in fasttrap_pid_probe()
486 new_pc = rp->ctr; in fasttrap_pid_probe()
488 new_pc = rp->lr; in fasttrap_pid_probe()
496 new_pc = pc; in fasttrap_pid_probe()
515 fasttrap_return_common(rp, pc, pid, new_pc); in fasttrap_pid_probe()
520 ASSERT(new_pc == curthread->t_dtrace_astpc); in fasttrap_pid_probe()
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c1211 new_pc = pc; in fasttrap_pid_probe()
1219 new_pc = dst; in fasttrap_pid_probe()
1357 new_pc = pc; in fasttrap_pid_probe()
1392 new_pc = pc; in fasttrap_pid_probe()
1403 new_pc = pc; in fasttrap_pid_probe()
1406 new_pc = value; in fasttrap_pid_probe()
1415 new_pc = pc; in fasttrap_pid_probe()
1422 new_pc = addr; in fasttrap_pid_probe()
1451 new_pc = pc; in fasttrap_pid_probe()
1480 new_pc = pc; in fasttrap_pid_probe()
[all …]
/freebsd/sys/arm/arm/
H A Dmachdep_ptrace.c220 arm_predict_branch(void *cookie, u_int insn, register_t pc, register_t *new_pc, in arm_predict_branch() argument
258 *new_pc = addr + offset; in arm_predict_branch()
267 *new_pc = (pc + 8 + addr); in arm_predict_branch()
273 *new_pc = addr; in arm_predict_branch()
276 *new_pc = fetch_reg(cookie, insn & 0xf); in arm_predict_branch()
289 *new_pc = addr; in arm_predict_branch()
314 *new_pc = addr; in arm_predict_branch()
H A Ddb_interface.c311 register_t new_pc; in branch_taken() local
314 ret = arm_predict_branch(NULL, insn, (register_t)pc, &new_pc, in branch_taken()
320 return (new_pc); in branch_taken()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h48 bool SetPC(lldb::addr_t new_pc);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp107 lldb::addr_t new_pc = ReadPC(&success); in EvaluateInstruction() local
111 if (new_pc == old_pc && !WritePC(old_pc + inst_size)) in EvaluateInstruction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp980 uint64_t old_pc = 0, new_pc = 0; in EvaluateInstruction() local
997 new_pc = in EvaluateInstruction()
1003 if (old_pc == new_pc) { in EvaluateInstruction()
1004 new_pc += 4; in EvaluateInstruction()
1007 new_pc)) in EvaluateInstruction()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp347 bool SBFrame::SetPC(addr_t new_pc) { in SetPC() argument
348 LLDB_INSTRUMENT_VA(this, new_pc); in SetPC()
361 ret_val = reg_ctx_sp->SetPC(new_pc); in SetPC()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1091 uint64_t old_pc = 0, new_pc = 0; in EvaluateInstruction() local
1108 new_pc = in EvaluateInstruction()
1114 if (old_pc == new_pc) { in EvaluateInstruction()
1115 new_pc += 4; in EvaluateInstruction()
1118 new_pc)) in EvaluateInstruction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1605 auto new_pc = ReadPC(); in EvaluateInstruction() local
1606 if (!new_pc) in EvaluateInstruction()
1610 return new_pc != old_pc || in EvaluateInstruction()
/freebsd/sys/dev/ice/
H A Dice_adminq_cmd.h1785 __le16 new_pc; member