Searched refs:uc_regs (Results 1 – 4 of 4) sorted by relevance
730 (Addr)&ucp->uc_regs, in VG_()731 sizeof(ucp->uc_regs) + sizeof(ucp->uc_sigmask) ); in VG_()732 ucp->uc_regs = &ucp->uc_mcontext; in VG_()735 (Addr)&ucp->uc_regs, in VG_()736 sizeof(ucp->uc_regs) + sizeof(ucp->uc_sigmask) ); in VG_()
337 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_regs->mc_gregs[VKI_PT_NIP])338 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_regs->mc_gregs[VKI_PT_R1])342 (uc)->uc_regs->mc_gregs[VKI_PT_R3], \343 (((uc)->uc_regs->mc_gregs[VKI_PT_CCR] >> 28) & 1) \346 { (srP)->r_pc = (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_NIP]); \347 (srP)->r_sp = (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_R1]); \348 (srP)->misc.PPC32.r_lr = (uc)->uc_regs->mc_gregs[VKI_PT_LNK]; \
28 pc_fields="$pc_fields uc_mcontext.uc_regs->gregs[[PT_NIP]]" # Linux (ppc)
758 struct vki_mcontext __user *uc_regs; /* points to uc_mcontext field */ member