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

  /external/valgrind/VEX/pub/
libvex_guest_s390x.h 169 #define guest_LR guest_r14 /* Link register */
libvex_guest_ppc64.h 208 /* 1288 */ ULong guest_LR; // Link Register
libvex_guest_ppc32.h 170 /* 1156 */ UInt guest_LR; // Link Register
  /external/valgrind/coregrind/m_sigframe/
sigframe-ppc64-linux.c 120 do { tst->arch.vex.guest_LR = (zzval); \
122 offsetof(VexGuestPPC64State,guest_LR), \
219 frame->uc.uc_mcontext.gp_regs[VKI_PT_LNK] = tst->arch.vex.guest_LR;
336 tst->arch.vex.guest_LR = frame->uc.uc_mcontext.gp_regs[VKI_PT_LNK];
sigframe-ppc32-linux.c 122 do { tst->arch.vex.guest_LR = (zzval); \
124 offsetof(VexGuestPPC32State,guest_LR), \
156 mc->mc_gregs[VKI_PT_LNK] = tst->arch.vex.guest_LR;
893 tst->arch.vex.guest_LR = mc->mc_gregs[VKI_PT_LNK];
  /external/valgrind/VEX/priv/
guest_ppc_helpers.c 699 vex_state->guest_LR = 0;
869 vex_state->guest_LR = 0;
948 Int lr_min = offsetof(VexGuestPPC32State, guest_LR);
986 Int lr_min = offsetof(VexGuestPPC64State, guest_LR);
    [all...]
guest_s390_helpers.c 159 Int lr_min = S390X_GUEST_OFFSET(guest_LR);
    [all...]
guest_ppc_toIR.c 275 #define OFFB_LR offsetofPPCGuestState(guest_LR)
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 314 regs->link = arch->vex.guest_LR;
335 regs->link = arch->vex.guest_LR;
356 regs->link = arch->vex.guest_LR;
  /external/valgrind/coregrind/
m_machine.c 83 = VG_(threads)[tid].arch.vex.guest_LR;
88 = VG_(threads)[tid].arch.vex.guest_LR;
111 = VG_(threads)[tid].arch.vex.guest_LR;
249 (*f)(tid, "LR" , vex->guest_LR );
    [all...]
m_translate.c     [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-ppc32.c 269 case 67: VG_(transfer) (&ppc32->guest_LR, buf, dir, size, mod); break;
valgrind-low-ppc64.c 377 case 67: VG_(transfer) (&ppc64->guest_LR, buf, dir, size, mod); break;

Completed in 1972 milliseconds