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

  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-linux.c 145 # define DO(gpr) mc->mc_gregs[VKI_PT_R0+gpr] = tst->arch.vex.guest_GPR##gpr
152 mc->mc_gregs[VKI_PT_NIP] = tst->arch.vex.guest_CIA;
153 mc->mc_gregs[VKI_PT_MSR] = 0xf032; /* pretty arbitrary */
154 mc->mc_gregs[VKI_PT_ORIG_R3] = tst->arch.vex.guest_GPR3;
155 mc->mc_gregs[VKI_PT_CTR] = tst->arch.vex.guest_CTR;
156 mc->mc_gregs[VKI_PT_LNK] = tst->arch.vex.guest_LR;
157 mc->mc_gregs[VKI_PT_XER] = LibVEX_GuestPPC32_get_XER(&tst->arch.vex);
158 mc->mc_gregs[VKI_PT_CCR] = LibVEX_GuestPPC32_get_CR(&tst->arch.vex);
159 mc->mc_gregs[VKI_PT_MQ] = 0;
160 mc->mc_gregs[VKI_PT_TRAP] = 0
    [all...]
  /external/valgrind/main/coregrind/
m_signals.c 318 same as the mc_gregs field of the mcontext. In fact the integer
329 uc->uc_regs->mc_gregs[PT_MSR], otherwise it clears it. That bit
332 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_regs->mc_gregs[VKI_PT_NIP])
333 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_regs->mc_gregs[VKI_PT_R1])
337 (uc)->uc_regs->mc_gregs[VKI_PT_R3], \
338 (((uc)->uc_regs->mc_gregs[VKI_PT_CCR] >> 28) & 1) \
341 { (srP)->r_pc = (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_NIP]); \
342 (srP)->r_sp = (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_R1]); \
343 (srP)->misc.PPC32.r_lr = (uc)->uc_regs->mc_gregs[VKI_PT_LNK]; \
    [all...]
  /external/valgrind/main/include/vki/
vki-ppc32-linux.h 735 vki_elf_gregset_t mc_gregs; member in struct:vki_mcontext
    [all...]

Completed in 29 milliseconds