Home
last modified time | relevance | path

Searched refs:REG_PC (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/linux-user/include/host/riscv/
H A Dhost-signal.h19 return uc->uc_mcontext.__gregs[REG_PC]; in host_signal_pc()
24 uc->uc_mcontext.__gregs[REG_PC] = pc; in host_signal_set_pc()
/openbmc/qemu/tests/avocado/
H A Dreverse_debugging.py83 return self.get_reg(g, self.REG_PC)
202 REG_PC = 0x10 variable in ReverseDebugging_X86_64
205 return self.get_reg_le(g, self.REG_PC) \
224 REG_PC = 32 variable in ReverseDebugging_AArch64
249 REG_PC = 0x40 variable in ReverseDebugging_ppc64
/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11_cpdt.c218 if (REG_PC == getRn(opcode)) { in PerformLDF()
266 if (REG_PC == getRn(opcode)) { in PerformSTF()
312 if (REG_PC == getRn(opcode)) { in PerformLFM()
348 if (REG_PC == getRn(opcode)) { in PerformSFM()
H A Dfpmodule.h17 #define REG_PC 15 macro
H A Dfpmodule.inl33 if (REG_PC == nReg)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A D0006-Define-correct-gregs-for-RISCV32.patch25 + return (void*) uc->uc_mcontext.__gregs[REG_PC];
46 + (unsigned long) uc->uc_mcontext.__gregs[REG_PC],
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.4/
H A D0006-Define-correct-gregs-for-RISCV32.patch26 + return (void*) uc->uc_mcontext.__gregs[REG_PC];
47 + (unsigned long) uc->uc_mcontext.__gregs[REG_PC],
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dptrace_32.h23 #define REG_PC 16 macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dptrace.h21 #define REG_PC 0x0020 macro
/openbmc/u-boot/arch/sh/include/asm/
H A Dptrace.h27 #define REG_PC 16 macro
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dptrace.h55 #define REG_PC 0x14000000 macro
/openbmc/qemu/tests/tcg/riscv64/
H A Dnoexec.c5 return (void *)ctx->__gregs[REG_PC]; in arch_mcontext_pc()
/openbmc/linux/arch/alpha/kernel/
H A Dptrace.c71 REG_R0 = 0, REG_F0 = 32, REG_FPCR = 63, REG_PC = 64 enumerator
185 pc = get_reg(child, REG_PC); in ptrace_set_bpt()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/
H A Dabseil-ppc-fixes.patch69 return reinterpret_cast<void*>(context->uc_mcontext.__gregs[REG_PC]);
/openbmc/linux/arch/xtensa/kernel/
H A Dptrace.c286 case REG_PC: in ptrace_peekusr()
349 case REG_PC: in ptrace_pokeusr()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/
H A Dabseil-ppc-fixes.patch84 return reinterpret_cast<void*>(context->uc_mcontext.__gregs[REG_PC]);
/openbmc/linux/arch/arm/kernel/
H A Dptrace.c33 #define REG_PC 15 macro
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def204 warn("aligning misaligned vector. PC=%08x EA=%08x",thread->Regs[REG_PC],(EA));
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def425 (READ_RREG(REG_PC)), /* behavior */
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc2118 uc->uc_mcontext.__gregs[REG_PC] += 4;