Home
last modified time | relevance | path

Searched refs:loads (Results 1 – 25 of 61) sorted by relevance

123

/qemu/scripts/simplebench/
A Dbench_block_job.py88 return json.loads(out)['virtual-size']
154 res = bench_block_job(sys.argv[1], json.loads(sys.argv[2]), sys.argv[3:])
/qemu/include/standard-headers/linux/
A Dsysinfo.h10 unsigned long loads[3]; /* 1, 5, and 15 minute load averages */ member
/qemu/docs/devel/
A Dindex-api.rst11 loads-stores
A Datomics.rst139 accesses, but do not otherwise impose any ordering on loads and
167 In other words, ``smp_rmb()`` puts a partial ordering on loads, but is not
176 required to have any effect on loads.
193 ``smp_mb()`` puts a partial ordering on both loads and stores. It is
200 most processors, whenever two loads are performed such that the
395 before a release operation will normally match the loads after
465 Stores that precede the RMW operation, and loads that follow it, can
A Ds390-dasd-ipl.rst33 loads the operating system from disk. At the end of this step all or some of
63 procedure then loads the psw from ``0x0``.
A Dloads-stores.rst10 loads and stores. This document attempts to enumerate them all
310 of the operation only from the MemOpIdx, and loads extend the return
351 and also for doing one-data-item loads and stores.
A Debpf_rss.rst94 - ``ebpf_rss_load()`` - creates 3 maps and loads eBPF program from the rss.bpf.skeleton.h. Returns …
/qemu/host/include/i386/host/
A Dbufferiszero.c.inc18 /* Unaligned loads at head/tail. */
64 /* Unaligned loads at head/tail. */
/qemu/scripts/
A Dsymlink-install-tree.py20 for source, dest in json.loads(out).items():
A Drender_block_graph.py102 reply = json.loads(subprocess.check_output(ar))
/qemu/tests/qemu-iotests/
A D224126 top_options = json.loads(top_name[5:])
/qemu/tests/migration/guestperf/
A Dreport.py93 return cls.deserialize(json.loads(data))
/qemu/host/include/x86_64/host/
A Dload-extract-al16-al8.h.inc33 * If the host supports atomic loads with VMOVDQU, then always use that,
/qemu/tests/image-fuzzer/
A Drunner.py374 command = json.loads(arg)
389 config = json.loads(arg)
/qemu/host/include/aarch64/host/
A Dbufferiszero.c.inc23 /* Unaligned loads at head/tail. */
/qemu/target/arm/tcg/
A Dmve.decode155 # Vector loads and stores
157 # Widening loads and narrowing stores:
176 # Non-widening loads/stores (P=0 W=0 is 'related encoding')
190 # gather loads/scatter stores
200 # deinterleaving loads/interleaving stores
/qemu/accel/tcg/
A Dldst_atomicity.c.inc224 * Load 4 bytes from @p, from two sequential atomic 4-byte loads.
247 * Load 8 bytes from @p, from two sequential atomic 8-byte loads.
327 * Load 4 bytes from @pv, with two 2-byte atomic loads.
345 * Load 8 bytes from @pv, with four 2-byte atomic loads.
363 * Load 8 bytes from @pv, with two 4-byte atomic loads.
465 * individual byte loads (when the host requires alignment),
/qemu/python/qemu/qmp/
A Dmessage.py157 obj = json.loads(data)
/qemu/scripts/ci/
A Dgitlab-pipeline-status62 return json.loads(response.read())
/qemu/qapi/
A Dreplay.json105 # replaying the execution. The command automatically loads nearest
/qemu/docs/system/ppc/
A Dppce500.rst76 When both -bios and -kernel are present, QEMU loads U-Boot and U-Boot in turns
77 automatically loads the kernel image specified by the -kernel parameter via
/qemu/tests/docker/
A Ddocker.py294 return json.loads(info)[0]["Created"]
298 labels = json.loads(resp)[0]["Config"].get("Labels", {})
/qemu/docs/system/riscv/
A Dvirt.rst53 the recommended RISC-V bootflow: U-Boot SPL (M-mode) loads OpenSBI fw_dynamic
193 To test booting U-Boot SPL which in M-mode, which in turn loads a FIT image
/qemu/docs/specs/
A Dsev-guest-firmware.rst11 this table when it loads the firmware image into memory, and then QEMU
/qemu/target/ppc/translate/
A Dmisc-impl.c.inc103 * - loads from CI memory.

Completed in 65 milliseconds

123