Searched refs:cpu_physical_memory_test_and_clear_dirty (Results 1 – 4 of 4) sorted by relevance
465 bool cpu_physical_memory_test_and_clear_dirty(ram_addr_t start,479 cpu_physical_memory_test_and_clear_dirty(start, length, DIRTY_MEMORY_MIGRATION); in cpu_physical_memory_clear_dirty_range()480 cpu_physical_memory_test_and_clear_dirty(start, length, DIRTY_MEMORY_VGA); in cpu_physical_memory_clear_dirty_range()481 cpu_physical_memory_test_and_clear_dirty(start, length, DIRTY_MEMORY_CODE); in cpu_physical_memory_clear_dirty_range()546 if (cpu_physical_memory_test_and_clear_dirty( in cpu_physical_memory_sync_dirty_bitmap()
861 cpu_physical_memory_test_and_clear_dirty(ram_addr & TARGET_PAGE_MASK, in tlb_protect_code()
2406 cpu_physical_memory_test_and_clear_dirty( in memory_region_reset_dirty()
911 bool cpu_physical_memory_test_and_clear_dirty(ram_addr_t start, in cpu_physical_memory_test_and_clear_dirty() function