Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 25 of 49) sorted by relevance

12

/qemu/scripts/qapi/
H A Dcommon.py148 def increase(self, amount: int = 4) -> None:
150 self._level += amount
152 def decrease(self, amount: int = 4) -> None:
154 assert amount <= self._level
155 self._level -= amount
/qemu/target/mips/tcg/
H A Dtx79.decode20 # reduce the amount of duplication between instruction patterns.
/qemu/docs/interop/
H A Ddbus-vmstate.rst17 For now, the data amount to be transferred is arbitrarily limited to
H A Dfirmware.json197 # logs a large amount of debug messages, which may
208 # @verbose-static: The firmware unconditionally produces a large amount
/qemu/docs/devel/
H A Dtrivial-patches.rst10 on the mailing list even though they require only a small amount of
H A Dtcg-icount.rst30 which represents the amount of elapsed time in the system since
/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c1591 HexValue amount = *width; in gen_rotl() local
1595 if (amount.bit_width < src->bit_width) { in gen_rotl()
1596 amount = gen_rvalue_extend(c, locp, &amount); in gen_rotl()
1598 amount = gen_rvalue_truncate(c, locp, &amount); in gen_rotl()
1600 amount = rvalue_materialize(c, locp, &amount); in gen_rotl()
1602 &res, ", ", src, ", ", &amount, ");\n"); in gen_rotl()
/qemu/docs/specs/
H A Drapl-msr.rst35 The MSR_PKG_ENERGY_STATUS is a counter; it represents the total amount of
97 time of a process with the [pid] as the process ID. It gives the amount
/qemu/docs/system/
H A Dtarget-openrisc.rst40 bit of hardware, such as small amount of RAM, no PCI or other hard disk, etc.,
H A Dtarget-riscv.rst45 bit of hardware, such as small amount of RAM, no PCI or other hard
H A Dtarget-arm.rst55 bit of hardware, such as small amount of RAM, no PCI or other hard
H A Ddevice-url-syntax.rst.inc160 The amount of data to read ahead with each range request to the
H A Dintroduction.rst130 - Define the machine type, amount of memory etc
/qemu/docs/system/arm/
H A Dvexpress.rst50 - QEMU allows the amount of RAM provided to be specified with the
/qemu/docs/
H A Dthrottle.txt74 user to do bursts of I/O for a configurable amount of time. A burst is
75 an amount of I/O that can exceed the basic limit. Bursts are useful to
80 Two parameters control bursts: their length and the maximum amount of
H A Dmemory-hotplug.txt13 hotpluggable memory slots to create and what is the maximum amount of
H A Dqcow2-cache.txt65 amount of allocated space.
80 the amount of allocated space.
H A Dmulti-thread-compression.txt29 the amount of data transferred will decrease; this factor can reduce
H A Dxbzrle.txt12 compressed version of the updates, thus reducing the amount of data sent during
/qemu/qapi/
H A Dmigration.json17 # @transferred: amount of bytes already transferred to the target VM
19 # @remaining: amount of bytes remaining to be transferred to the
22 # @total: total amount of bytes involved in the migration process
84 # @bytes: amount of bytes already transferred to the target VM
86 # @pages: amount of pages transferred to the target VM
108 # @pages: amount of pages compressed and transferred to the target VM
115 # @compressed-size: amount of bytes after compression
183 # @transferred: amount of bytes transferred to the target VM by VFIO
207 # @total-time: total amount of milliseconds since migration started.
218 # @setup-time: amount of setup time in milliseconds *before* the
H A Ddump.json52 # can take very long depending on the amount of guest memory.
H A Dmachine.json411 # by a potentially quite significant amount all at once, as if the
422 # amount of time during which ticks have been missed.
1223 # @committed: the amount of memory in use inside the guest plus the
1224 # amount of the memory unusable inside the guest (ballooned out,
1227 # @available: the amount of the memory inside the guest available for
1301 # Return the amount of initially allocated and present hotpluggable
/qemu/target/riscv/
H A Dtranslate.c767 #define EX_SH(amount) \ argument
768 static int ex_shift_##amount(DisasContext *ctx, int imm) \
770 return imm << amount; \
/qemu/docs/devel/migration/
H A Dvfio.rst12 accommodate VFIO devices that have a large amount of data that needs to be
58 driver, which indicates the amount of data that the vendor driver has yet to
/qemu/
H A Dhmp-commands-info.hx790 .help = "show the amount of initially allocated and "
797 Display the amount of initially allocated and present hotpluggable (if

12