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_ppc32.h 170 /* 1156 */ UInt guest_LR; // Link Register
libvex_guest_ppc64.h 208 /* 1288 */ ULong 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 476 vex_state->guest_LR = 0;
643 vex_state->guest_LR = 0;
722 Int lr_min = offsetof(VexGuestPPC32State, guest_LR);
760 Int lr_min = offsetof(VexGuestPPC64State, guest_LR);
guest_s390_helpers.c 159 Int lr_min = S390X_GUEST_OFFSET(guest_LR);
    [all...]
guest_ppc_toIR.c 272 #define OFFB_LR offsetofPPCGuestState(guest_LR)
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 294 regs->link = arch->vex.guest_LR;
315 regs->link = arch->vex.guest_LR;
336 regs->link = arch->vex.guest_LR;
  /external/valgrind/coregrind/
m_machine.c 82 = VG_(threads)[tid].arch.vex.guest_LR;
87 = VG_(threads)[tid].arch.vex.guest_LR;
110 = VG_(threads)[tid].arch.vex.guest_LR;
255 (*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 266 case 67: VG_(transfer) (&ppc64->guest_LR, buf, dir, size, mod); break;

Completed in 164 milliseconds