Searched refs:phys_ram_dirty (Results 1 – 3 of 3) sorted by relevance
117 uint8_t *phys_ram_dirty; variable1848 phys_ram_dirty[ram_addr >> TARGET_PAGE_BITS] |= CODE_DIRTY_FLAG; in tlb_unprotect_code_phys()1880 p = phys_ram_dirty + (start >> TARGET_PAGE_BITS); in cpu_physical_memory_reset_dirty()2484 phys_ram_dirty = qemu_realloc(phys_ram_dirty, in qemu_ram_alloc()2486 memset(phys_ram_dirty + (last_ram_offset >> TARGET_PAGE_BITS), in qemu_ram_alloc()2644 dirty_flags = phys_ram_dirty[ram_addr >> TARGET_PAGE_BITS]; in notdirty_mem_writeb()2648 dirty_flags = phys_ram_dirty[ram_addr >> TARGET_PAGE_BITS]; in notdirty_mem_writeb()2653 phys_ram_dirty[ram_addr >> TARGET_PAGE_BITS] = dirty_flags; in notdirty_mem_writeb()2664 dirty_flags = phys_ram_dirty[ram_addr >> TARGET_PAGE_BITS]; in notdirty_mem_writew()2668 dirty_flags = phys_ram_dirty[ram_addr >> TARGET_PAGE_BITS]; in notdirty_mem_writew()[all …]
849 extern uint8_t *phys_ram_dirty;881 return phys_ram_dirty[addr >> TARGET_PAGE_BITS] == 0xff; in cpu_physical_memory_is_dirty()887 return phys_ram_dirty[addr >> TARGET_PAGE_BITS] & dirty_flags; in cpu_physical_memory_get_dirty()892 phys_ram_dirty[addr >> TARGET_PAGE_BITS] = 0xff; in cpu_physical_memory_set_dirty()
227 kinit.ram_dirty = phys_ram_dirty; in kqemu_init()273 if (phys_ram_dirty[ram_addr >> TARGET_PAGE_BITS] != 0xff) in kqemu_set_notdirty()