Home
last modified time | relevance | path

Searched refs:cpu_physical_memory_test_and_clear_dirty (Results 1 – 4 of 4) sorted by relevance

/qemu/include/system/
H A Dram_addr.h465 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()
/qemu/accel/tcg/
H A Dcputlb.c861 cpu_physical_memory_test_and_clear_dirty(ram_addr & TARGET_PAGE_MASK, in tlb_protect_code()
/qemu/system/
H A Dmemory.c2406 cpu_physical_memory_test_and_clear_dirty( in memory_region_reset_dirty()
H A Dphysmem.c911 bool cpu_physical_memory_test_and_clear_dirty(ram_addr_t start, in cpu_physical_memory_test_and_clear_dirty() function