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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1238 /* See the comment for a similar line in vga_mem_writeb. */
1264 static int vga_mem_writeb(PVGASTATE pThis, RTGCPHYS addr, uint32_t val) function
3103 * This is the advanced version of vga_mem_writeb function.
3286 * vga_mem_writeb function.}
3369 rc = vga_mem_writeb(pThis, GCPhysAddr, *pu8);
3373 rc = vga_mem_writeb(pThis, GCPhysAddr + 0, pu8[0]);
3375 rc = vga_mem_writeb(pThis, GCPhysAddr + 1, pu8[1]);
3378 rc = vga_mem_writeb(pThis, GCPhysAddr + 0, pu8[0]);
3380 rc = vga_mem_writeb(pThis, GCPhysAddr + 1, pu8[1]);
3382 rc = vga_mem_writeb(pThi
[all...]

Completed in 65 milliseconds