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 324 uc_regs of the 2.6 struct ucontext, and a struct pt_regs is the
329 provided that you go via uc->uc_regs rather than looking in
336 uc->uc_regs->mc_gregs[PT_MSR], otherwise it clears it. That bit
338 whether uc->uc_regs->mc_vregs is valid. */
339 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_regs->mc_gregs[VKI_PT_NIP])
340 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_regs->mc_gregs[VKI_PT_R1])
344 (uc)->uc_regs->mc_gregs[VKI_PT_R3], \
345 (((uc)->uc_regs->mc_gregs[VKI_PT_CCR] >> 28) & 1) \
348 { (srP)->r_pc = (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_NIP]); \
349 (srP)->r_sp = (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_R1]);
    [all...]
  /external/valgrind/main/include/vki/
vki-ppc32-linux.h 746 struct vki_mcontext __user *uc_regs; /* points to uc_mcontext field */ member in struct:vki_ucontext
    [all...]

Completed in 30 milliseconds