Home
last modified time | relevance | path

Searched defs:gst (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-main.c464 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; in getSyscallArgsFromGuestState() local
792 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; in putSyscallArgsIntoGuestState() local
983 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; in getSyscallStatusFromGuestState() local
1135 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; in putSyscallStatusIntoGuestState() local
Dsyswrap-xen.c550 struct vki_xen_gnttab_setup_table *gst = in PRE() local
1515 struct vki_xen_gnttab_setup_table *gst = in POST() local
/external/valgrind/VEX/priv/
Dguest_amd64_helpers.c1954 ( VexGuestAMD64State* gst, HWord addr ) in amd64g_dirtyhelper_XSAVE_COMPONENT_0()
2033 ( VexGuestAMD64State* gst, HWord addr ) in amd64g_dirtyhelper_XSAVE_COMPONENT_1_EXCLUDING_XMMREGS()
2060 void LibVEX_GuestAMD64_fxsave ( /*IN*/VexGuestAMD64State* gst, in LibVEX_GuestAMD64_fxsave()
2107 ( VexGuestAMD64State* gst, HWord addr ) in amd64g_dirtyhelper_XRSTOR_COMPONENT_0()
2152 ( VexGuestAMD64State* gst, HWord addr ) in amd64g_dirtyhelper_XRSTOR_COMPONENT_1_EXCLUDING_XMMREGS()
2176 /*MOD*/VexGuestAMD64State* gst ) in LibVEX_GuestAMD64_fxrstor()
2227 void amd64g_dirtyhelper_FINIT ( VexGuestAMD64State* gst ) in amd64g_dirtyhelper_FINIT()
3801 VexGuestAMD64State* gst, in amd64g_dirtyhelper_PCMPxSTRx()
4143 VexGuestAMD64State* gst, in amd64g_dirtyhelper_AES()
4206 VexGuestAMD64State* gst, in amd64g_dirtyhelper_AESKEYGENASSIST()
Dguest_x86_helpers.c1584 void x86g_dirtyhelper_FINIT ( VexGuestX86State* gst ) in x86g_dirtyhelper_FINIT()
1704 void x86g_dirtyhelper_FXSAVE ( VexGuestX86State* gst, HWord addr ) in x86g_dirtyhelper_FXSAVE()
1795 VexEmNote x86g_dirtyhelper_FXRSTOR ( VexGuestX86State* gst, HWord addr ) in x86g_dirtyhelper_FXRSTOR()
1889 void x86g_dirtyhelper_FSAVE ( VexGuestX86State* gst, HWord addr ) in x86g_dirtyhelper_FSAVE()
1896 VexEmNote x86g_dirtyhelper_FRSTOR ( VexGuestX86State* gst, HWord addr ) in x86g_dirtyhelper_FRSTOR()
1903 void x86g_dirtyhelper_FSTENV ( VexGuestX86State* gst, HWord addr ) in x86g_dirtyhelper_FSTENV()
1916 VexEmNote x86g_dirtyhelper_FLDENV ( VexGuestX86State* gst, HWord addr ) in x86g_dirtyhelper_FLDENV()
Dguest_ppc_helpers.c126 void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst, in ppc32g_dirtyhelper_LVS()
155 void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst, in ppc64g_dirtyhelper_LVS()
/external/valgrind/VEX/switchback/
Dswitchback.c86 VexGuestState gst; variable