/qemu/docs/devel/ |
H 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 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 D | index-api.rst | 11 loads-stores
|
H 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``.
|
H A D | multi-process.rst | 178 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 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.
|
/qemu/host/include/i386/host/ |
H A D | bufferiszero.c.inc | 18 /* Unaligned loads at head/tail. */ 64 /* Unaligned loads at head/tail. */
|
/qemu/scripts/simplebench/ |
H 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/tcg/i386/ |
H A D | tcg-target-mo.h | 15 * allows for some stores to be re-ordered after loads.
|
/qemu/docs/devel/migration/ |
H A D | vfio.rst | 71 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 D | sysinfo.h | 10 unsigned long loads[3]; /* 1, 5, and 15 minute load averages */ member
|
/qemu/tests/qtest/ |
H A D | hexloader-test.c | 17 * format. It loads at 0x10000 in RAM and contains values from 0 through
|
/qemu/scripts/ |
H A D | symlink-install-tree.py | 20 for source, dest in json.loads(out).items():
|
/qemu/accel/tcg/ |
H 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/docs/system/ppc/ |
H 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/host/include/x86_64/host/ |
H A D | load-extract-al16-al8.h.inc | 33 * If the host supports atomic loads with VMOVDQU, then always use that,
|
/qemu/include/crypto/ |
H A D | desrfb.h | 37 * Loads the internal key register with the data in cookedkey.
|
/qemu/target/alpha/ |
H A D | mem_helper.c | 2 * Helpers for loads and stores
|
/qemu/host/include/aarch64/host/ |
H A D | bufferiszero.c.inc | 23 /* Unaligned loads at head/tail. */
|
/qemu/include/exec/ |
H A D | replay-core.h | 77 /* Loads the saved values for the random number generator */
|
/qemu/tests/migration-stress/guestperf/ |
H A D | report.py | 113 return cls.deserialize(json.loads(data))
|
/qemu/docs/system/riscv/ |
H A D | virt.rst | 53 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 D | replay.json | 105 # replaying the execution. The command automatically loads nearest
|
/qemu/util/ |
H A D | cpuinfo-i386.c | 78 * naturally aligned single loads and stores, e.g. MOVDQU. in cpuinfo_init()
|
/qemu/include/hw/arm/ |
H A D | npcm8xx.h | 122 * npcm8xx_load_kernel - Loads memory with everything needed to boot
|
H A D | npcm7xx.h | 129 * npcm7xx_load_kernel - Loads memory with everything needed to boot
|