Searched refs:guest (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_cmd.c | 394 * a generic SVGAGuestPtr. The guest pointer may refer to guest 395 * VRAM (provided by the SVGA PCI device) or to guest system 399 * The guest's DMA buffer must remain valid (not freed, paged out, 401 * command. The guest can determine that the host has finished 404 * The guest's image buffer can be an arbitrary size and shape. 408 * The caller may optionally define the guest image's pitch. 416 * NOTE: srcx/srcy are always on the guest image and x/y are 464 swc->region_relocation(swc, &cmd->guest.ptr, st->hwbuf, 0, region_flags); in SVGA3D_SurfaceDMA() 465 cmd->guest in SVGA3D_SurfaceDMA() 489 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) SVGA3D_BufferDMA() argument [all...] |
H A D | svga_resource_buffer_upload.c | 234 * buffer. This is only needed for host-backed mode. As in guest-backed in svga_buffer_create_host_surface() 566 * Issue DMA commands to transfer guest memory to the host. 575 struct svga_winsys_buffer *guest = sbuf->hwbuf; in svga_buffer_upload_hb_command() local 610 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags); in svga_buffer_upload_hb_command() 611 cmd->guest.pitch = 0; in svga_buffer_upload_hb_command() 643 * Issue commands to transfer guest memory to the host. 916 * This function should never get called in the guest-backed case
|
H A D | svga_cmd.h | 132 struct svga_winsys_buffer *guest,
|
/third_party/ltp/testcases/kernel/mce-test/kvm/host/ |
H A D | host_run.sh | 39 echo -e "\t-i image\t: guest image" 44 echo -e "\t-g guestdir\t: where you put the test scripts on guest system" 46 echo -e "\t-o offset\t: guest image offset" 48 echo -e "\t-l\t\t: late kill, disable early kill in guest system" 50 echo -e "\t-m ramsize\t: virtual RAM size of guest system" 53 echo "============If you want to specify the guest kernel===========" 55 echo -e "\t-k kernel\t: guest kernel" 56 echo -e "\t-n initrd\t: guest initrd" 57 echo -e "\t-r root\t\t: guest root partition" 126 [ -z $image ] && invalid "please input the guest imag [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_dump.c | 1175 _debug_printf("\t\t.guest.ptr.gmrId = %u\n", (*cmd).guest.ptr.gmrId); in dump_SVGA3dCmdSurfaceDMA() 1176 _debug_printf("\t\t.guest.ptr.offset = %u\n", (*cmd).guest.ptr.offset); in dump_SVGA3dCmdSurfaceDMA() 1177 _debug_printf("\t\t.guest.pitch = %u\n", (*cmd).guest.pitch); in dump_SVGA3dCmdSurfaceDMA()
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_cmd.h | 602 SVGAGuestImage guest; member 609 * "source" in each copyBox as the guest image and the 626 * optimize performance or protect the guest. This suffix exists to preserve 648 * while performing this surface DMA operation. The guest should never rely 1160 uint32 totalSize; /* Set by guest before query is ended. */ 1161 SVGA3dQueryState state; /* Set by host or guest. See SVGA3dQueryState. */ 1240 * be different, but it is required that guest makes sure refBuffer has 1579 * This command allows the guest to specify the base PPN of the 1705 * Define a guest-backed surface. 1723 * Defines a guest [all...] |
Completed in 11 milliseconds