Home
last modified time | relevance | path

Searched refs:new_pc (Results 1 – 12 of 12) 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
301 if ((new_pc - id->fti_probe->ftp_faddr) < id->fti_probe->ftp_fsize) in fasttrap_return_common()
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()
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c687 uintptr_t new_pc) in fasttrap_return_common() argument
721 new_pc - id->fti_probe->ftp_faddr < in fasttrap_return_common()
926 uintptr_t new_pc = 0; in fasttrap_pid_probe() local
1172 new_pc = rp->r_rip; in fasttrap_pid_probe()
1211 new_pc = pc; in fasttrap_pid_probe()
1219 new_pc = dst; in fasttrap_pid_probe()
1288 new_pc = tp->ftt_dest; in fasttrap_pid_probe()
1290 new_pc = pc + tp->ftt_size; in fasttrap_pid_probe()
1318 new_pc = tp->ftt_dest; in fasttrap_pid_probe()
1320 new_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/wpa/src/common/
H A Ddpp.c2095 struct crypto_ec_key *new_pc; in dpp_build_conf_resp() local
2102 new_pc = dpp_gen_keypair(auth->conf->net_access_key_curve); in dpp_build_conf_resp()
2103 if (!new_pc) { in dpp_build_conf_resp()
2107 pc = crypto_ec_key_get_pubkey_point(new_pc, 0); in dpp_build_conf_resp()
2109 crypto_ec_key_deinit(new_pc); in dpp_build_conf_resp()
2113 auth->own_protocol_key = new_pc; in dpp_build_conf_resp()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1620 auto new_pc = ReadPC(); in EvaluateInstruction() local
1621 if (!new_pc) in EvaluateInstruction()
1625 return new_pc != old_pc || in EvaluateInstruction()
/freebsd/sys/dev/ice/
H A Dice_adminq_cmd.h1829 __le16 new_pc;
1780 __le16 new_pc; global() member