HomeSort by relevance Sort by last modified time
    Searched full:guest (Results 326 - 350 of 768) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/VEX/pub/
libvex_guest_mips32.h 153 /*--- Utility functions for MIPS32 guest stuff. ---*/
158 /* Initialise all guest MIPS32 state. */
libvex_guest_mips64.h 152 /*--- Utility functions for MIPS64 guest stuff. ---*/
157 /* Initialise all guest MIPS64 state. */
  /external/valgrind/main/VEX/useful/
x87_to_vex_and_back.c 10 #include "../priv/guest-x86/gdefs.h"
44 /* Layout of vex's FP state is defined in ../priv/guest-x86/gdefs.h */
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-s390x.c 118 /* store registers in the guest state (gdbserver_to_valgrind)
119 or fetch register from the guest state (valgrind_to_gdbserver). */
server.h 210 is effectively to be delivered to the guest process. */
214 to ignore the signal, so signal can be delivered to the guest. */
226 has to be passed directly to the guest, without asking gdb.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcher.java 271 // Close the switcher if tapping the current user. Guest is excluded because
272 // tapping the guest user while it's current clears the session.
  /external/valgrind/main/VEX/priv/
host_arm_defs.h 692 /* Update the guest R15T value, then exit requesting to chain
694 assumes that wordsize(guest) == wordsize(host). */
696 Addr32 dstGA; /* next guest address */
697 ARMAMode1* amR15T; /* amode in guest state for R15T */
701 /* Boring transfer to a guest address not known at JIT time.
708 /* Assisted transfer to a guest address, most general case.
host_mips_defs.h 481 /* Update the guest EIP value, then exit requesting to chain
483 assumes that wordsize(guest) == wordsize(host). */
485 Addr64 dstGA; /* next guest address */
486 MIPSAMode* amPC; /* amode in guest state for PC */
490 /* Boring transfer to a guest address not known at JIT time.
497 /* Assisted transfer to a guest address, most general case.
host_x86_defs.h 455 /* Update the guest EIP value, then exit requesting to chain
457 assumes that wordsize(guest) == wordsize(host). */
459 Addr32 dstGA; /* next guest address */
460 X86AMode* amEIP; /* amode in guest state for EIP */
464 /* Boring transfer to a guest address not known at JIT time.
471 /* Assisted transfer to a guest address, most general case.
ir_opt.c 58 After execution of the new BB, all guest state and guest memory is
62 In addition, parts of the guest state will be identical to that
66 * In a dirty helper call, any parts of the guest state that the
68 Also, guest memory will be up to date. Parts of the guest state
73 The guest state is only up to date only as explained above
80 Immediately prior to any load or store, those parts of the guest
82 Also, guest memory will be up to date. Parts of the guest stat
    [all...]
host_amd64_defs.h 478 /* Update the guest RIP value, then exit requesting to chain
481 Addr64 dstGA; /* next guest address */
482 AMD64AMode* amRIP; /* amode in guest state for RIP */
486 /* Boring transfer to a guest address not known at JIT time.
493 /* Assisted transfer to a guest address, most general case.
  /bionic/libc/bionic/
malloc_debug_qemu.cpp 77 * structure is initialized by the guest system before event is fired up. It is
128 * initialized by the guest system before event is fired up. It is important to
168 * initialized by the guest system before event is fired up. It is important to
636 * contains abbreviation for guest events that are enabled for tracing.
643 /* Parse -memcheck parameter for the guest tracing flags. */
647 // Enable all messages from the guest.
651 // Enable debug messages from the guest.
655 // Enable error messages from the guest.
659 // Enable info messages from the guest.
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kvm.c 1168 * Note: exclude_{guest,host} do not apply here.
    [all...]
  /external/valgrind/main/exp-bbv/
bbv_main.c 344 /* layout = guest layout */
345 /* gWordTy = size of guest word */
362 /* We don't handle a host/guest word size mismatch */
364 VG_(tool_panic)("host/guest word size mismatch");
529 /* --vex-guest-chase-thresh=0 */
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.cc 87 // Will probably fail for Guest session / restart after a crash -
170 // preferences to work in the guest mode, the initialization has to be
172 // is actually GuestSessionProfile in the guest mode). See the
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.cc 129 // Guest profiles may always be OTR. Check IncognitoModePrefs otherwise.
488 // Special case of the OffTheRecordProfileImpl which is used while Guest
507 // The guest user should be able to customize Chrome OS preferences.
  /external/chromium_org/chrome/test/base/
testing_profile.h 100 // Makes the Profile being built a guest profile.
208 // Allow setting a profile as Guest after-the-fact to simplify some tests.
209 void SetGuestSession(bool guest);
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-amd64-darwin.S 103 /* Set up the guest state pointer */
214 movq %rax, %rbx /* next guest addr */
217 movq 0(%rcx,%rbx,1), %r10 /* .guest */
dispatch-amd64-linux.S 104 /* Set up the guest state pointer */
214 movq %rax, %rbx /* next guest addr */
217 movq 0(%rcx,%rbx,1), %r10 /* .guest */
dispatch-arm64-linux.S 81 /* Set up the guest state pointer */
186 // x0 = next guest, x1,x2,x3,x4 scratch
195 ldp x4, x5, [x1, #0] // x4 = .guest, x5 = .host
dispatch-mips32-linux.S 90 /* Load address of guest state into guest state register ($23) */
223 /* guest-state-pointer contains the TRC. Put the value into the
dispatch-mips64-linux.S 90 /* Load address of guest state into guest state register ($23) */
223 /* guest-state-pointer contains the TRC. Put the value into the
dispatch-x86-darwin.S 101 /* Set up the guest state pointer */
205 movl %eax, %ebx /* next guest addr */
207 movl 0+VG_(tt_fast)(,%ebx,8), %esi /* .guest */
dispatch-x86-linux.S 102 /* Set up the guest state pointer */
206 movl %eax, %ebx /* next guest addr */
208 movl 0+VG_(tt_fast)(,%ebx,8), %esi /* .guest */
  /external/valgrind/main/coregrind/
pub_core_threadstate.h 110 /* --- BEGIN vex-mandated guest state --- */
113 guest state area, its two shadows, and the spill area, are
128 /* --- END vex-mandated guest state --- */

Completed in 868 milliseconds

<<11121314151617181920>>