Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Drange.h223 static inline int range_get_last_bit(Range *range) in range_get_last_bit() function
/openbmc/qemu/hw/vfio/
H A Dhelpers.c673 return range_get_last_bit(range) + 1; in vfio_device_get_aw_bits()