Searched refs:SVGA_FIFO_NEXT_CMD (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga_reg.h459 SVGA_FIFO_NEXT_CMD, enumerator in enum:__anon14812
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp1103 Log(("next %x stop %x\n", pFIFO[SVGA_FIFO_NEXT_CMD], pFIFO[SVGA_FIFO_STOP]));
1530 case SVGA_FIFO_NEXT_CMD:
1531 Log(("vmsvgaFIFOAccess [0x%x]: %s SVGA_FIFO_NEXT_CMD = %x\n", GCPhysOffset >> 2, (fWriteAccess) ? "WRITE" : "READ", pFIFO[GCPhysOffset >> 2]));
2091 uint32_t offNextCmd = pFIFO[SVGA_FIFO_NEXT_CMD];
2136 offNextCmd = pFIFO[SVGA_FIFO_NEXT_CMD];
2219 if (pFIFO[SVGA_FIFO_NEXT_CMD] == pFIFO[SVGA_FIFO_STOP])
2225 else if (pFIFO[SVGA_FIFO_NEXT_CMD] != pFIFO[SVGA_FIFO_STOP])
2230 Log(("vmsvgaFIFOLoop: next %x stop %x\n", pFIFO[SVGA_FIFO_NEXT_CMD], pFIFO[SVGA_FIFO_STOP]));
2296 * the guest won't mess with SVGA_FIFO_NEXT_CMD while we're busy, so
2361 while ( !(fDone = pFIFO[SVGA_FIFO_NEXT_CMD]
[all...]

Completed in 54 milliseconds