Home
last modified time | relevance | path

Searched refs:clear_bmap_shift (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/system/
H A Dramblock.h76 * decided by the `clear_bmap_shift' variable below). On
78 * `clear_bmap_shift' is meaningless.
81 uint8_t clear_bmap_shift;
86 uint8_t clear_bmap_shift; global() member
H A Dram_addr.h54 uint8_t shift = rb->clear_bmap_shift;
70 uint8_t shift = rb->clear_bmap_shift;
/openbmc/qemu/migration/
H A Dram.c760 shift = rb->clear_bmap_shift; in migration_clear_memory_region_dirty_bitmap()
782 unsigned long i, chunk_pages = 1UL << rb->clear_bmap_shift; in migration_clear_memory_region_dirty_bitmap_range()
2865 block->clear_bmap_shift = shift; in ram_state_resume_prepare()