Searched refs:bitmap_copy_with_src_offset (Results 1 – 3 of 3) 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
|