OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VexGuestS390XState
(Results
1 - 10
of
10
) sorted by null
/external/valgrind/main/VEX/pub/
libvex_guest_s390x.h
157
}
VexGuestS390XState
;
164
void LibVEX_GuestS390X_initialise(
VexGuestS390XState
*);
/external/valgrind/main/VEX/priv/
guest_s390_defs.h
40
#include "libvex_guest_s390x.h" //
VexGuestS390XState
72
#define S390X_GUEST_OFFSET(x) offsetof(
VexGuestS390XState
, x)
81
ULong s390x_dirtyhelper_STFLE(
VexGuestS390XState
*guest_state, ULong *addr);
main_main.c
517
guest_sizeB = sizeof(
VexGuestS390XState
);
520
offB_TISTART = offsetof(
VexGuestS390XState
,guest_TISTART);
521
offB_TILEN = offsetof(
VexGuestS390XState
,guest_TILEN);
522
offB_GUEST_IP = offsetof(
VexGuestS390XState
,guest_IA);
523
szB_GUEST_IP = sizeof( ((
VexGuestS390XState
*)0)->guest_IA);
524
offB_HOST_EvC_COUNTER = offsetof(
VexGuestS390XState
,host_EvC_COUNTER);
525
offB_HOST_EvC_FAILADDR = offsetof(
VexGuestS390XState
,host_EvC_FAILADDR);
527
vassert(0 == sizeof(
VexGuestS390XState
) % 16);
528
vassert(sizeof( ((
VexGuestS390XState
*)0)->guest_TISTART ) == 8);
529
vassert(sizeof( ((
VexGuestS390XState
*)0)->guest_TILEN ) == 8)
[
all
...]
guest_s390_helpers.c
45
LibVEX_GuestS390X_initialise(
VexGuestS390XState
*state)
194
(sizeof ((
VexGuestS390XState
*)0)->field) }
199
.total_sizeB = sizeof(
VexGuestS390XState
),
292
s390x_dirtyhelper_STFLE(
VexGuestS390XState
*guest_state, ULong *addr)
321
s390x_dirtyhelper_STFLE(
VexGuestS390XState
*guest_state, ULong *addr)
[
all
...]
/external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-s390x.c
129
VexGuestS390XState
* s390x = (
VexGuestS390XState
*) get_arch (set, tst);
/external/valgrind/main/coregrind/
pub_core_threadstate.h
89
typedef
VexGuestS390XState
VexGuestArchState;
/external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c
609
VexGuestS390XState
* gst = (
VexGuestS390XState
*)gst_vanilla;
713
VexGuestS390XState
* gst = (
VexGuestS390XState
*)gst_vanilla;
854
VexGuestS390XState
* gst = (
VexGuestS390XState
*)gst_vanilla;
[
all
...]
/external/valgrind/main/coregrind/m_sigframe/
sigframe-s390x-linux.c
67
offsetof(
VexGuestS390XState
,guest_r##zzn), \
102
VexGuestS390XState
vex_shadow1;
103
VexGuestS390XState
vex_shadow2;
106
VexGuestS390XState
vex;
/external/valgrind/main/coregrind/m_initimg/
initimg-linux.c
[
all
...]
/external/valgrind/main/memcheck/
mc_machine.c
71
# define MC_SIZEOF_GUEST_STATE sizeof(
VexGuestS390XState
)
[
all
...]
Completed in 3761 milliseconds