Lines Matching defs:RAMState
366 struct RAMState { struct
371 PageSearchStatus pss[RAM_CHANNEL_MAX];
373 int uffdio_fd;
375 uint64_t ram_bytes_total;
377 RAMBlock *last_seen_block;
379 ram_addr_t last_page;
381 uint32_t last_version;
383 int dirty_rate_high_cnt;
386 int64_t time_last_bitmap_sync;
388 uint64_t bytes_xfer_prev;
390 uint64_t num_dirty_pages_period;
392 uint64_t xbzrle_cache_miss_prev;
394 uint64_t xbzrle_pages_prev;
396 uint64_t xbzrle_bytes_prev;
398 bool xbzrle_started;
400 bool last_stage;
403 uint64_t target_page_count_prev;
405 uint64_t target_page_count;
407 uint64_t migration_dirty_pages;
436 typedef struct RAMState RAMState; argument