Home
last modified time | relevance | path

Searched refs:vex_shadow1 (Results 1 – 25 of 30) sorted by relevance

12

/external/valgrind/coregrind/m_sigframe/
Dsigframe-x86-darwin.c69 VexGuestX86State vex_shadow1; member
168 VG_(memset)(&frame->vex_shadow1, 0, sizeof(VexGuestX86State)); in VG_()
175 frame->vex_shadow1 = tst->arch.vex_shadow1; in VG_()
245 tst->arch.vex_shadow1 = frame->vex_shadow1; in VG_()
Dsigframe-amd64-darwin.c66 VexGuestAMD64State vex_shadow1; member
180 VG_(memset)(&frame->vex_shadow1, 0, sizeof(VexGuestAMD64State)); in VG_()
187 frame->vex_shadow1 = tst->arch.vex_shadow1; in VG_()
258 tst->arch.vex_shadow1 = frame->vex_shadow1; in VG_()
Dsigframe-arm64-linux.c65 VexGuestARM64State vex_shadow1; member
148 priv->vex_shadow1 = tst->arch.vex_shadow1; in build_sigframe()
278 tst->arch.vex_shadow1 = priv->vex_shadow1; in VG_()
Dsigframe-arm-linux.c68 VexGuestARMState vex_shadow1; member
155 priv->vex_shadow1 = tst->arch.vex_shadow1; in build_sigframe()
302 tst->arch.vex_shadow1 = priv->vex_shadow1; in VG_()
Dsigframe-ppc64-linux.c103 VexGuestPPC64State vex_shadow1; member
276 priv->vex_shadow1 = tst->arch.vex_shadow1; in VG_()
341 tst->arch.vex_shadow1 = priv->vex_shadow1; in VG_()
Dsigframe-amd64-linux.c99 VexGuestAMD64State vex_shadow1; member
385 frame->vex_shadow1 = tst->arch.vex_shadow1; in build_vg_sigframe()
523 tst->arch.vex_shadow1 = frame->vex_shadow1; in restore_vg_sigframe()
Dsigframe-ppc32-linux.c99 VexGuestPPC32State vex_shadow1; member
726 priv->vex_shadow1 = tst->arch.vex_shadow1; in VG_()
897 tst->arch.vex_shadow1 = priv->vex_shadow1; in VG_()
Dsigframe-x86-linux.c104 VexGuestX86State vex_shadow1; member
404 frame->vex_shadow1 = tst->arch.vex_shadow1; in build_vg_sigframe()
596 tst->arch.vex_shadow1 = frame->vex_shadow1; in restore_vg_sigframe()
Dsigframe-mips64-linux.c53 VexGuestMIPS64State vex_shadow1; member
194 priv->vex_shadow1 = tst->arch.vex_shadow1; in VG_()
263 tst->arch.vex_shadow1 = priv1->vex_shadow1; in VG_()
Dsigframe-mips32-linux.c54 VexGuestMIPS32State vex_shadow1; member
253 priv->vex_shadow1 = tst->arch.vex_shadow1; in VG_()
336 tst->arch.vex_shadow1 = priv1->vex_shadow1; in VG_()
Dsigframe-s390x-linux.c102 VexGuestS390XState vex_shadow1; member
271 frame->vex_shadow1 = tst->arch.vex_shadow1; in build_vg_sigframe()
462 tst->arch.vex_shadow1 = frame->vex_shadow1; in restore_vg_sigframe()
Dsigframe-tilegx-linux.c55 VexGuestTILEGXState vex_shadow1; member
229 priv->vex_shadow1 = tst->arch.vex_shadow1; in VG_()
/external/valgrind/coregrind/m_initimg/
Dinitimg-linux.c1037 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestX86State)); in VG_()
1059 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestAMD64State)); in VG_()
1074 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestPPC32State)); in VG_()
1089 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestPPC64State)); in VG_()
1106 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestARMState)); in VG_()
1121 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestARM64State)); in VG_()
1135 VG_(memset)(&arch->vex_shadow1, 0xFF, sizeof(VexGuestS390XState)); in VG_()
1138 arch->vex_shadow1.guest_SP = 0; in VG_()
1139 arch->vex_shadow1.guest_fpc = 0; in VG_()
1140 arch->vex_shadow1.guest_IA = 0; in VG_()
[all …]
Dinitimg-darwin.c597 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestX86State)); in VG_()
612 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestAMD64State)); in VG_()
Dinitimg-solaris.c981 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestX86State)); in VG_()
1010 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestAMD64State)); in VG_()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c717 Addr a_vexsh1 = (Addr) & tst->arch.vex_shadow1; in do_pre_run_checks()
721 UInt sz_vexsh1 = (UInt) sizeof tst->arch.vex_shadow1; in do_pre_run_checks()
791 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow1.guest_VSR0)); in do_pre_run_checks()
795 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow1.guest_VSR1)); in do_pre_run_checks()
803 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow1.guest_D0)); in do_pre_run_checks()
807 vg_assert(VG_IS_8_ALIGNED(& tst->arch.vex_shadow1.guest_D1)); in do_pre_run_checks()
813 vg_assert(VG_IS_8_ALIGNED(& tst->arch.vex_shadow1.guest_X0)); in do_pre_run_checks()
816 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow1.guest_Q0)); in do_pre_run_checks()
/external/valgrind/coregrind/
Dpub_core_threadstate.h103 VexGuestArchState vex_shadow1 member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-arm64-linux.c328 child->vex_shadow1 = parent->vex_shadow1; in setup_child()
Dsyswrap-ppc64-linux.c524 child->vex_shadow1 = parent->vex_shadow1; in setup_child()
Dsyswrap-ppc32-linux.c372 child->vex_shadow1 = parent->vex_shadow1; in setup_child()
Dsyswrap-s390x-linux.c190 child->vex_shadow1 = parent->vex_shadow1; in setup_child()
Dsyswrap-mips64-linux.c278 child->vex_shadow1 = parent->vex_shadow1; in setup_child()
Dsyswrap-amd64-linux.c319 child->vex_shadow1 = parent->vex_shadow1; in setup_child()
Dsyswrap-mips32-linux.c340 child->vex_shadow1 = parent->vex_shadow1; in setup_child()
Dsyswrap-arm-linux.c263 child->vex_shadow1 = parent->vex_shadow1; in setup_child()

12