HomeSort by relevance Sort by last modified time
    Searched refs:dirty_flags (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/exec/
cpu-all.h 513 int dirty_flags)
515 return ram_list.phys_dirty[addr >> TARGET_PAGE_BITS] & dirty_flags;
524 int dirty_flags)
526 return ram_list.phys_dirty[addr >> TARGET_PAGE_BITS] |= dirty_flags;
531 int dirty_flags)
537 mask = ~dirty_flags;
545 int dirty_flags);
  /external/qemu/
exec.c 536 int dirty_flags)
547 cpu_physical_memory_mask_dirty_range(start, length, dirty_flags);
1465 int dirty_flags; local
1485 int dirty_flags; local
1505 int dirty_flags; local
    [all...]

Completed in 212 milliseconds