Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dbitmap.h84 int slow_bitmap_full(const unsigned long *bitmap, long bits);
217 return slow_bitmap_full(src, nbits); in bitmap_full()
/openbmc/qemu/util/
H A Dbitmap.c59 int slow_bitmap_full(const unsigned long *bitmap, long bits) in slow_bitmap_full() function