Home
last modified time | relevance | path

Searched refs:end (Results 551 – 575 of 635) sorted by relevance

1...<<212223242526

/qemu/qga/
H A Dqapi-schema.json347 # @end: Add offset to the end of the file (same effect as 'whence':2)
351 { 'enum': 'QGASeek', 'data': [ 'set', 'cur', 'end' ] }
358 # @value: Integral value (0 for set, 1 for cur, 2 for end), available
/qemu/accel/kvm/
H A Dkvm-all.c893 uint64_t end, bmap_start, start_delta, bmap_npages; in kvm_log_clear_one_slot() local
911 * (2) the size fills up until the end of the KVM memslot. in kvm_log_clear_one_slot()
915 end = mem->memory_size / psize; in kvm_log_clear_one_slot()
916 if (bmap_npages > end - bmap_start) { in kvm_log_clear_one_slot()
917 bmap_npages = end - bmap_start; in kvm_log_clear_one_slot()
937 * start bmap_start (start) end in kvm_log_clear_one_slot()
940 * [1] bmap_npages can be aligned to either 64 pages or the end of slot in kvm_log_clear_one_slot()
961 * (or the end of memory slot) in kvm_log_clear_one_slot()
2356 { /* end of list */ } in kvm_init()
/qemu/docs/devel/migration/
H A Dvfio.rst199 At the end, .load_cleanup() is called for each device and vCPUs are started
/qemu/tests/qapi-schema/
H A Dmeson.build79 'doc-invalid-end.json',
/qemu/docs/interop/
H A Dqcow2.txt233 @header_length must be a multiple of 8, which means that if the end of the last
266 the remaining space between the end of the header extension area and the end of
/qemu/nbd/
H A Dserver.c2499 int64_t end = offset + length; in bitmap_to_extents() local
2506 bdrv_dirty_bitmap_next_dirty_area(bitmap, start, end, bound, in bitmap_to_extents()
2520 (void) nbd_extent_array_add(es, end - start, 0); in bitmap_to_extents()
/qemu/docs/devel/
H A Dtcg-plugins.rst308 default it will give a summary of syscall stats at the end of the
459 caused by a timer firing to service the GUI causing a block to end
H A Dtcg.rst163 memory until the end of the translation block. This is done for internal
/qemu/hw/i386/
H A Dtrace-events37 vtd_page_walk_level(uint64_t addr, uint32_t level, uint64_t start, uint64_t end) "walk (base=0x%"PR…
/qemu/pc-bios/keymaps/
H A Dmk410 # evdev 107 (0x6b), QKeyCode "end", number 0xcf
991 # quirks section end
H A Dru411 # evdev 107 (0x6b), QKeyCode "end", number 0xcf
992 # quirks section end
H A Dar453 # evdev 107 (0x6b), QKeyCode "end", number 0xcf
1034 # quirks section end
H A Det408 # evdev 107 (0x6b), QKeyCode "end", number 0xcf
989 # quirks section end
H A Dfr-ca431 # evdev 107 (0x6b), QKeyCode "end", number 0xcf
1012 # quirks section end
H A Dth410 # evdev 107 (0x6b), QKeyCode "end", number 0xcf
991 # quirks section end
H A Dja412 # evdev 107 (0x6b), QKeyCode "end", number 0xcf
995 # quirks section end
H A Dbepo444 # evdev 107 (0x6b), QKeyCode "end", number 0xcf
1025 # quirks section end
H A Den-us410 # evdev 107 (0x6b), QKeyCode "end", number 0xcf
991 # quirks section end
H A Dfr-ch499 # evdev 107 (0x6b), QKeyCode "end", number 0xcf
1080 # quirks section end
H A Dhr500 # evdev 107 (0x6b), QKeyCode "end", number 0xcf
1081 # quirks section end
/qemu/target/riscv/insn_trans/
H A Dtrans_rvi.c.inc796 * end the TB and return to main loop
820 * however we need to end the translation block
/qemu/target/microblaze/
H A Dtranslate.c37 #define EXTRACT_FIELD(src, start, end) \ argument
38 (((src) >> start) & ((1 << (end - start + 1)) - 1))
/qemu/hw/display/
H A Dvirtio-gpu.c302 goto end; in virtio_gpu_resource_create_2d()
318 end: in virtio_gpu_resource_create_2d()
/qemu/docs/tools/
H A Dqemu-storage-daemon.rst106 ``growable`` is set, writes after the end of the exported file will grow the
/qemu/hw/vfio/
H A Dcontainer.c328 cap->iova_ranges[i].end); in vfio_get_info_iova_range()

1...<<212223242526