Home
last modified time | relevance | path

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

12

/external/valgrind/coregrind/m_sigframe/
Dsigframe-arm64-linux.c65 VexGuestARM64State vex_shadow1; member
148 priv->vex_shadow1 = tst->arch.vex_shadow1; in build_sigframe()
277 tst->arch.vex_shadow1 = priv->vex_shadow1; in VG_()
Dsigframe-ppc64-linux.c103 VexGuestPPC64State vex_shadow1; member
275 priv->vex_shadow1 = tst->arch.vex_shadow1; in VG_()
340 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()
304 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()
522 tst->arch.vex_shadow1 = frame->vex_shadow1; in restore_vg_sigframe()
Dsigframe-mips64-linux.c53 VexGuestMIPS64State vex_shadow1; member
193 priv->vex_shadow1 = tst->arch.vex_shadow1; in VG_()
262 tst->arch.vex_shadow1 = priv1->vex_shadow1; in VG_()
Dsigframe-ppc32-linux.c99 VexGuestPPC32State vex_shadow1; member
725 priv->vex_shadow1 = tst->arch.vex_shadow1; in VG_()
896 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()
595 tst->arch.vex_shadow1 = frame->vex_shadow1; in restore_vg_sigframe()
Dsigframe-mips32-linux.c54 VexGuestMIPS32State vex_shadow1; member
252 priv->vex_shadow1 = tst->arch.vex_shadow1; in VG_()
335 tst->arch.vex_shadow1 = priv1->vex_shadow1; in VG_()
Dsigframe-x86-darwin.c131 frame->gshadow1 = tst->arch.vex_shadow1; in VG_()
202 tst->arch.vex_shadow1 = frame->gshadow1; in VG_()
Dsigframe-amd64-darwin.c128 frame->gshadow1 = tst->arch.vex_shadow1; in VG_()
202 tst->arch.vex_shadow1 = frame->gshadow1; in VG_()
Dsigframe-s390x-linux.c102 VexGuestS390XState vex_shadow1; member
271 frame->vex_shadow1 = tst->arch.vex_shadow1; in build_vg_sigframe()
461 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.c1031 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestX86State)); in VG_()
1053 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestAMD64State)); in VG_()
1068 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestPPC32State)); in VG_()
1083 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestPPC64State)); in VG_()
1100 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestARMState)); in VG_()
1115 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestARM64State)); in VG_()
1129 VG_(memset)(&arch->vex_shadow1, 0xFF, sizeof(VexGuestS390XState)); in VG_()
1132 arch->vex_shadow1.guest_SP = 0; in VG_()
1133 arch->vex_shadow1.guest_fpc = 0; in VG_()
1134 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_()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c698 Addr a_vexsh1 = (Addr) & tst->arch.vex_shadow1; in do_pre_run_checks()
702 UInt sz_vexsh1 = (UInt) sizeof tst->arch.vex_shadow1; in do_pre_run_checks()
772 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow1.guest_VSR0)); in do_pre_run_checks()
776 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow1.guest_VSR1)); in do_pre_run_checks()
784 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow1.guest_D0)); in do_pre_run_checks()
788 vg_assert(VG_IS_8_ALIGNED(& tst->arch.vex_shadow1.guest_D1)); in do_pre_run_checks()
794 vg_assert(VG_IS_8_ALIGNED(& tst->arch.vex_shadow1.guest_X0)); in do_pre_run_checks()
797 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-amd64-linux.c319 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-arm-linux.c263 child->vex_shadow1 = parent->vex_shadow1; in setup_child()
Dsyswrap-mips32-linux.c340 child->vex_shadow1 = parent->vex_shadow1; in setup_child()
Dsyswrap-tilegx-linux.c437 child->vex_shadow1 = parent->vex_shadow1; in setup_child()

12