Searched refs:file_bmap (Results 1 – 2 of 2) sorted by relevance
53 unsigned long *file_bmap;58 unsigned long *file_bmap; global() member
1249 clear_bit_atomic(offset >> TARGET_PAGE_BITS, pss->block->file_bmap); in ram_save_page() 1291 set_bit(offset >> TARGET_PAGE_BITS, block->file_bmap);2467 g_free(block->file_bmap);2468 block->file_bmap = NULL;2863 block->file_bmap = bitmap_new(pages); in ram_state_resume_prepare() 3223 qemu_put_buffer_at(f, (uint8_t *)block->file_bmap, bitmap_size, in ram_save_iterate() 3232 g_free(block->file_bmap); in ram_save_iterate() 3233 block->file_bmap = NULL; in ram_save_iterate() 3240 set_bit_atomic(offset >> TARGET_PAGE_BITS, block->file_bmap); in ram_save_iterate() 3242 clear_bit_atomic(offset >> TARGET_PAGE_BITS, block->file_bmap); in ram_save_iterate() [all...]