Searched refs:bitmap_copy_with_src_offset (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-bitmap.c | 35 bitmap_copy_with_src_offset(bmap2, bmap3, 200, total); in check_bitmap_copy_with_offset() 45 bitmap_copy_with_src_offset(bmap2, bmap1, 40, 250); in check_bitmap_copy_with_offset()
|
/openbmc/qemu/include/qemu/ |
H A D | bitmap.h | 284 void bitmap_copy_with_src_offset(unsigned long *dst, const unsigned long *src,
|
/openbmc/qemu/util/ |
H A D | bitmap.c | 456 void bitmap_copy_with_src_offset(unsigned long *dst, const unsigned long *src, in bitmap_copy_with_src_offset() function
|
/openbmc/qemu/accel/kvm/ |
H A D | kvm-all.c | 1069 bitmap_copy_with_src_offset(bmap_clear, mem->dirty_bmap, in kvm_log_clear_one_slot()
|