Home
last modified time | relevance | path

Searched refs:load (Results 126 – 150 of 160) sorted by relevance

1234567

/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def564 /* if address happens to be aligned, only do aligned load */
/qemu/qapi/
H A Dcrypto.json471 # @file: the filename to load the data associated with the secret from
H A Dnet.json456 # @inhibit: Don't load a default XDP program, use one already loaded
/qemu/hw/char/
H A Dvirtio-serial-bus.c1183 vdc->load = virtio_serial_load_device; in virtio_serial_class_init()
/qemu/include/hw/
H A Delf_ops.h.inc442 * is that physical address field specifies the load address
/qemu/tcg/ppc/
H A Dtcg-target.c.inc784 * a pair of insns, lis + load. This is an absolute address
1303 * Otherwise we must load the value from the constant pool.
2313 /* FIXME: when the branch is in range, we could avoid r12 load if we
2436 * For system-mode, perform the TLB load and compare.
2497 * For 64-bit host, always load the entire 64-bit slot for simplicity.
2521 * Do this asap to minimize any load use delay.
/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.c5243 DO_LDST(LDR, load, MO_UL) in DO_LDST() argument
5244 DO_LDST(LDRB, load, MO_UB) in DO_LDST()
5245 DO_LDST(LDRH, load, MO_UW) in DO_LDST()
5246 DO_LDST(LDRSB, load, MO_SB) in DO_LDST()
5247 DO_LDST(LDRSH, load, MO_SW) in DO_LDST()
H A Da64.decode582 # Replicating load case
/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/docs/devel/
H A Dreset.rst45 must not reinitialize on a snapshot-load reset.
H A Dtcg-ops.rst728 - | Move, load and store.
/qemu/
H A Dmeson_options.txt51 description: 'try to load modules from alternate paths for upgrades')
H A Dqemu-options.hx2692 " load SMBIOS entry from binary file\n"
3130 load boot files or configurations from a different server than
3946 - manually load files into the guest's address space
4049 Finally you can also manually load images directly into the address
4633 "-option-rom rom load a file, rom, into the option ROM space\n",
4638 load things like EtherBoot.
4721 specifies the snapshot name used to load the initial VM state.
4962 " do not load default user-provided config files at startup\n",
4966 The ``-no-user-config`` option makes QEMU not load any of the
4981 " load a plugin\n",
/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/
H A Drdma.txt28 RDMA helps make your migration more deterministic under heavy load because
/qemu/docs/devel/migration/
H A Dcompatibility.rst263 fail because when migration tries to load the feature Y on
/qemu/migration/
H A Dtrace-events58 vmstate_load_field_error(const char *field, int ret) "field \"%s\" load failed, ret = %d"
/qemu/docs/specs/
H A Dtpm.rst370 For testing, use this command to load the driver to the correct address
/qemu/tcg/riscv/
H A Dtcg-target.c.inc1201 /* call load helper */
1231 * For system-mode, perform the TLB load and compare.
/qemu/hw/sd/
H A Dsd.c638 static void sd_cardchange(void *opaque, bool load, Error **errp) in sd_cardchange() argument
/qemu/hw/block/
H A Dvirtio-blk.c2036 vdc->load = virtio_blk_load_device; in virtio_blk_class_init()
/qemu/tcg/mips/
H A Dtcg-target.c.inc1203 * For system-mode, perform the TLB load and compare.
1378 /* Prefer to load from offset 0 first, but allow for overlap. */
/qemu/target/hexagon/idef-parser/
H A DREADME.rst630 Therefore, we are either dealing with an correct load instruction
/qemu/target/ppc/translate/
H A Dspe-impl.c.inc596 /* SPE load and stores */

1234567