Home
last modified time | relevance | path

Searched refs:units (Results 1 – 25 of 29) sorted by relevance

12

/qemu/util/
H A Dthrottle.c481 double units = 1.0; in throttle_account() local
487 units = (double) size / ts->cfg.op_size; in throttle_account()
500 bkt->level += units; in throttle_account()
502 bkt->burst_level += units; in throttle_account()
/qemu/tests/unit/
H A Dtest-throttle.c130 double units = bkt.max / 10.0; in test_compute_wait() local
131 bkt.level += units; in test_compute_wait()
132 bkt.burst_level += units; in test_compute_wait()
/qemu/qapi/
H A Dcommon.json100 # An enumeration of PCIe link speeds in units of GT/s
H A Dmigration.json1993 # @dirty-rate: an estimate of the dirty page rate of the VM in units
1998 # @start-time: start time in units of second for calculation
/qemu/docs/devel/
H A Dsecure-coding-practices.rst47 is a device that contains multiple units that are selectable by the guest via
H A Dclocks.rst57 representing it in units of 2 :sup:`-32` ns. The special value of 0 is used to
330 internal representation, as an unsigned 64-bit integer in units of
H A Dtcg-ops.rst716 The former specifies the length of the vector in log2 64-bit units; the
717 latter specifies the length of the element (if applicable) in log2 8-bit units.
/qemu/libdecnumber/
H A DdecNumber.c2645 uInt units, shift; /* work */ in decNumberRotate() local
2685 units=rotate/DECDPUN; /* whole units to rotate */ in decNumberRotate()
2702 if (units>0) { /* some to do */ in decNumberRotate()
2709 decShiftToLeast(res->lsu, units, shift); in decNumberRotate()
2715 decReverse(res->lsu+units, msumax); /* left part */ in decNumberRotate()
2716 decReverse(res->lsu, res->lsu+units-1); /* right part */ in decNumberRotate()
6888 static Int decShiftToLeast(Unit *uar, Int units, Int shift) { argument
6893 if (shift==0) return units; /* [fastpath] nothing to do */
6894 if (shift==units*DECDPUN) { /* [fastpath] little to do */
6903 for (; up<uar+units; target++, up++) *target=*up;
[all …]
/qemu/docs/system/devices/
H A Dusb.rst132 handle multiple logical units (disks). This example creates three
133 logical units: two disks and one cdrom drive:
H A Dnvme.rst218 ``mdts``, the value is specified as a power of two (2^n) and is in units of
/qemu/qga/
H A Dqapi-schema.json945 'data-units-read-lo': 'uint64',
946 'data-units-read-hi': 'uint64',
947 'data-units-written-lo': 'uint64',
948 'data-units-written-hi': 'uint64',
1196 # minimal units of memory block online/offline operations (also
/qemu/docs/system/arm/
H A Dcpu-features.rst403 is in units of bytes and must be between 16 and 8192.
436 is in units of bytes and must be between 16 and 8192.
/qemu/docs/
H A Dqcow2-cache.txt24 A qcow2 file is organized in units of constant size called clusters.
H A Dthrottle.txt13 units, but it is currently used to limit the number of bytes per second
/qemu/pc-bios/
H A Dcanyonlands.dts112 unused-units = <0x00000100>;
/qemu/docs/system/i386/
H A Dhyperv.rst64 virtual processor run time in 100ns units. This gives guest operating system an
/qemu/tests/qemu-iotests/
H A D172.out964 QEMU_PROG: -device floppy,drive=none1: Can't create floppy unit 2, bus supports only 2 units
/qemu/docs/interop/
H A Dqcow2.txt3 A qcow2 image file is organized in units of constant size, which are called
/qemu/target/xtensa/core-lx106/
H A Dxtensa-modules.c.inc1181 /* Functional units. */
/qemu/target/xtensa/core-fsf/
H A Dxtensa-modules.c.inc1210 /* Functional units. */
/qemu/target/xtensa/core-sample_controller/
H A Dxtensa-modules.c.inc1403 /* Functional units. */
/qemu/target/xtensa/core-dc233c/
H A Dxtensa-modules.c.inc1638 /* Functional units. */
/qemu/target/xtensa/core-de212/
H A Dxtensa-modules.c.inc1603 /* Functional units. */
/qemu/target/xtensa/core-dc232b/
H A Dxtensa-modules.c.inc1566 /* Functional units. */
/qemu/target/xtensa/core-de233_fpu/
H A Dxtensa-modules.c.inc1681 /* Functional units. */

12