Home
last modified time | relevance | path

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

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