Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvirtio-mem.c217 unsigned long first_bit, last_bit; in virtio_mem_for_each_plugged_range() local
226 size = (last_bit - first_bit + 1) * vmem->block_size; in virtio_mem_for_each_plugged_range()
233 last_bit + 2); in virtio_mem_for_each_plugged_range()
267 unsigned long first_bit, last_bit; in virtio_mem_for_each_plugged_section() local
279 size = (last_bit - first_bit + 1) * vmem->block_size; in virtio_mem_for_each_plugged_section()
289 last_bit + 2); in virtio_mem_for_each_plugged_section()
299 unsigned long first_bit, last_bit; in virtio_mem_for_each_unplugged_section() local
311 size = (last_bit - first_bit + 1) * vmem->block_size; in virtio_mem_for_each_unplugged_section()
321 last_bit + 2); in virtio_mem_for_each_unplugged_section()
418 return found_bit > last_bit; in virtio_mem_is_range_plugged()
[all …]
/qemu/hw/core/
H A Dnuma.c211 int i, first_bit, last_bit; in parse_numa_hmat_lb() local
356 last_bit = 64 - clz64(bitmap_copy); in parse_numa_hmat_lb()
363 if ((last_bit - first_bit) > UINT16_BITS || in parse_numa_hmat_lb()