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

/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-amd64-darwin.c66 VexGuestAMD64State vex_shadow1; member in struct:hacky_sigframe
180 VG_(memset)(&frame->vex_shadow1, 0, sizeof(VexGuestAMD64State));
187 frame->vex_shadow1 = tst->arch.vex_shadow1;
258 tst->arch.vex_shadow1 = frame->vex_shadow1;
H A Dsigframe-x86-darwin.c69 VexGuestX86State vex_shadow1; member in struct:hacky_sigframe
168 VG_(memset)(&frame->vex_shadow1, 0, sizeof(VexGuestX86State));
175 frame->vex_shadow1 = tst->arch.vex_shadow1;
245 tst->arch.vex_shadow1 = frame->vex_shadow1;
H A Dsigframe-arm64-linux.c65 VexGuestARM64State vex_shadow1; member in struct:vg_sig_private
148 priv->vex_shadow1 = tst->arch.vex_shadow1;
278 tst->arch.vex_shadow1 = priv->vex_shadow1;
H A Dsigframe-arm-linux.c68 VexGuestARMState vex_shadow1; member in struct:vg_sig_private
155 priv->vex_shadow1 = tst->arch.vex_shadow1;
302 tst->arch.vex_shadow1 = priv->vex_shadow1;
H A Dsigframe-ppc64-linux.c103 VexGuestPPC64State vex_shadow1; member in struct:vg_sig_private
276 priv->vex_shadow1 = tst->arch.vex_shadow1;
341 tst->arch.vex_shadow1 = priv->vex_shadow1;
H A Dsigframe-amd64-linux.c99 VexGuestAMD64State vex_shadow1; member in struct:vg_sigframe
385 frame->vex_shadow1 = tst->arch.vex_shadow1;
523 tst->arch.vex_shadow1 = frame->vex_shadow1;
H A Dsigframe-mips32-linux.c54 VexGuestMIPS32State vex_shadow1; member in struct:vg_sig_private
253 priv->vex_shadow1 = tst->arch.vex_shadow1;
336 tst->arch.vex_shadow1 = priv1->vex_shadow1;
H A Dsigframe-mips64-linux.c53 VexGuestMIPS64State vex_shadow1; member in struct:vg_sig_private
194 priv->vex_shadow1 = tst->arch.vex_shadow1;
263 tst->arch.vex_shadow1 = priv1->vex_shadow1;
H A Dsigframe-ppc32-linux.c99 VexGuestPPC32State vex_shadow1; member in struct:vg_sig_private
726 priv->vex_shadow1 = tst->arch.vex_shadow1;
897 tst->arch.vex_shadow1 = priv->vex_shadow1;
H A Dsigframe-x86-linux.c104 VexGuestX86State vex_shadow1; member in struct:vg_sigframe
404 frame->vex_shadow1 = tst->arch.vex_shadow1;
596 tst->arch.vex_shadow1 = frame->vex_shadow1;
H A Dsigframe-s390x-linux.c102 VexGuestS390XState vex_shadow1; member in struct:vg_sigframe
271 frame->vex_shadow1 = tst->arch.vex_shadow1;
462 tst->arch.vex_shadow1 = frame->vex_shadow1;
/external/valgrind/coregrind/m_initimg/
H A Dinitimg-linux.c1048 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestX86State));
1070 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestAMD64State));
1085 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestPPC32State));
1100 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestPPC64State));
1117 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestARMState));
1132 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestARM64State));
1146 VG_(memset)(&arch->vex_shadow1, 0xFF, sizeof(VexGuestS390XState));
1149 arch->vex_shadow1.guest_SP = 0;
1150 arch->vex_shadow1.guest_fpc = 0;
1151 arch->vex_shadow1
[all...]
H A Dinitimg-darwin.c595 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestX86State));
610 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestAMD64State));
H A Dinitimg-solaris.c985 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestX86State));
1014 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestAMD64State));
/external/valgrind/coregrind/
H A Dpub_core_threadstate.h103 VexGuestArchState vex_shadow1 member in struct:__anon29224
H A Dm_machine.c152 case 1: src = (void*)(((Addr)&(tst->arch.vex_shadow1)) + offset); break;
176 case 1: dst = (void*)(((Addr)&(tst->arch.vex_shadow1)) + offset); break;
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c717 Addr a_vexsh1 = (Addr) & tst->arch.vex_shadow1;
721 UInt sz_vexsh1 = (UInt) sizeof tst->arch.vex_shadow1;
791 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow1.guest_VSR0));
795 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow1.guest_VSR1));
803 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow1.guest_D0));
807 vg_assert(VG_IS_8_ALIGNED(& tst->arch.vex_shadow1.guest_D1));
813 vg_assert(VG_IS_8_ALIGNED(& tst->arch.vex_shadow1.guest_X0));
816 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow1.guest_Q0));
/external/valgrind/coregrind/m_gdbserver/
H A Dtarget.c775 case 1: return &tst->arch.vex_shadow1;
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c532 child->vex_shadow1 = parent->vex_shadow1;
H A Dsyswrap-solaris.c7035 ctst->arch.vex_shadow1 = ptst->arch.vex_shadow1;

Completed in 504 milliseconds