Searched refs:file_bmap (Results 1 – 2 of 2) sorted by relevance
53 unsigned long *file_bmap; member
1148 clear_bit_atomic(offset >> TARGET_PAGE_BITS, pss->block->file_bmap); in save_zero_page()1216 set_bit(offset >> TARGET_PAGE_BITS, block->file_bmap); in save_normal_page()2363 g_free(block->file_bmap); in ram_bitmaps_destroy()2364 block->file_bmap = NULL; in ram_bitmaps_destroy()2751 block->file_bmap = bitmap_new(pages); in ram_list_init_bitmaps()3095 qemu_put_buffer_at(f, (uint8_t *)block->file_bmap, bitmap_size, in ram_save_file_bmap()3104 g_free(block->file_bmap); in ram_save_file_bmap()3105 block->file_bmap = NULL; in ram_save_file_bmap()3112 set_bit_atomic(offset >> TARGET_PAGE_BITS, block->file_bmap); in ramblock_set_file_bmap_atomic()3114 clear_bit_atomic(offset >> TARGET_PAGE_BITS, block->file_bmap); in ramblock_set_file_bmap_atomic()