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

  /external/valgrind/main/VEX/pub/
libvex_guest_s390x.h 169 #define guest_LR guest_r14 /* Link register */
libvex_guest_ppc32.h 170 /* 1156 */ UInt guest_LR; // Link Register
libvex_guest_ppc64.h 208 /* 1288 */ ULong guest_LR; // Link Register
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc64-linux.c 121 do { tst->arch.vex.guest_LR = (zzval); \
123 offsetof(VexGuestPPC64State,guest_LR), \
258 frame->uc.uc_mcontext.gp_regs[VKI_PT_LNK] = tst->arch.vex.guest_LR;
371 tst->arch.vex.guest_LR = frame->uc.uc_mcontext.gp_regs[VKI_PT_LNK];
sigframe-ppc32-linux.c 123 do { tst->arch.vex.guest_LR = (zzval); \
125 offsetof(VexGuestPPC32State,guest_LR), \
157 mc->mc_gregs[VKI_PT_LNK] = tst->arch.vex.guest_LR;
935 tst->arch.vex.guest_LR = mc->mc_gregs[VKI_PT_LNK];
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_helpers.c 465 vex_state->guest_LR = 0;
630 vex_state->guest_LR = 0;
706 Int lr_min = offsetof(VexGuestPPC32State, guest_LR);
743 Int lr_min = offsetof(VexGuestPPC64State, guest_LR);
guest_s390_helpers.c 157 Int lr_min = S390X_GUEST_OFFSET(guest_LR);
    [all...]
guest_ppc_toIR.c 226 #define OFFB_LR offsetofPPCGuestState(guest_LR)
    [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 304 regs->link = arch->vex.guest_LR;
325 regs->link = arch->vex.guest_LR;
  /external/valgrind/main/coregrind/
m_debugger.c 149 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_LNK * 4), (void*)vex->guest_LR);
204 rc |= VG_(ptrace)(VKI_PTRACE_POKEUSR, pid, (void*)(VKI_PT_LNK * 8), (void*)vex->guest_LR);
m_machine.c 83 = VG_(threads)[tid].arch.vex.guest_LR;
88 = VG_(threads)[tid].arch.vex.guest_LR;
249 (*f)(tid, "LR" , vex->guest_LR );
    [all...]
m_translate.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-ppc32.c 270 case 67: VG_(transfer) (&ppc32->guest_LR, buf, dir, size, mod); break;
valgrind-low-ppc64.c 267 case 67: VG_(transfer) (&ppc64->guest_LR, buf, dir, size, mod); break;

Completed in 2680 milliseconds