Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dbitmap.h83 int slow_bitmap_empty(const unsigned long *bitmap, long bits);
208 return slow_bitmap_empty(src, nbits); in bitmap_empty()
/openbmc/qemu/util/
H A Dbitmap.c41 int slow_bitmap_empty(const unsigned long *bitmap, long bits) in slow_bitmap_empty() function