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

  /external/valgrind/VEX/pub/
libvex_guest_ppc32.h 60 /* 12 */ UInt guest_GPR3;
libvex_guest_ppc64.h 98 /* 24 */ ULong guest_GPR3;
  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c 436 canonical->arg1 = gst->guest_GPR3;
448 canonical->arg1 = gst->guest_GPR3;
697 gst->guest_GPR3 = canonical->arg1;
707 gst->guest_GPR3 = canonical->arg1;
843 canonical->sres = VG_(mk_SysRes_ppc32_linux)( gst->guest_GPR3, cr0so );
850 canonical->sres = VG_(mk_SysRes_ppc64_linux)( gst->guest_GPR3, cr0so );
    [all...]
syswrap-ppc64-linux.c 435 ctst->arch.vex.guest_GPR3 = 0;
    [all...]
syswrap-ppc32-linux.c 285 ctst->arch.vex.guest_GPR3 = 0;
    [all...]
  /external/valgrind/coregrind/m_sigframe/
sigframe-ppc64-linux.c 216 frame->uc.uc_mcontext.gp_regs[VKI_PT_ORIG_R3] = tst->arch.vex.guest_GPR3;
sigframe-ppc32-linux.c 154 mc->mc_gregs[VKI_PT_ORIG_R3] = tst->arch.vex.guest_GPR3;
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 303 regs->orig_gpr3 = arch->vex.guest_GPR3;
324 regs->orig_gpr3 = arch->vex.guest_GPR3;
345 regs->orig_gpr3 = arch->vex.guest_GPR3;
  /external/valgrind/VEX/priv/
guest_ppc_helpers.c 375 vex_state->guest_GPR3 = 0;
540 vex_state->guest_GPR3 = 0;
guest_ppc_toIR.c     [all...]
  /external/valgrind/coregrind/
m_debugger.c 116 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_R3 * 4), (void*)vex->guest_GPR3);
171 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_R3 * 8), (void*)vex->guest_GPR3);
m_machine.c 225 (*f)(tid, "GPR3" , vex->guest_GPR3 );
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-ppc32.c 194 case 3: VG_(transfer) (&ppc32->guest_GPR3, buf, dir, size, mod); break;
valgrind-low-ppc64.c 191 case 3: VG_(transfer) (&ppc64->guest_GPR3, buf, dir, size, mod); break;
  /external/valgrind/coregrind/m_scheduler/
scheduler.c     [all...]

Completed in 225 milliseconds