Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 160) sorted by last modified time

1234567

/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc339 /* High bits must be set; load with lu12i.w + optional ori. */
388 /* Offset within 32 bits; load with pcalau12i + ori. */
963 * For system-mode, perform the TLB load and compare.
1165 * If address is aligned to 16-bytes, the 128-bit load/store is atomic.
1221 * Direct branch, or load indirect address, to be patched
1222 * by tb_target_set_jmp_target. Check indirect load offset
1232 /* Finish the load and indirect branch. */
1245 /* Either directly branch, or load slot address for indirect branch. */
/qemu/target/m68k/
H A Dtranslate.c2312 TCGv load; in DISAS_INSN() local
2353 load = tcg_temp_new(); in DISAS_INSN()
2354 tcg_gen_atomic_cmpxchg_i32(load, addr, cmp, DREG(ext, 6), in DISAS_INSN()
2357 gen_update_cc_cmp(s, load, cmp, opsize); in DISAS_INSN()
2358 gen_partset_reg(opsize, DREG(ext, 0), load); in DISAS_INSN()
/qemu/target/arm/tcg/
H A Dtranslate.c6831 DO_LDST(LDR, load, MO_UL) in DO_LDST() argument
6832 DO_LDST(LDRB, load, MO_UB) in DO_LDST()
6833 DO_LDST(LDRH, load, MO_UW) in DO_LDST()
6834 DO_LDST(LDRSB, load, MO_SB) in DO_LDST()
6835 DO_LDST(LDRSH, load, MO_SW) in DO_LDST()
H A Da64.decode531 # Replicating load case
/qemu/
H A Dqemu-options.hx2690 " load SMBIOS entry from binary file\n"
3128 load boot files or configurations from a different server than
3944 - manually load files into the guest's address space
4047 Finally you can also manually load images directly into the address
4631 "-option-rom rom load a file, rom, into the option ROM space\n",
4636 load things like EtherBoot.
4719 specifies the snapshot name used to load the initial VM state.
4960 " do not load default user-provided config files at startup\n",
4964 The ``-no-user-config`` option makes QEMU not load any of the
4979 " load a plugin\n",
H A Dmeson_options.txt51 description: 'try to load modules from alternate paths for upgrades')
/qemu/target/i386/tcg/
H A Ddecode-new.c.inc24 * a result, most operand load and writeback is done entirely in common
47 * generic load and writeback, the decoder needs to know the type of the
767 * There are some mistakes in the operands in the manual, and the load/store/register
H A Demit.c.inc1958 /* load the segment here to handle exceptions properly */
2062 /* M operand type does not load/store */
2891 /* If the flags could be left unmodified, always load them. */
/qemu/qapi/
H A Dmigration.json253 # average memory load of the virtual CPU indirectly. Note that
1742 # @xen-load-devices-state:
1759 { 'command': 'xen-load-devices-state', 'data': {'filename': 'str'} }
2148 # virtual CPU's dirty page rate is a measure of its memory load. To
2308 # @snapshot-load:
2314 # @tag: name of the snapshot to load.
2316 # @vmstate: block device node name to load vmstate from
2318 # @devices: list of block device node names to load a snapshot from
2320 # Applications should not assume that the snapshot load is complete
2326 # time it takes to load the snapshot.
[all …]
H A Dmachine.json51 'data': [ 'uninitialized', 'stopped', 'check-stop', 'operating', 'load' ] }
/qemu/migration/
H A Dtrace-events58 vmstate_load_field_error(const char *field, int ret) "field \"%s\" load failed, ret = %d"
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/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/tcg/i386/
H A Dtcg-target.c.inc1114 store-load ordering. Experimentally, "lock orl $0,0(%esp)" is
1167 * so here we must use an unaligned load.
1890 immediate load 10 + 6 = 16 bytes, plus we may
1975 * use the ra_gen hook to load into RAX if needed.
2018 * Generate code for the slow path for a load at the end of block
2099 * For softmmu, perform the TLB load and compare.
2340 * With 16-byte atomicity, a vector load is required.
2939 /* load bits 0..7 */
2948 /* load bits 8..15 */
2956 /* load bits 0..15 */
/qemu/target/sparc/
H A Dinsns.decode407 ## Major Opcode 11 -- load and store instructions
/qemu/ui/
H A Dcocoa.m1478 /* Displays a dialog box asking the user to select an image file to load.
/qemu/hw/ide/
H A Dcore.c1193 static void ide_cd_change_cb(void *opaque, bool load, Error **errp) in ide_cd_change_cb() argument
1198 s->tray_open = !load; in ide_cd_change_cb()
/qemu/docs/system/arm/
H A Db-l475e-iot01a.rst41 option to load a firmware. Example:
/qemu/hw/virtio/
H A Dvirtio.c3069 if (vdc->load != NULL) { in virtio_load()
3070 ret = vdc->load(vdev, f, version_id); in virtio_load()
3715 assert(!vdc->vmsd || !vdc->load); in virtio_device_realize()
/qemu/host/include/aarch64/host/
H A Dstore-insert-al16.h.inc25 * arithmetic into the load-exclusive/store-conditional pair.
/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/include/hw/
H A Delf_ops.h.inc442 * is that physical address field specifies the load address
/qemu/docs/devel/
H A Dreset.rst45 must not reinitialize on a snapshot-load reset.
/qemu/docs/system/
H A Dreplay.rst203 execute the code in backwards direction, but can load a snapshot and
/qemu/include/hw/virtio/
H A Dvirtio.h215 int (*load)(VirtIODevice *vdev, QEMUFile *f, int version_id); member

1234567