Home
last modified time | relevance | path

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

/qemu/system/
H A Dram-block-attributes.c45 const uint64_t last_bit = in ram_block_attributes_rdm_is_populated() local
82 unsigned long first_bit, last_bit; in ram_block_attributes_for_each_populated_section() local
123 unsigned long first_bit, last_bit; in ram_block_attributes_for_each_discarded_section() local
328 const unsigned long last_bit = first_bit + nbits - 1; in ram_block_attributes_state_change() local
/qemu/hw/virtio/
H A Dvirtio-mem.c226 unsigned long first_bit, last_bit; in virtio_mem_for_each_plugged_range() local
254 unsigned long first_bit, last_bit; in virtio_mem_for_each_plugged_section() local
286 unsigned long first_bit, last_bit; in virtio_mem_for_each_unplugged_section() local
400 const unsigned long last_bit = first_bit + (size / vmem->block_size) - 1; in virtio_mem_is_range_plugged() local
412 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