HomeSort by relevance Sort by last modified time
    Searched refs:uc_regs (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-linux.c 730 (Addr)&ucp->uc_regs,
731 sizeof(ucp->uc_regs) + sizeof(ucp->uc_sigmask) );
732 ucp->uc_regs = &ucp->uc_mcontext;
735 (Addr)&ucp->uc_regs,
736 sizeof(ucp->uc_regs) + sizeof(ucp->uc_sigmask) );
    [all...]
  /external/valgrind/main/coregrind/
m_signals.c 322 uc_regs of the 2.6 struct ucontext, and a struct pt_regs is the
327 provided that you go via uc->uc_regs rather than looking in
334 uc->uc_regs->mc_gregs[PT_MSR], otherwise it clears it. That bit
336 whether uc->uc_regs->mc_vregs is valid. */
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]);
    [all...]
  /external/valgrind/main/include/vki/
vki-ppc32-linux.h 758 struct vki_mcontext __user *uc_regs; /* points to uc_mcontext field */ member in struct:vki_ucontext
    [all...]

Completed in 4696 milliseconds