Home
last modified time | relevance | path

Searched refs:bitmap_copy_with_src_offset (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-bitmap.c35 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 Dbitmap.h284 void bitmap_copy_with_src_offset(unsigned long *dst, const unsigned long *src,
/openbmc/qemu/util/
H A Dbitmap.c456 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 Dkvm-all.c1069 bitmap_copy_with_src_offset(bmap_clear, mem->dirty_bmap, in kvm_log_clear_one_slot()