Searched defs:gst (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-main.c | 412 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; in getSyscallArgsFromGuestState() local 624 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; in putSyscallArgsIntoGuestState() local 741 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; in getSyscallStatusFromGuestState() local 856 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; in putSyscallStatusIntoGuestState() local
|
/external/valgrind/main/coregrind/m_sigframe/ |
D | sigframe-amd64-darwin.c | 69 VexGuestAMD64State gst; member
|
D | sigframe-ppc32-aix5.c | 67 VexGuestPPC32State gst; member
|
D | sigframe-ppc64-aix5.c | 67 VexGuestPPC64State gst; member
|
D | sigframe-x86-darwin.c | 72 VexGuestX86State gst; member
|
/external/valgrind/main/VEX/priv/ |
D | guest_x86_helpers.c | 1546 void x86g_dirtyhelper_FINIT ( VexGuestX86State* gst ) in x86g_dirtyhelper_FINIT() 1666 void x86g_dirtyhelper_FXSAVE ( VexGuestX86State* gst, HWord addr ) in x86g_dirtyhelper_FXSAVE() 1757 VexEmWarn x86g_dirtyhelper_FXRSTOR ( VexGuestX86State* gst, HWord addr ) in x86g_dirtyhelper_FXRSTOR() 1837 void x86g_dirtyhelper_FSAVE ( VexGuestX86State* gst, HWord addr ) in x86g_dirtyhelper_FSAVE() 1844 VexEmWarn x86g_dirtyhelper_FRSTOR ( VexGuestX86State* gst, HWord addr ) in x86g_dirtyhelper_FRSTOR() 1851 void x86g_dirtyhelper_FSTENV ( VexGuestX86State* gst, HWord addr ) in x86g_dirtyhelper_FSTENV() 1864 VexEmWarn x86g_dirtyhelper_FLDENV ( VexGuestX86State* gst, HWord addr ) in x86g_dirtyhelper_FLDENV()
|
D | guest_ppc_helpers.c | 125 void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst, in ppc32g_dirtyhelper_LVS() 154 void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst, in ppc64g_dirtyhelper_LVS()
|
D | guest_amd64_helpers.c | 1565 void amd64g_dirtyhelper_FXSAVE ( VexGuestAMD64State* gst, HWord addr ) in amd64g_dirtyhelper_FXSAVE() 1677 VexEmWarn amd64g_dirtyhelper_FXRSTOR ( VexGuestAMD64State* gst, HWord addr ) in amd64g_dirtyhelper_FXRSTOR() 1765 void amd64g_dirtyhelper_FINIT ( VexGuestAMD64State* gst ) in amd64g_dirtyhelper_FINIT() 2806 VexGuestAMD64State* gst, in amd64g_dirtyhelper_PCMPxSTRx()
|