Home
last modified time | relevance | path

Searched refs:processed (Results 1 – 25 of 45) sorted by relevance

12

/qemu/target/s390x/tcg/
H A Dcrypto_helper.c170 uint64_t len = *len_reg, a[8], processed = 0; in cpacf_sha512() local
188 for (; len >= 128; len -= 128, processed += 128) { in cpacf_sha512()
191 if (processed >= MAX_BLOCKS_PER_RUN * 128) { in cpacf_sha512()
195 sha512_read_block(env, *message_reg + processed, w, ra); in cpacf_sha512()
205 uint64_t addr = wrap_address(env, *message_reg + processed + i); in cpacf_sha512()
228 processed += len; in cpacf_sha512()
241 *message_reg + processed); in cpacf_sha512()
242 *len_reg -= processed; in cpacf_sha512()
/qemu/qapi/
H A Dopts-visitor.c338 processed(OptsVisitor *ov, const char *name) in processed() function
366 processed(ov, name); in opts_type_str()
389 processed(ov, name); in opts_type_bool()
422 processed(ov, name); in opts_type_int64()
477 processed(ov, name); in opts_type_uint64()
523 processed(ov, name); in opts_type_size()
H A Djob.json204 # will fail; 2) the error will be processed according to the
/qemu/docs/specs/
H A Dpvpanic.rst27 a guest panic has happened and should be processed by the host
33 a regular guest shutdown has happened and should be processed by the host
H A Dppc-spapr-uv-hcalls.rst72 ``H_Success``: request processed successfully.
/qemu/docs/devel/
H A Dreplay.rst93 To preserve this order we use checkpoints. When a specific clock is processed
165 When the queue is flushed the information about processed requests
167 events read from the log. Therefore block devices requests are processed
186 halves consist of callback and its parameters. They are processed when
194 log when its callbacks are executed. In replay mode callbacks are not processed
253 it is stored in the queue and processed in icount_account_warp_timer().
H A Ddocs.rst15 are processed in two ways:
H A Debpf_rss.rst8 by calculating packet hash. Usually every queue is processed then by a specific guest CPU core.
H A Dmultiple-iothreads.rst17 event loop. The VNC server and the QMP monitor are both processed from the
/qemu/target/arm/tcg/
H A Dneon-ls.decode19 # This file is processed by scripts/decodetree.py
H A Da32-uncond.decode19 # This file is processed by scripts/decodetree.py
H A Dsme-fa64.decode19 # This file is processed by scripts/decodetree.py
H A Dsme.decode19 # This file is processed by scripts/decodetree.py
H A Dvfp-uncond.decode19 # This file is processed by scripts/decodetree.py
H A Dneon-shared.decode19 # This file is processed by scripts/decodetree.py
H A Dm-nocp.decode19 # This file is processed by scripts/decodetree.py
H A Dt16.decode19 # This file is processed by scripts/decodetree.py
H A Dvfp.decode19 # This file is processed by scripts/decodetree.py
/qemu/
H A Dtrace-events3 # This file is processed by the tracetool script during the build.
/qemu/hw/i386/kvm/
H A Dxen_xenstore.c1387 bool processed, notify = false; in xen_xenstore_event() local
1398 processed = false; in xen_xenstore_event()
1414 processed = true; in xen_xenstore_event()
1418 } while (copied_to || copied_from || processed); in xen_xenstore_event()
/qemu/docs/system/
H A Dpr-manager.rst18 manager object; other commands are processed by QEMU as usual.
H A Ddevice-emulation.rst57 processed by QEMU. The configuration of the back end is usually
/qemu/qga/
H A Dcommands-linux.c1590 int64_t processed; in qmp_guest_set_vcpus() local
1593 processed = 0; in qmp_guest_set_vcpus()
1603 ++processed; in qmp_guest_set_vcpus()
1608 if (processed == 0) { in qmp_guest_set_vcpus()
1615 return processed; in qmp_guest_set_vcpus()
H A Dqapi-schema.json803 # processed node by node in order. In each node @logical-id is
813 # successfully processed. The guest agent maximizes this value.
820 # more than zero initial nodes have been processed, but not the
823 # with the successfully processed initial sublist removed.
1211 # processed node by node in order. In each node @phys-index is
/qemu/docs/devel/migration/
H A Dqpl-compression.rst116 submitted to this work queue can be processed by all engines at the same time.

12