/qemu/target/s390x/tcg/ |
H A D | crypto_helper.c | 170 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 D | opts-visitor.c | 338 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 D | job.json | 204 # will fail; 2) the error will be processed according to the
|
/qemu/docs/specs/ |
H A D | pvpanic.rst | 27 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 D | ppc-spapr-uv-hcalls.rst | 72 ``H_Success``: request processed successfully.
|
/qemu/docs/devel/ |
H A D | replay.rst | 93 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 D | docs.rst | 15 are processed in two ways:
|
H A D | ebpf_rss.rst | 8 by calculating packet hash. Usually every queue is processed then by a specific guest CPU core.
|
H A D | multiple-iothreads.rst | 17 event loop. The VNC server and the QMP monitor are both processed from the
|
/qemu/target/arm/tcg/ |
H A D | neon-ls.decode | 19 # This file is processed by scripts/decodetree.py
|
H A D | a32-uncond.decode | 19 # This file is processed by scripts/decodetree.py
|
H A D | sme-fa64.decode | 19 # This file is processed by scripts/decodetree.py
|
H A D | sme.decode | 19 # This file is processed by scripts/decodetree.py
|
H A D | vfp-uncond.decode | 19 # This file is processed by scripts/decodetree.py
|
H A D | neon-shared.decode | 19 # This file is processed by scripts/decodetree.py
|
H A D | m-nocp.decode | 19 # This file is processed by scripts/decodetree.py
|
H A D | t16.decode | 19 # This file is processed by scripts/decodetree.py
|
H A D | vfp.decode | 19 # This file is processed by scripts/decodetree.py
|
/qemu/ |
H A D | trace-events | 3 # This file is processed by the tracetool script during the build.
|
/qemu/hw/i386/kvm/ |
H A D | xen_xenstore.c | 1387 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 D | pr-manager.rst | 18 manager object; other commands are processed by QEMU as usual.
|
H A D | device-emulation.rst | 57 processed by QEMU. The configuration of the back end is usually
|
/qemu/qga/ |
H A D | commands-linux.c | 1590 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 D | qapi-schema.json | 803 # 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 D | qpl-compression.rst | 116 submitted to this work queue can be processed by all engines at the same time.
|