Home
last modified time | relevance | path

Searched refs:first (Results 101 – 125 of 252) sorted by relevance

1234567891011

/qemu/migration/
H A Dram.c798 unsigned long first, next; in colo_bitmap_find_dirty() local
806 first = find_next_bit(bitmap, size, start); in colo_bitmap_find_dirty()
807 if (first >= size) { in colo_bitmap_find_dirty()
808 return first; in colo_bitmap_find_dirty()
810 next = find_next_zero_bit(bitmap, size, first + 1); in colo_bitmap_find_dirty()
811 assert(next >= first); in colo_bitmap_find_dirty()
812 *num = next - first; in colo_bitmap_find_dirty()
813 return first; in colo_bitmap_find_dirty()
/qemu/docs/devel/
H A Dstyle.rst58 opening parenthesis of the first.
73 * align the secondary lines just after the opening parenthesis of the first
291 #include "qemu/osdep.h" /* Always first... */
296 of core system headers like <stdint.h>. It must be the first include so that
645 in the base C language. The first declaration of a storage or class
651 For a storage structure the first declaration should always be called
652 "parent_obj" and for a class structure the first member should always
H A Ddecodetree.rst31 For *unnamed_field*, the first number is the least-significant bit position
92 If the form of the *args_elt* contains a colon, the first
H A Dreset.rst12 reset first) are addressed.
99 startup), all first phases of all objects are executed, then all second phases
118 *hold* phases are executed only when asserting reset for the first time
/qemu/hw/virtio/
H A Dtrace-events33 …n(int is_ram, int is_iommu, int is_protected, int is_ram_device, uint64_t first, uint64_t last, in…
68 vhost_vdpa_get_iova_range(void *dev, uint64_t first, uint64_t last) "dev: %p first: 0x%"PRIx64" las…
/qemu/docs/system/riscv/
H A Dvirt.rst59 By default, the first flash device (pflash0) is expected to contain
74 the first flash device (pflash0) by additionally passing ``-bios
/qemu/docs/system/
H A Dvirtio-net-failover.rst58 that if the virtio-net device is plugged first a warning will be issued that it
H A Dbootindex.rst45 first. If this fails, it should try the virtio NIC next; if this fails
/qemu/docs/system/s390x/
H A Dcss.rst30 QEMU places a device at the first free subchannel in the specified subchannel
/qemu/docs/system/arm/
H A Dvexpress.rst63 the first flash bank
/qemu/qapi/
H A Dnet.json142 # @dhcpstart: the first of the 16 IPs the built-in DHCP server can
445 # then 'native' will be tried first, then 'skb'.
876 # first event will always be emitted
899 # @initial: Initial delay (in ms) before sending the first GARP/RARP
H A Dcontrol.json25 # Notes: This command is valid exactly when first connecting: it must
H A Dblock.json39 # @rechs: Same as @large, but first convert a 16-head geometry to
/qemu/docs/interop/
H A Dpr-helper.rst56 - the command (stored in the first byte) must be one of 0x5E
H A Dvirtio-balloon-stats.rst8 Before querying the available stats, clients first have to enable polling.
/qemu/tests/qapi-schema/
H A Ddoc-good.out87 Since: the first age
/qemu/docs/devel/migration/
H A Dpostcopy.rst76 Entered on receipt of the first 'discard' command; prior to
77 the first Discard being performed, hugepages are switched off
84 The first command in the package, POSTCOPY_LISTEN, switches
/qemu/docs/specs/
H A Dsev-guest-firmware.rst21 The table is parsed from the footer: first the presence of the table
/qemu/docs/system/devices/
H A Dusb-u2f.rst34 autoscan to take the first U2F device it finds on the host (this
H A Dvhost-user.rst78 vhost-user-device without first patching out::
/qemu/hw/usb/
H A Dhcd-uhci.c172 UHCIAsync *first = QTAILQ_FIRST(&queue->asyncs); in uhci_queue_verify() local
178 (queuing || !(td->ctrl & TD_CTRL_ACTIVE) || first == NULL || in uhci_queue_verify()
179 first->td_addr == td_addr); in uhci_queue_verify()
/qemu/hw/nvram/
H A Dxlnx-versal-efuse-ctrl.c299 unsigned first, uint32_t lk_mask) in efuse_key_crc_check() argument
311 if (lk_bits == 0 && xlnx_efuse_k256_check(s->efuse, crc, first)) { in efuse_key_crc_check()
/qemu/contrib/gitdm/
H A Dfiletypes.txt41 # (most common languages first
/qemu/tests/avocado/acpi-bits/bits-tests/
H A Dsmilatency.py279 …testsuite.print_detail(" Times between first few observations: {}".format(" ".join("{:>6}".format(…
/qemu/.gitlab-ci.d/
H A Dbase.yml14 # They are evaluated in order and first match wins.

1234567891011