/external/valgrind/main/coregrind/m_sigframe/ |
D | sigframe-arm-linux.c | 69 VexGuestARMState vex_shadow1; member 194 priv->vex_shadow1 = tst->arch.vex_shadow1; in build_sigframe() 338 tst->arch.vex_shadow1 = priv->vex_shadow1; in VG_()
|
D | sigframe-ppc64-linux.c | 104 VexGuestPPC64State vex_shadow1; member 311 priv->vex_shadow1 = tst->arch.vex_shadow1; in VG_() 376 tst->arch.vex_shadow1 = priv->vex_shadow1; in VG_()
|
D | sigframe-amd64-linux.c | 99 VexGuestAMD64State vex_shadow1; member 429 frame->vex_shadow1 = tst->arch.vex_shadow1; in build_vg_sigframe() 556 tst->arch.vex_shadow1 = frame->vex_shadow1; in restore_vg_sigframe()
|
D | sigframe-ppc32-linux.c | 100 VexGuestPPC32State vex_shadow1; member 768 priv->vex_shadow1 = tst->arch.vex_shadow1; in VG_() 939 tst->arch.vex_shadow1 = priv->vex_shadow1; in VG_()
|
D | sigframe-x86-linux.c | 105 VexGuestX86State vex_shadow1; member 449 frame->vex_shadow1 = tst->arch.vex_shadow1; in build_vg_sigframe() 640 tst->arch.vex_shadow1 = frame->vex_shadow1; in restore_vg_sigframe()
|
D | sigframe-mips32-linux.c | 55 VexGuestMIPS32State vex_shadow1; member 299 priv->vex_shadow1 = tst->arch.vex_shadow1; in VG_() 382 tst->arch.vex_shadow1 = priv1->vex_shadow1; in VG_()
|
D | sigframe-x86-darwin.c | 151 frame->gshadow1 = tst->arch.vex_shadow1; in VG_() 222 tst->arch.vex_shadow1 = frame->gshadow1; in VG_()
|
D | sigframe-amd64-darwin.c | 148 frame->gshadow1 = tst->arch.vex_shadow1; in VG_() 222 tst->arch.vex_shadow1 = frame->gshadow1; in VG_()
|
D | sigframe-s390x-linux.c | 102 VexGuestS390XState vex_shadow1; member 314 frame->vex_shadow1 = tst->arch.vex_shadow1; in build_vg_sigframe() 504 tst->arch.vex_shadow1 = frame->vex_shadow1; in restore_vg_sigframe()
|
/external/valgrind/main/coregrind/m_initimg/ |
D | initimg-linux.c | 995 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestX86State)); in VG_() 1017 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestAMD64State)); in VG_() 1032 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestPPC32State)); in VG_() 1047 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestPPC64State)); in VG_() 1061 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestARMState)); in VG_() 1079 VG_(memset)(&arch->vex_shadow1, 0xFF, sizeof(VexGuestS390XState)); in VG_() 1082 VG_(memset)((UChar *)&arch->vex_shadow1 + VG_O_STACK_PTR, 0x00, 8); in VG_() 1083 VG_(memset)((UChar *)&arch->vex_shadow1 + VG_O_FPC_REG, 0x00, 4); in VG_() 1084 VG_(memset)((UChar *)&arch->vex_shadow1 + VG_O_INSTR_PTR, 0x00, 8); in VG_() 1105 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestMIPS32State)); in VG_()
|
D | initimg-darwin.c | 595 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestX86State)); in VG_() 610 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestAMD64State)); in VG_()
|
/external/valgrind/main/coregrind/ |
D | m_machine.c | 128 VG_(threads)[tid].arch.vex_shadow1.guest_EAX = s1res; in VG_() 131 VG_(threads)[tid].arch.vex_shadow1.guest_RAX = s1res; in VG_() 134 VG_(threads)[tid].arch.vex_shadow1.guest_GPR3 = s1res; in VG_() 137 VG_(threads)[tid].arch.vex_shadow1.guest_R0 = s1res; in VG_() 142 VG_(threads)[tid].arch.vex_shadow1.guest_r2 = s1res; in VG_() 145 VG_(threads)[tid].arch.vex_shadow1.guest_r2 = s1res; in VG_() 169 case 1: src = (void*)(((Addr)&(tst->arch.vex_shadow1)) + offset); break; in VG_() 193 case 1: dst = (void*)(((Addr)&(tst->arch.vex_shadow1)) + offset); break; in VG_()
|
D | pub_core_threadstate.h | 115 VexGuestArchState vex_shadow1 __attribute__((aligned(16))); member
|
/external/valgrind/main/coregrind/m_scheduler/ |
D | scheduler.c | 686 Addr a_vexsh1 = (Addr) & tst->arch.vex_shadow1; in do_pre_run_checks() 690 UInt sz_vexsh1 = (UInt) sizeof tst->arch.vex_shadow1; in do_pre_run_checks() 760 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow1.guest_VSR0)); in do_pre_run_checks() 764 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow1.guest_VSR1)); in do_pre_run_checks() 772 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow1.guest_D0)); in do_pre_run_checks() 776 vg_assert(VG_IS_8_ALIGNED(& tst->arch.vex_shadow1.guest_D1)); in do_pre_run_checks()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 424 child->vex_shadow1 = parent->vex_shadow1; in setup_child()
|
D | syswrap-ppc32-linux.c | 395 child->vex_shadow1 = parent->vex_shadow1; in setup_child()
|
D | syswrap-s390x-linux.c | 192 child->vex_shadow1 = parent->vex_shadow1; in setup_child()
|
D | syswrap-amd64-linux.c | 342 child->vex_shadow1 = parent->vex_shadow1; in setup_child()
|
D | syswrap-mips32-linux.c | 354 child->vex_shadow1 = parent->vex_shadow1; in setup_child()
|
D | syswrap-arm-linux.c | 281 child->vex_shadow1 = parent->vex_shadow1; in setup_child()
|
D | syswrap-x86-linux.c | 755 child->vex_shadow1 = parent->vex_shadow1; in setup_child()
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | target.c | 516 case 1: return &tst->arch.vex_shadow1; in get_arch()
|