HomeSort by relevance Sort by last modified time
    Searched refs:guest_state (Results 1 - 6 of 6) sorted by null

  /external/valgrind/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 volatile void* guest_state,
  /external/valgrind/VEX/priv/
guest_mips_defs.h 107 extern UInt mips_dirtyhelper_calculate_FCSR_fp32 ( void* guest_state, UInt fs,
110 extern UInt mips_dirtyhelper_calculate_FCSR_fp64 ( void* guest_state, UInt fs,
guest_mips_helpers.c 1197 VexGuestMIPS32State* guest_state = (VexGuestMIPS32State*)gs; local
1326 VexGuestMIPS32State* guest_state = (VexGuestMIPS32State*)gs; local
1328 VexGuestMIPS64State* guest_state = (VexGuestMIPS64State*)gs; local
    [all...]
guest_s390_defs.h 81 ULong s390x_dirtyhelper_STFLE(VexGuestS390XState *guest_state, ULong *addr);
guest_s390_helpers.c 314 s390x_dirtyhelper_STFLE(VexGuestS390XState *guest_state, ULong *addr)
317 register ULong reg0 asm("0") = guest_state->guest_r0 & 0xF; /* r0[56:63] */
332 guest_state->guest_r0 = reg0;
366 s390x_dirtyhelper_STFLE(VexGuestS390XState *guest_state, ULong *addr)
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c 277 void* guest_state,
284 void* guest_state,
290 void* guest_state,
296 void* guest_state,
    [all...]

Completed in 75 milliseconds