Searched refs:memory_region_set_log (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | framebuffer.c | 34 memory_region_set_log(mem_section->mr, false, DIRTY_MEMORY_VGA); in framebuffer_update_memory_section() 51 memory_region_set_log(mem_section->mr, true, DIRTY_MEMORY_VGA); in framebuffer_update_memory_section()
|
H A D | cg3.c | 314 memory_region_set_log(&s->vram_mem, true, DIRTY_MEMORY_VGA); in cg3_realizefn()
|
H A D | bochs-display.c | 311 memory_region_set_log(&s->vram, true, DIRTY_MEMORY_VGA); in bochs_display_realize()
|
H A D | g364fb.c | 484 memory_region_set_log(&s->mem_vram, true, DIRTY_MEMORY_VGA); in g364fb_init()
|
H A D | macfb.c | 683 memory_region_set_log(&s->mem_vram, true, DIRTY_MEMORY_VGA); in macfb_common_realize()
|
H A D | exynos4210_fimd.c | 1148 memory_region_set_log(w->mem_section.mr, false, DIRTY_MEMORY_VGA); in fimd_update_memory_section() 1181 memory_region_set_log(w->mem_section.mr, true, DIRTY_MEMORY_VGA); in fimd_update_memory_section()
|
H A D | tcx.c | 822 memory_region_set_log(&s->vram_mem, true, DIRTY_MEMORY_VGA); in tcx_realizefn()
|
H A D | vga.c | 1467 memory_region_set_log(&s->vram, true, DIRTY_MEMORY_VGA); in vga_dirty_log_start() 1472 memory_region_set_log(&s->vram, false, DIRTY_MEMORY_VGA); in vga_dirty_log_stop()
|
H A D | sm501.c | 1904 memory_region_set_log(&s->local_mem_region, true, DIRTY_MEMORY_VGA); in sm501_init()
|
/openbmc/qemu/include/exec/ |
H A D | memory.h | 2040 void memory_region_set_log(MemoryRegion *mr, bool log, unsigned client);
|
/openbmc/qemu/system/ |
H A D | memory.c | 2385 void memory_region_set_log(MemoryRegion *mr, bool log, unsigned client) in memory_region_set_log() function
|