Searched defs:guest (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/coregrind/
H A Dpub_core_transtab.h44 /* The fast-cache for tt-lookup. Unused entries are denoted by .guest
45 == 1, which is assumed to be a bogus address for all guest code. */
48 Addr guest; member in struct:__anon23246
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer_upload.c180 struct svga_winsys_buffer *guest = sbuf->hwbuf; local
213 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags);
214 cmd->guest.pitch = 0;
H A Dsvga_cmd.c385 * a generic SVGAGuestPtr. The guest pointer may refer to guest
386 * VRAM (provided by the SVGA PCI device) or to guest system
390 * The guest's DMA buffer must remain valid (not freed, paged out,
392 * command. The guest can determine that the host has finished
395 * The guest's image buffer can be an arbitrary size and shape.
399 * The caller may optionally define the guest image's pitch.
407 * NOTE: srcx/srcy are always on the guest image and x/y are
453 swc->region_relocation(swc, &cmd->guest.ptr, st->hwbuf, 0, region_flags);
454 cmd->guest
476 SVGA3D_BufferDMA(struct svga_winsys_context *swc, struct svga_winsys_buffer *guest, struct svga_winsys_surface *host, SVGA3dTransferType transfer, uint32 size, uint32 guest_offset, uint32 host_offset, SVGA3dSurfaceDMAFlags flags) argument
[all...]
/external/netperf/src/
H A Dnetcpu_procstat.c57 uint64_t guest; member in struct:cpu_states
190 (unsigned long long *)&res[i].guest,
204 (unsigned long long)res[i].guest,
294 diff.guest =
295 tick_subtract(lib_start_count[i].guest, lib_end_count[i].guest);
300 + diff.guest + diff.guest_nice;
334 (unsigned long long)diff.guest,
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h42 * register. Is set by the host and read by the guest. This lets
43 * us make new guest drivers which are backwards-compatible with old
44 * SVGA hardware revisions. It does not let us support old guest
179 * and so we can send those operations to the guest.
985 SVGA3D_QUERYSTATE_PENDING = 0, /* Waiting on the host (set by guest) */
988 SVGA3D_QUERYSTATE_NEW = 3, /* Never submitted (For guest use only) */
1102 * XXX: Compressed textures currently must be tightly packed in guest memory.
1364 SVGA3dGuestImage guest; member in struct:__anon14749
1370 * "source" in each copyBox as the guest image and the
1385 * optimize performance or protect the guest
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1648 milliseconds