HomeSort by relevance Sort by last modified time
    Searched full:dirty_addr (Results 1 - 1 of 1) sorted by null

  /external/qemu/hw/android/goldfish/
fb.c 284 uint32_t dirty_addr = dirty_base; local
289 /* If dirty_addr is != 0, then use it as a physical address to
293 if (dirty_addr != 0) {
298 int len2 = TARGET_PAGE_SIZE - (dirty_addr & (TARGET_PAGE_SIZE-1));
303 dirty |= cpu_physical_memory_get_dirty(dirty_addr, VGA_DIRTY_FLAG);
304 dirty_addr += len2;

Completed in 59 milliseconds