Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis-7/
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],
/OK3568_Linux_fs/yocto/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],
/OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/
H A Dptrace_32.h23 #define REG_PC 16 macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dptrace.h21 #define REG_PC 0x0020 macro
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dptrace.h27 #define REG_PC 16 macro
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dptrace.h56 #define REG_PC 0x14000000 macro
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dptrace.c72 REG_R0 = 0, REG_F0 = 32, REG_FPCR = 63, REG_PC = 64 enumerator
184 pc = get_reg(child, REG_PC); in ptrace_set_bpt()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dptrace.c288 case REG_PC: in ptrace_peekusr()
351 case REG_PC: in ptrace_pokeusr()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/
H A Dabseil-ppc-fixes.patch67 return reinterpret_cast<void*>(context->uc_mcontext.__gregs[REG_PC]);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/
H A Dabseil-ppc-fixes.patch67 return reinterpret_cast<void*>(context->uc_mcontext.__gregs[REG_PC]);
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dptrace.c33 #define REG_PC 15 macro