Searched refs:vex_shadow1 (Results 1 - 20 of 20) sorted by relevance

/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-arm-linux.c69 VexGuestARMState vex_shadow1; member in struct:vg_sig_private
194 priv->vex_shadow1 = tst->arch.vex_shadow1;
333 tst->arch.vex_shadow1 = priv->vex_shadow1;
H A Dsigframe-ppc64-linux.c104 VexGuestPPC64State vex_shadow1; member in struct:vg_sig_private
311 priv->vex_shadow1 = tst->arch.vex_shadow1;
376 tst->arch.vex_shadow1 = priv->vex_shadow1;
H A Dsigframe-amd64-linux.c99 VexGuestAMD64State vex_shadow1; member in struct:vg_sigframe
429 frame->vex_shadow1 = tst->arch.vex_shadow1;
556 tst->arch.vex_shadow1 = frame->vex_shadow1;
H A Dsigframe-ppc32-linux.c100 VexGuestPPC32State vex_shadow1; member in struct:vg_sig_private
768 priv->vex_shadow1 = tst->arch.vex_shadow1;
939 tst->arch.vex_shadow1 = priv->vex_shadow1;
H A Dsigframe-x86-linux.c105 VexGuestX86State vex_shadow1; member in struct:vg_sigframe
449 frame->vex_shadow1 = tst->arch.vex_shadow1;
640 tst->arch.vex_shadow1 = frame->vex_shadow1;
H A Dsigframe-amd64-darwin.c146 frame->gshadow1 = tst->arch.vex_shadow1;
216 tst->arch.vex_shadow1 = frame->gshadow1;
H A Dsigframe-x86-darwin.c149 frame->gshadow1 = tst->arch.vex_shadow1;
216 tst->arch.vex_shadow1 = frame->gshadow1;
H A Dsigframe-s390x-linux.c102 VexGuestS390XState vex_shadow1; member in struct:vg_sigframe
314 frame->vex_shadow1 = tst->arch.vex_shadow1;
504 tst->arch.vex_shadow1 = frame->vex_shadow1;
/external/valgrind/main/coregrind/
H A Dpub_core_threadstate.h113 VexGuestArchState vex_shadow1 __attribute__((aligned(16))); member in struct:__anon12449
H A Dm_machine.c119 VG_(threads)[tid].arch.vex_shadow1.guest_EAX = s1res;
122 VG_(threads)[tid].arch.vex_shadow1.guest_RAX = s1res;
125 VG_(threads)[tid].arch.vex_shadow1.guest_GPR3 = s1res;
128 VG_(threads)[tid].arch.vex_shadow1.guest_R0 = s1res;
133 VG_(threads)[tid].arch.vex_shadow1.guest_r2 = s1res;
157 case 1: src = (void*)(((Addr)&(tst->arch.vex_shadow1)) + offset); break;
181 case 1: dst = (void*)(((Addr)&(tst->arch.vex_shadow1)) + offset); break;
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c984 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestX86State));
1005 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestAMD64State));
1020 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestPPC32State));
1035 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestPPC64State));
1049 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestARMState));
1067 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestS390XState));
H A Dinitimg-darwin.c595 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestX86State));
610 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestAMD64State));
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c635 Addr a_vexsh1 = (Addr) & tst->arch.vex_shadow1;
639 UInt sz_vexsh1 = (UInt) sizeof tst->arch.vex_shadow1;
689 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow1.guest_VSR0));
693 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow1.guest_VSR1));
701 vg_assert(VG_IS_8_ALIGNED(& tst->arch.vex_shadow1.guest_D0));
705 vg_assert(VG_IS_8_ALIGNED(& tst->arch.vex_shadow1.guest_D1));
/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low.c590 case 1: return &tst->arch.vex_shadow1;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c423 child->vex_shadow1 = parent->vex_shadow1;
H A Dsyswrap-amd64-linux.c340 child->vex_shadow1 = parent->vex_shadow1;
H A Dsyswrap-ppc32-linux.c393 child->vex_shadow1 = parent->vex_shadow1;
H A Dsyswrap-s390x-linux.c191 child->vex_shadow1 = parent->vex_shadow1;
H A Dsyswrap-arm-linux.c279 child->vex_shadow1 = parent->vex_shadow1;
H A Dsyswrap-x86-linux.c753 child->vex_shadow1 = parent->vex_shadow1;

Completed in 148 milliseconds