Searched refs:DirtyBitmapSnapshot (Results 1 – 14 of 14) sorted by relevance
| /qemu/include/qemu/ |
| A D | typedefs.h | 45 typedef struct DirtyBitmapSnapshot DirtyBitmapSnapshot; typedef
|
| /qemu/hw/display/ |
| A D | framebuffer.c | 69 DirtyBitmapSnapshot *snap; in framebuffer_update_display()
|
| A D | g364fb.c | 71 static inline int check_dirty(G364State *s, DirtyBitmapSnapshot *snap, ram_addr_t page) in check_dirty() 79 DirtyBitmapSnapshot *snap; in g364fb_draw_graphic8()
|
| A D | tcx.c | 111 static int tcx_check_dirty(TCXState *s, DirtyBitmapSnapshot *snap, in tcx_check_dirty() 217 DirtyBitmapSnapshot *snap = NULL; in tcx_update_display() 267 DirtyBitmapSnapshot *snap = NULL; in tcx24_update_display()
|
| A D | macfb.c | 265 static int macfb_check_dirty(MacfbState *s, DirtyBitmapSnapshot *snap, in macfb_check_dirty() 274 DirtyBitmapSnapshot *snap = NULL; in macfb_draw_graphic()
|
| A D | cg3.c | 98 DirtyBitmapSnapshot *snap = NULL; in cg3_update_display()
|
| A D | bochs-display.c | 204 DirtyBitmapSnapshot *snap = NULL; in bochs_display_update()
|
| A D | sm501.c | 1722 DirtyBitmapSnapshot *snap; in sm501_update_display()
|
| A D | exynos4210_fimd.c | 1271 DirtyBitmapSnapshot *snap; in exynos4210_fimd_update()
|
| A D | vga.c | 1484 DirtyBitmapSnapshot *snap = NULL; in vga_draw_graphic()
|
| /qemu/include/exec/ |
| A D | ram_addr.h | 460 DirtyBitmapSnapshot *cpu_physical_memory_snapshot_and_clear_dirty 463 bool cpu_physical_memory_snapshot_get_dirty(DirtyBitmapSnapshot *snap,
|
| A D | memory.h | 2098 DirtyBitmapSnapshot *memory_region_snapshot_and_clear_dirty(MemoryRegion *mr, 2113 DirtyBitmapSnapshot *snap,
|
| /qemu/system/ |
| A D | physmem.c | 170 struct DirtyBitmapSnapshot { struct 922 DirtyBitmapSnapshot *cpu_physical_memory_snapshot_and_clear_dirty in cpu_physical_memory_snapshot_and_clear_dirty() 928 DirtyBitmapSnapshot *snap; in cpu_physical_memory_snapshot_and_clear_dirty() 976 bool cpu_physical_memory_snapshot_get_dirty(DirtyBitmapSnapshot *snap, in cpu_physical_memory_snapshot_get_dirty()
|
| A D | memory.c | 2374 DirtyBitmapSnapshot *memory_region_snapshot_and_clear_dirty(MemoryRegion *mr, in memory_region_snapshot_and_clear_dirty() 2379 DirtyBitmapSnapshot *snapshot; in memory_region_snapshot_and_clear_dirty() 2387 bool memory_region_snapshot_get_dirty(MemoryRegion *mr, DirtyBitmapSnapshot *snap, in memory_region_snapshot_get_dirty()
|
Completed in 60 milliseconds