Home
last modified time | relevance | path

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

/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
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
421 const unsigned long first_bit = (start_gpa - vmem->addr) / vmem->block_size; in virtio_mem_is_range_plugged() local
433 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