Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvirtio-mem.c226 unsigned long first_bit, last_bit; in virtio_mem_for_each_plugged_range() local
276 unsigned long first_bit, last_bit; in virtio_mem_for_each_plugged_section() local
308 unsigned long first_bit, last_bit; in virtio_mem_for_each_unplugged_section() local
422 const unsigned long last_bit = first_bit + (size / vmem->block_size) - 1; in virtio_mem_is_range_plugged() local
434 const unsigned long last_bit = first_bit + (size / vmem->block_size) - 1; in virtio_mem_is_range_unplugged() local
/qemu/hw/core/
H A Dnuma.c211 int i, first_bit, last_bit; in parse_numa_hmat_lb() local