Home
last modified time | relevance | path

Searched refs:load (Results 26 – 50 of 161) sorted by relevance

1234567

/qemu/docs/system/
H A Dtarget-riscv.rst83 will load the default OpenSBI firmware automatically. The firmware is included
89 QEMU will not automatically load any firmware. It is up to the user to load all
94 Tells QEMU to load the specified file as the firmware.
H A Dgeneric-loader.rst10 The 'loader' device allows the user to load multiple images or values into
75 The loader device also allows files to be loaded into memory. It can load ELF,
99 This can be used to load supported executable formats as if they
/qemu/scripts/codeconverter/codeconverter/
H A Dtest_patching.py33 f.load()
73 f.load()
/qemu/qapi/
H A Dacpi.json15 # Specify an ACPI table on the command line to load.
47 # @file: colon (:) separated list of pathnames to load and concatenate
52 # @data: colon (:) separated list of pathnames to load and concatenate
H A Debpf.json12 # program and enough metadata to create/load eBPF with libbpf. As the
52 # applications (e.g. libvirt) may load it and pass file descriptors to
/qemu/docs/devel/migration/
H A Dmain.rst5 QEMU has code to load/save the state of the guest that it is running.
8 Restoring a guest is just the opposite operation: we need to load the
52 transporting the pages, and the load on the CPU is much lower. While the
193 another to load the state back.
216 When we migrate a device, we save/load the state as a series
242 can (with care) load a stream from an older QEMU that didn't send
380 load state from an older version.
416 This function is called before we load the state of one device.
420 This function is called after we load the state of one device.
492 - A ``load_state`` function used to load sections generated by
[all …]
/qemu/accel/tcg/
H A Dldst_atomicity.c.inc2 * Routines common to user and system emulation of load/store.
12 #include "host/load-extract-al16-al8.h.inc"
106 * Atomically load 2 aligned bytes from @pv.
118 * Atomically load 4 aligned bytes from @pv.
130 * Atomically load 8 aligned bytes from @pv.
146 * Atomically load 8 aligned bytes from @pv.
180 * Atomically load 16 aligned bytes from @pv.
192 * We can only use cmpxchg to emulate a load if the page is writable.
271 * Atomically load @s bytes from @p, when p % s != 0, and [p, p+s-1] does
273 * 8-byte load and extract.
[all …]
/qemu/docs/devel/
H A Dmulti-thread-tcg.rst254 ordered hosts needs to ensure things like store-after-load re-ordering
278 This would enforce a strong load/store ordering so all loads/stores
284 memory access instruction. For example all x86 load/stores come with
286 special variants of load/store instructions that imply acquire/release
302 strongest form before any load/store operations. The solution was
332 The second type offer a pair of load/store instructions which offer a
334 load and store instructions. An example of this is Arm's ldrex/strex
347 - Support load/store exclusive (or load link/store conditional) pairs
H A Datomics.rst201 second depends on the result of the first (e.g., the first load
202 retrieves the address to which the second load will be directed),
209 Note that the first load really has to have a _data_ dependency and not
210 a control dependency. If the address for the second load is dependent
211 on the first load, but the dependency is through a conditional rather
373 Note that a load-store pair only counts if the two operations access the
375 with* a load-acquire on a variable ``x``, while a release barrier
464 operation consist of just a load-acquire followed by a store-release.
/qemu/tests/qemu-iotests/
H A D080.out66 qemu-img: Failed to load snapshot: Snapshot L1 table offset invalid
72 qemu-img: Could not apply snapshot 'test': Failed to load snapshot: Invalid argument
89 qemu-img: Failed to load snapshot: Snapshot L1 table too large
95 qemu-img: Could not apply snapshot 'test': Failed to load snapshot: File too large
/qemu/include/sysemu/
H A Dblock-backend-common.h45 void (*change_media_cb)(void *opaque, bool load, Error **errp);
/qemu/ebpf/
H A Drss.bpf.skeleton.h29 static inline int load(struct rss_bpf *skel);
969 int rss_bpf::load(struct rss_bpf *skel) { return rss_bpf__load(skel); } in load() function
/qemu/include/hw/timer/
H A Dcmsdk-apb-dualtimer.h50 uint32_t load; member
H A Dstellaris-gptm.h37 uint32_t load[2]; member
/qemu/
H A D.gdbinit5 # add-auto-load-safe-path /path/to/qemu/.gdbinit
/qemu/scripts/
H A Dvmstate-static-checker.py394 src_data = json.load(args.src)
395 dest_data = json.load(args.dest)
H A Dcheck_sparse.py47 compile_commands = json.load(fd)
H A Dmodinfo-collect.py47 compile_commands = json.load(f)
/qemu/hw/timer/
H A Darm_mptimer.c82 uint32_t control, uint32_t load) in timerblock_run() argument
84 if ((control & 1) && ((control & 0xff00) || load != 0)) { in timerblock_run()
/qemu/target/arm/tcg/
H A Dvfp.decode87 # We split the load/store multiple up into two patterns to avoid
88 # overlap with other insns in the "Advanced SIMD load/store and 64-bit move"
93 # leaving P=0 U=1 W=x and P=1 U=0 W=1 for load/store multiple.
/qemu/migration/
H A Dblock-dirty-bitmap.c172 DBMLoadState load; member
889 DBMLoadState *s = &dbm_state.load; in dirty_bitmap_mig_before_vm_start()
939 DBMLoadState *s = &dbm_state.load; in dirty_bitmap_mig_cancel_incoming()
1164 DBMLoadState *s = &((DBMState *)opaque)->load; in dirty_bitmap_load()
1266 qemu_mutex_init(&dbm_state.load.lock); in dirty_bitmap_mig_init()
/qemu/tests/tcg/tricore/c/
H A Dcrt0-tc2x.S57 movh.a %sp,hi:__USTACK # load %sp
59 movh %d0,hi:__ISTACK # load $isp
66 movh %d0,hi:first_trap_table #; load $btv
/qemu/docs/
H A Dxen-save-devices-state.txt3 QEMU has code to load/save the state of the guest that it is running.
/qemu/tests/migration/guestperf/
H A Dreport.py98 return cls.deserialize(json.load(fh))
/qemu/scripts/simplebench/
H A Dresults_to_text.py126 print(results_to_text(json.load(f)))

1234567