Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/thread/
Dpthread_cancel.c53 uintptr_t pc = uc->uc_mcontext.MC_PC; in cancel_handler()
61 uc->uc_mcontext.MC_PC = (uintptr_t)__cp_cancel; in cancel_handler()
/third_party/musl/src/thread/
Dpthread_cancel.c54 uintptr_t pc = uc->uc_mcontext.MC_PC; in cancel_handler()
68 uc->uc_mcontext.MC_PC = (uintptr_t)__cp_cancel; in cancel_handler()
/third_party/musl/arch/s390x/
Dpthread_arch.h12 #define MC_PC psw.addr macro
/third_party/musl/arch/x86_64/
Dpthread_arch.h8 #define MC_PC gregs[REG_RIP] macro
/third_party/musl/arch/i386/
Dpthread_arch.h8 #define MC_PC gregs[REG_EIP] macro
/third_party/musl/arch/microblaze/
Dpthread_arch.h8 #define MC_PC regs.pc macro
/third_party/musl/arch/m68k/
Dpthread_arch.h12 #define MC_PC gregs[R_PC] macro
/third_party/musl/arch/aarch64/
Dpthread_arch.h11 #define MC_PC pc macro
/third_party/musl/arch/x32/
Dpthread_arch.h8 #define MC_PC gregs[REG_RIP] macro
/third_party/musl/arch/riscv64/
Dpthread_arch.h13 #define MC_PC __gregs[0] macro
/third_party/musl/arch/powerpc64/
Dpthread_arch.h16 #define MC_PC gp_regs[32] macro
/third_party/musl/arch/powerpc/
Dpthread_arch.h16 #define MC_PC gregs[32] macro
/third_party/musl/arch/mips/
Dpthread_arch.h18 #define MC_PC pc macro
/third_party/musl/arch/sh/
Dpthread_arch.h11 #define MC_PC pc macro
/third_party/musl/arch/or1k/
Dpthread_arch.h16 #define MC_PC regs.pc macro
/third_party/musl/arch/mips64/
Dpthread_arch.h19 #define MC_PC pc macro
/third_party/musl/arch/mipsn32/
Dpthread_arch.h19 #define MC_PC pc macro
/third_party/musl/porting/liteos_a/user/arch/arm/
Dpthread_arch.h34 #define MC_PC arm_pc macro
/third_party/musl/arch/arm/
Dpthread_arch.h35 #define MC_PC arm_pc macro
/third_party/musl/porting/liteos_m/user/arch/arm/
Dpthread_arch.h37 #define MC_PC arm_pc macro