Searched refs:file_bmap (Results 1 – 2 of 2) sorted by relevance
53 unsigned long *file_bmap; member
1160 clear_bit_atomic(offset >> TARGET_PAGE_BITS, pss->block->file_bmap); in save_zero_page()1202 set_bit(offset >> TARGET_PAGE_BITS, block->file_bmap); in save_normal_page()2376 g_free(block->file_bmap); in ram_bitmaps_destroy()2377 block->file_bmap = NULL; in ram_bitmaps_destroy()2772 block->file_bmap = bitmap_new(pages); in ram_list_init_bitmaps()3132 qemu_put_buffer_at(f, (uint8_t *)block->file_bmap, bitmap_size, in ram_save_file_bmap()3141 g_free(block->file_bmap); in ram_save_file_bmap()3142 block->file_bmap = NULL; in ram_save_file_bmap()3149 set_bit_atomic(offset >> TARGET_PAGE_BITS, block->file_bmap); in ramblock_set_file_bmap_atomic()3151 clear_bit_atomic(offset >> TARGET_PAGE_BITS, block->file_bmap); in ramblock_set_file_bmap_atomic()