Home
last modified time | relevance | path

Searched full:loads (Results 1 – 25 of 162) sorted by relevance

1234567

/qemu/docs/devel/
H 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
196 coming before the barrier from overtaking LOADs coming after the
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
H A Dindex-api.rst11 loads-stores
H 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``.
H A Dmulti-process.rst178 work with existing IO device models and guest device drivers. MMIO loads
595 handle guest loads or guest stores that carry store data. This concept
678 Some MMIO loads do not have device side-effects. These MMIOs can be
785 specifies which areas of the image can complete guest loads without
800 and the KVM driver can satisfy guest loads from the shadow image without
815 Loads with side-effects must be handled synchronously, with the KVM
817 process reply before re-starting the guest. Loads that do not have
H 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.
/qemu/host/include/i386/host/
H A Dbufferiszero.c.inc18 /* Unaligned loads at head/tail. */
64 /* Unaligned loads at head/tail. */
/qemu/scripts/simplebench/
H 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/tcg/i386/
H A Dtcg-target-mo.h15 * allows for some stores to be re-ordered after loads.
/qemu/docs/devel/migration/
H A Dvfio.rst71 reassembles the multifd received data and loads it in-order into the device.
92 * A ``load_state`` function that loads the config section and the data
95 * A ``load_state_buffer`` function that loads the device state and the device
/qemu/include/standard-headers/linux/
H A Dsysinfo.h10 unsigned long loads[3]; /* 1, 5, and 15 minute load averages */ member
/qemu/tests/qtest/
H A Dhexloader-test.c17 * format. It loads at 0x10000 in RAM and contains values from 0 through
/qemu/scripts/
H A Dsymlink-install-tree.py20 for source, dest in json.loads(out).items():
/qemu/accel/tcg/
H 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/docs/system/ppc/
H 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/host/include/x86_64/host/
H A Dload-extract-al16-al8.h.inc33 * If the host supports atomic loads with VMOVDQU, then always use that,
/qemu/include/crypto/
H A Ddesrfb.h37 * Loads the internal key register with the data in cookedkey.
/qemu/target/alpha/
H A Dmem_helper.c2 * Helpers for loads and stores
/qemu/host/include/aarch64/host/
H A Dbufferiszero.c.inc23 /* Unaligned loads at head/tail. */
/qemu/include/exec/
H A Dreplay-core.h77 /* Loads the saved values for the random number generator */
/qemu/tests/migration-stress/guestperf/
H A Dreport.py113 return cls.deserialize(json.loads(data))
/qemu/docs/system/riscv/
H A Dvirt.rst53 the recommended RISC-V bootflow: U-Boot SPL (M-mode) loads OpenSBI fw_dynamic
210 To test booting U-Boot SPL which in M-mode, which in turn loads a FIT image
/qemu/qapi/
H A Dreplay.json105 # replaying the execution. The command automatically loads nearest
/qemu/util/
H A Dcpuinfo-i386.c78 * naturally aligned single loads and stores, e.g. MOVDQU. in cpuinfo_init()
/qemu/include/hw/arm/
H A Dnpcm8xx.h122 * npcm8xx_load_kernel - Loads memory with everything needed to boot
H A Dnpcm7xx.h129 * npcm7xx_load_kernel - Loads memory with everything needed to boot

1234567