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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp1881 uint32_t cbCmdPart = PAGE_SIZE - (((uintptr_t)pvCmd) & PAGE_OFFSET_MASK); local
1883 if (cbRealCmd <= cbCmdPart)
1894 if (cbCmdPart >= sizeof (*pRealCmdHdr))
1898 cbCurCmdTail = cbCmdPart - sizeof (*pRealCmdHdr);
1902 memcpy(&Hdr, pvCmd, cbCmdPart);
1904 phCmd += cbCmdPart;
1913 cbCmdPart = sizeof (*pRealCmdHdr) - cbCmdPart;
1914 memcpy(((uint8_t*)(&Hdr)) + cbCmdPart, pvCmd, cbCmdPart);
[all...]

Completed in 37 milliseconds