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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp2162 int width, height, page0, page1, bwidth, bits; local
2221 page0 = addr & ~PAGE_OFFSET_MASK;
2223 bool update = full_update | vga_is_dirty(pThis, page0) | vga_is_dirty(pThis, page1);
2224 if (page1 - page0 > PAGE_SIZE)
2226 update |= vga_is_dirty(pThis, page0 + PAGE_SIZE);
2233 if (page0 < page_min)
2234 page_min = page0;
2274 int width, height, shift_control, line_offset, page0, page1, bwidth, bits; local
2408 page0 = addr & ~PAGE_OFFSET_MASK;
2410 bool update = full_update | vga_is_dirty(pThis, page0) | vga_is_dirt
[all...]

Completed in 43 milliseconds