HomeSort by relevance Sort by last modified time
    Searched defs:gst (Results 1 - 3 of 3) sorted by null

  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c 464 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
465 canonical->sysno = gst->guest_EAX;
466 canonical->arg1 = gst->guest_EBX;
467 canonical->arg2 = gst->guest_ECX;
468 canonical->arg3 = gst->guest_EDX;
469 canonical->arg4 = gst->guest_ESI;
470 canonical->arg5 = gst->guest_EDI;
471 canonical->arg6 = gst->guest_EBP;
476 VexGuestAMD64State* gst = (VexGuestAMD64State*)gst_vanilla;
477 canonical->sysno = gst->guest_RAX
792 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
983 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
1135 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
    [all...]
syswrap-xen.c 550 struct vki_xen_gnttab_setup_table *gst = local
553 (Addr)&gst->dom, sizeof(gst->dom));
555 (Addr)&gst->nr_frames, sizeof(gst->nr_frames));
1515 struct vki_xen_gnttab_setup_table *gst = local
    [all...]
  /external/valgrind/VEX/switchback/
switchback.c 86 VexGuestState gst; variable
90 /* i386: helper1 = &gst, helper2 = %EFLAGS */
91 /* amd64: helper1 = &gst, helper2 = %EFLAGS */
92 /* ppc32: helper1 = &gst, helper2 = %CR, helper3 = %XER */
93 /* arm64: helper1 = &gst, helper2 = 32x0:NZCV:28x0 */
289 sb_helper1 = (HWord)&gst;
290 sb_helper2 = LibVEX_GuestX86_get_eflags(&gst);
393 HWord arg0 = (HWord)&gst;
394 HWord arg1 = LibVEX_GuestARM64_get_nzcv(&gst);
418 Addr where_to_go = gst.guest_PC
    [all...]

Completed in 300 milliseconds