Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dram_addr.h456 bool cpu_physical_memory_test_and_clear_dirty(ram_addr_t start,
470 cpu_physical_memory_test_and_clear_dirty(start, length, DIRTY_MEMORY_MIGRATION); in cpu_physical_memory_clear_dirty_range()
471 cpu_physical_memory_test_and_clear_dirty(start, length, DIRTY_MEMORY_VGA); in cpu_physical_memory_clear_dirty_range()
472 cpu_physical_memory_test_and_clear_dirty(start, length, DIRTY_MEMORY_CODE); in cpu_physical_memory_clear_dirty_range()
537 if (cpu_physical_memory_test_and_clear_dirty( in cpu_physical_memory_sync_dirty_bitmap()
/openbmc/qemu/accel/tcg/
H A Dcputlb.c867 cpu_physical_memory_test_and_clear_dirty(ram_addr & TARGET_PAGE_MASK, in tlb_protect_code()
/openbmc/qemu/system/
H A Dphysmem.c874 bool cpu_physical_memory_test_and_clear_dirty(ram_addr_t start, in cpu_physical_memory_test_and_clear_dirty() function
H A Dmemory.c2397 cpu_physical_memory_test_and_clear_dirty( in memory_region_reset_dirty()