Home
last modified time | relevance | path

Searched refs:bitmap_blocks (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/system/
H A Ddump.h73 uint32_t bitmap_blocks; /* Size of Memory bitmap in block */ member
91 uint32_t bitmap_blocks; /* Size of Memory bitmap in block */ member
/openbmc/qemu/dump/
H A Ddump.c972 uint32_t bitmap_blocks; in create_header32() local
990 bitmap_blocks = DIV_ROUND_UP(s->len_dump_bitmap, block_size) * 2; in create_header32()
991 dh->bitmap_blocks = cpu_to_dump32(s, bitmap_blocks); in create_header32()
1065 s->offset_page = (DISKDUMP_HEADER_BLOCKS + sub_hdr_size + bitmap_blocks) * in create_header32()
1083 uint32_t bitmap_blocks; in create_header64() local
1101 bitmap_blocks = DIV_ROUND_UP(s->len_dump_bitmap, block_size) * 2; in create_header64()
1102 dh->bitmap_blocks = cpu_to_dump32(s, bitmap_blocks); in create_header64()
1177 s->offset_page = (DISKDUMP_HEADER_BLOCKS + sub_hdr_size + bitmap_blocks) * in create_header64()