Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dbitmap.h271 long old_nbits, long new_nbits) in bitmap_zero_extend() argument
273 long new_nelem = BITS_TO_LONGS(new_nbits); in bitmap_zero_extend()
275 bitmap_clear(ptr, old_nbits, new_nbits - old_nbits); in bitmap_zero_extend()