Home | History | Annotate | Download | only in memcheck

Lines Matching full:guest

35 /* Controls what messages from the guest should be printed to emulator's
114 /* Convert host address to guest address. */
177 /* Validates access to a guest address.
179 * addr - Virtual address in the guest space where memory is accessed.
188 * 0 if access to the given guest address range doesn't violate anything, or
189 * 1 if given guest address range doesn't match any entry in the current
314 // Enable guest process staring tracing.
318 // Enable guest process exiting tracing.
412 // Copy allocation descriptor from guest to emulator.
491 // Copy free descriptor from guest to emulator.
537 // Copy free descriptor from guest to emulator.
556 // Copy allocation descriptor back to the guest's space.
571 * addr - Virtual address in the guest space where memory is read.
604 * addr - Virtual address in the guest space where memory is written.