Home
last modified time | relevance | path

Searched defs:first_bit (Results 1 – 7 of 7) sorted by relevance

/qemu/system/
H A Dram-block-attributes.c44 const uint64_t first_bit = section->offset_within_region / block_size; 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
326 const unsigned long first_bit = offset / block_size; in ram_block_attributes_state_change() local
/qemu/scripts/kvm/
H A Dvmxcap92 def first_bit(key): function
/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
399 const unsigned long first_bit = (start_gpa - vmem->addr) / vmem->block_size; in virtio_mem_is_range_plugged() local
411 const unsigned long first_bit = (start_gpa - vmem->addr) / vmem->block_size; in virtio_mem_is_range_unplugged() local
/qemu/tests/qemu-iotests/
H A D257114 def first_bit(self): member in EmulatedBitmap
/qemu/hw/core/
H A Dnuma.c211 int i, first_bit, last_bit; in parse_numa_hmat_lb() local
/qemu/hw/pci/
H A Dpcie_aer.c424 uint8_t first_bit = ctz32(err->status); in pcie_aer_update_log() local
/qemu/tests/unit/
H A Dtest-hbitmap.c828 bool first_bit = hbitmap_get(data->hb, start); in test_hbitmap_next_x_check_range() local