Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dbitmap.h81 int slow_bitmap_and(unsigned long *dst, const unsigned long *bitmap1,
142 return slow_bitmap_and(dst, src1, src2, nbits); in bitmap_and()
/qemu/util/
H A Dbitmap.c112 int slow_bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in slow_bitmap_and() function