Searched refs:loads (Results 1 – 25 of 61) sorted by relevance
123
| /qemu/scripts/simplebench/ |
| A D | bench_block_job.py | 88 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 D | sysinfo.h | 10 unsigned long loads[3]; /* 1, 5, and 15 minute load averages */ member
|
| /qemu/docs/devel/ |
| A D | index-api.rst | 11 loads-stores
|
| A D | atomics.rst | 139 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 D | s390-dasd-ipl.rst | 33 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 D | loads-stores.rst | 10 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 D | ebpf_rss.rst | 94 - ``ebpf_rss_load()`` - creates 3 maps and loads eBPF program from the rss.bpf.skeleton.h. Returns …
|
| /qemu/host/include/i386/host/ |
| A D | bufferiszero.c.inc | 18 /* Unaligned loads at head/tail. */ 64 /* Unaligned loads at head/tail. */
|
| /qemu/scripts/ |
| A D | symlink-install-tree.py | 20 for source, dest in json.loads(out).items():
|
| A D | render_block_graph.py | 102 reply = json.loads(subprocess.check_output(ar))
|
| /qemu/tests/qemu-iotests/ |
| A D | 224 | 126 top_options = json.loads(top_name[5:])
|
| /qemu/tests/migration/guestperf/ |
| A D | report.py | 93 return cls.deserialize(json.loads(data))
|
| /qemu/host/include/x86_64/host/ |
| A D | load-extract-al16-al8.h.inc | 33 * If the host supports atomic loads with VMOVDQU, then always use that,
|
| /qemu/tests/image-fuzzer/ |
| A D | runner.py | 374 command = json.loads(arg) 389 config = json.loads(arg)
|
| /qemu/host/include/aarch64/host/ |
| A D | bufferiszero.c.inc | 23 /* Unaligned loads at head/tail. */
|
| /qemu/target/arm/tcg/ |
| A D | mve.decode | 155 # 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 D | ldst_atomicity.c.inc | 224 * 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 D | message.py | 157 obj = json.loads(data)
|
| /qemu/scripts/ci/ |
| A D | gitlab-pipeline-status | 62 return json.loads(response.read())
|
| /qemu/qapi/ |
| A D | replay.json | 105 # replaying the execution. The command automatically loads nearest
|
| /qemu/docs/system/ppc/ |
| A D | ppce500.rst | 76 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 D | docker.py | 294 return json.loads(info)[0]["Created"] 298 labels = json.loads(resp)[0]["Config"].get("Labels", {})
|
| /qemu/docs/system/riscv/ |
| A D | virt.rst | 53 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 D | sev-guest-firmware.rst | 11 this table when it loads the firmware image into memory, and then QEMU
|
| /qemu/target/ppc/translate/ |
| A D | misc-impl.c.inc | 103 * - loads from CI memory.
|
Completed in 65 milliseconds
123