Home
last modified time | relevance | path

Searched refs:VexGuestArchState (Results 1 – 17 of 17) sorted by relevance

/external/valgrind/include/
Dpub_tool_guest.h42 typedef VexGuestX86State VexGuestArchState; typedef
45 typedef VexGuestAMD64State VexGuestArchState; typedef
48 typedef VexGuestPPC32State VexGuestArchState; typedef
51 typedef VexGuestPPC64State VexGuestArchState; typedef
54 typedef VexGuestARMState VexGuestArchState; typedef
57 typedef VexGuestARM64State VexGuestArchState; typedef
60 typedef VexGuestS390XState VexGuestArchState; typedef
63 typedef VexGuestMIPS32State VexGuestArchState; typedef
66 typedef VexGuestMIPS64State VexGuestArchState; typedef
69 typedef VexGuestTILEGXState VexGuestArchState; typedef
/external/valgrind/coregrind/
Dpub_core_threadstate.h100 VexGuestArchState vex __attribute__((aligned(LibVEX_GUEST_STATE_ALIGN)));
103 VexGuestArchState vex_shadow1
105 VexGuestArchState vex_shadow2
Dpub_core_machine.h170 #define VG_O_STACK_PTR (offsetof(VexGuestArchState, VG_STACK_PTR))
171 #define VG_O_INSTR_PTR (offsetof(VexGuestArchState, VG_INSTR_PTR))
172 #define VG_O_FPC_REG (offsetof(VexGuestArchState, VG_FPC_REG))
Dm_translate.c1325 = sizeof(((VexGuestArchState*)0)->guest_NRADDR); in mk_preamble__set_NRADDR_to_zero()
1331 offsetof(VexGuestArchState,guest_NRADDR), in mk_preamble__set_NRADDR_to_zero()
1351 offsetof(VexGuestArchState,guest_NRADDR_GPR2), in mk_preamble__set_NRADDR_to_zero()
1361 Int offB_GPR12 = offsetof(VexGuestArchState, guest_GPR12); in mk_preamble__set_NRADDR_to_zero()
1365 offsetof(VexGuestArchState,guest_NRADDR_GPR2), in mk_preamble__set_NRADDR_to_zero()
1383 = sizeof(((VexGuestArchState*)0)->guest_NRADDR); in mk_preamble__set_NRADDR_to_nraddr()
1389 offsetof(VexGuestArchState,guest_NRADDR), in mk_preamble__set_NRADDR_to_nraddr()
1408 offsetof(VexGuestArchState,guest_NRADDR_GPR2), in mk_preamble__set_NRADDR_to_nraddr()
1409 IRExpr_Get(offsetof(VexGuestArchState,guest_GPR2), in mk_preamble__set_NRADDR_to_nraddr()
1419 Int offB_GPR12 = offsetof(VexGuestArchState, guest_GPR12); in mk_preamble__set_NRADDR_to_nraddr()
[all …]
Dm_machine.c151 vg_assert(0 <= offset && offset < sizeof(VexGuestArchState)); in VG_()
152 vg_assert(offset + size <= sizeof(VexGuestArchState)); in VG_()
175 vg_assert(0 <= offset && offset < sizeof(VexGuestArchState)); in VG_()
176 vg_assert(offset + size <= sizeof(VexGuestArchState)); in VG_()
193 VexGuestArchState* vex = &(VG_(get_ThreadState)(tid)->arch.vex); in apply_to_GPs_of_tid()
Dm_debugger.c49 static Int ptrace_setregs(Int pid, const VexGuestArchState* vex) in ptrace_setregs()
/external/valgrind/coregrind/m_gdbserver/
Dtarget.h231 extern VexGuestArchState* get_arch (int set, ThreadState* tst);
Dtarget.c706 VexGuestArchState* get_arch (int set, ThreadState* tst) in get_arch()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c98 VexGuestArchState *vex_generic) in thread_state_from_vex()
153 VexGuestArchState *vex_generic) in thread_state_to_vex()
Dsyswrap-amd64-darwin.c122 VexGuestArchState *vex_generic) in thread_state_from_vex()
216 VexGuestArchState *vex_generic) in thread_state_to_vex()
Dpriv_syswrap-darwin.h698 VexGuestArchState *vex_generic);
703 VexGuestArchState *vex_generic);
Dsyswrap-main.c406 /*IN*/ VexGuestArchState* gst_vanilla, in getSyscallArgsFromGuestState()
672 /*OUT*/VexGuestArchState* gst_vanilla ) in putSyscallArgsIntoGuestState()
827 /*IN*/ VexGuestArchState* gst_vanilla ) in getSyscallStatusFromGuestState()
961 /*OUT*/VexGuestArchState* gst_vanilla ) in putSyscallStatusIntoGuestState()
/external/valgrind/coregrind/m_initimg/
Dinitimg-darwin.c625 sizeof(VexGuestArchState)); in VG_()
Dinitimg-linux.c1202 sizeof(VexGuestArchState)); in VG_()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c1695 #define O_CLREQ_RET (offsetof(VexGuestArchState, VG_CLREQ_RET))
/external/valgrind/docs/internals/
Dporting-to-ARM.txt140 typedef VexGuestARMState VexGuestArchState;
/external/valgrind/memcheck/
Dmc_machine.c48 #define MC_SIZEOF_GUEST_STATE sizeof(VexGuestArchState)