HomeSort by relevance Sort by last modified time
    Searched full:guest_ip (Results 1 - 15 of 15) sorted by null

  /external/valgrind/main/docs/internals/
arm_thumb_notes_gdbserver.txt 14 This additional bit set in the ARM guest_IP caused some difficulties
20 by comparing the current guest_IP with the breakpoint addresses given
26 => when the guest_IP is compared with these breakpoints, the thumb bit
89 to obtain the guest_IP : for thumb code, this field is 1,
  /external/valgrind/main/coregrind/
pub_core_dispatch.h 46 that host_addr is the translation for guest_state.guest_IP, that
48 the translation corresponding to guest_state.guest_IP.
52 alternative (non-redirected) translation for guest_state.guest_IP.
m_translate.c 201 static IRExpr* mk_ecu_Expr ( Addr64 guest_IP )
205 = VG_(make_depth_1_ExeContext_from_Addr)( (Addr)guest_IP );
    [all...]
  /external/qemu/android/
qemu-setup.c 234 uint32_t guest_ip; local
248 inet_strtoip("10.0.2.15", &guest_ip);
289 slirp_redir( 0, adb_port, guest_ip, 5555 );
324 if ( slirp_redir( 0, base_port+1, guest_ip, 5555 ) < 0 )
console.c 87 unsigned int guest_ip; member in struct:__anon13021
142 unsigned int guest_ip,
164 redir->guest_ip = guest_ip;
916 uint32_t guest_ip; local
942 if (inet_strtoip("10.0.2.15", &guest_ip) < 0) {
949 guest_ip, guest_port ) < 0 )
955 if (slirp_redir(host_proto, host_port, guest_ip, guest_port) < 0) {
    [all...]
  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.h 102 guest_IP (this may be entirely unrelated to where the insn is
143 /*IN*/ Addr64 guest_IP,
guest_generic_bb_to_IR.c 145 resulting IR with "PUT(guest_IP) = ". Hence in all cases it must
150 make a transfer (of the right kind) to "GET(guest_IP)". Hence if
160 PUT(guest_IP) [implicitly] = GET(guest_IP) [explicit expr on ::next]
165 PUT(guest_IP) = 0x123456; // dis_instr_fn generates this
167 PUT(guest_IP) [implicitly] = GET(guest_IP); exit-Boring
172 PUT(guest_IP) [implicitly] = 0x123456; exit-Boring
    [all...]
guest_mips_defs.h 48 Addr64 guest_IP,
guest_ppc_defs.h 56 Addr64 guest_IP,
guest_arm_defs.h 49 Addr64 guest_IP,
guest_s390_defs.h 51 Addr64 guest_IP,
guest_x86_defs.h 55 Addr64 guest_IP,
guest_amd64_defs.h 55 Addr64 guest_IP,
guest_mips_toIR.c     [all...]
  /external/qemu/slirp-android/
slirp.c 1180 uint32_t guest_ip, int guest_port)
1184 guest_ip,
1188 if (!solisten(host_port, guest_ip, guest_port, 0))
    [all...]

Completed in 5739 milliseconds