OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:guest_state
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/coregrind/
pub_core_dispatch.h
47
that host_addr is the translation for
guest_state
.guest_IP, that
49
the translation corresponding to
guest_state
.guest_IP.
53
alternative (non-redirected) translation for
guest_state
.guest_IP.
65
void*
guest_state
,
/external/valgrind/main/VEX/priv/
guest_mips_defs.h
103
extern UInt mips_dirtyhelper_calculate_FCSR_fp32 ( void*
guest_state
, UInt fs,
106
extern UInt mips_dirtyhelper_calculate_FCSR_fp64 ( void*
guest_state
, UInt fs,
guest_mips_helpers.c
1196
VexGuestMIPS32State*
guest_state
= (VexGuestMIPS32State*)gs;
local
1325
VexGuestMIPS32State*
guest_state
= (VexGuestMIPS32State*)gs;
local
1327
VexGuestMIPS64State*
guest_state
= (VexGuestMIPS64State*)gs;
local
[
all
...]
guest_s390_defs.h
80
ULong s390x_dirtyhelper_STFLE(VexGuestS390XState *
guest_state
, ULong *addr);