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

  /external/qemu/
cpu-all.h 969 int dirty_flags)
971 return ram_list.phys_dirty[addr >> TARGET_PAGE_BITS] & dirty_flags;
980 int dirty_flags)
982 return ram_list.phys_dirty[addr >> TARGET_PAGE_BITS] |= dirty_flags;
987 int dirty_flags)
993 mask = ~dirty_flags;
1001 int dirty_flags);
exec.c 2867 int dirty_flags; local
2887 int dirty_flags; local
2907 int dirty_flags; local
    [all...]

Completed in 36 milliseconds