Searched defs:RamblockDirtyInfo (Results 1 – 1 of 1) sorted by relevance
56 struct RamblockDirtyInfo { struct57 char idstr[RAMBLOCK_INFO_MAX_LEN]; /* idstr for each ramblock */58 uint8_t *ramblock_addr; /* base address of ramblock we measure */59 uint64_t ramblock_pages; /* ramblock size in TARGET_PAGE_SIZE */60 uint64_t *sample_page_vfn; /* relative offset address for sampled page */61 uint64_t sample_pages_count; /* count of sampled pages */62 uint64_t sample_dirty_count; /* count of dirty pages we measure */63 uint32_t *hash_result; /* array of hash result for sampled pages */