Lines Matching refs:guest

290     case SVGA_REG_BITS_PER_PIXEL:      /* Current bpp in the guest */
324 case SVGA_REG_GUEST_ID: /* Set guest OS identifier */
360 case SVGA_REG_NUM_GUEST_DISPLAYS:/* Number of guest displays in X/Y direction */
630 case SVGA_REG_BITS_PER_PIXEL: /* Current bpp in the guest */
798 /* The guest is basically doing a HLT via the device here, but with
828 * suffer when the guest is polling on a busy FIFO. */
846 case SVGA_REG_GUEST_ID: /* Set guest OS identifier */
911 case SVGA_REG_NUM_GUEST_DISPLAYS:/* Number of guest displays in X/Y direction */
1169 case SVGA_REG_BITS_PER_PIXEL: /* Current bpp in the guest */
1230 case SVGA_REG_GUEST_ID: /* Set guest OS identifier */
1259 case SVGA_REG_NUM_GUEST_DISPLAYS:/* Number of guest displays in X/Y direction */
1853 * @param GCPhys The physical address the guest is writing to.
1855 * @param pvBuf What the guest is reading/writing.
1885 * @param GCPhys The physical address the guest is writing to.
1887 * @param pvBuf What the guest is reading/writing.
1914 * Then return telling the caller to restart the guest instruction.
2296 * the guest won't mess with SVGA_FIFO_NEXT_CMD while we're busy, so
2568 /* Followed by page descriptors or guest ptr. */
2704 /* Note! The size of this command is specified by the guest and depends on capabilities. */
2911 rc = vmsvga3dSurfaceDMA(pThis, pCmd->guest, pCmd->host, pCmd->transfer, cCopyBoxes, (SVGA3dCopyBox *)(pCmd + 1));
3954 STAM_REL_REG(pVM, &pSVGAState->StatFifoStalls, STAMTYPE_PROFILE, "/Devices/VMSVGA/FifoStalls", STAMUNIT_TICKS_PER_CALL, "Profiling of FIFO stalls (waiting for guest to finish copying data).");