Home
last modified time | relevance | path

Searched refs:load (Results 76 – 100 of 161) sorted by relevance

1234567

/qemu/target/hexagon/imported/
H A Dldst.idef33 /* The set of 32-bit load instructions */
41 /* These instructions do a load an unpack */
62 /* These instructions do a load an unpack */
240 /* The set of 32-bit predicated load instructions */
352 /* The set of 32-bit load instructions */
/qemu/block/
H A Dblock-backend.c136 static void blk_root_change_media(BdrvChild *child, bool load);
1096 void blk_dev_change_media_cb(BlockBackend *blk, bool load, Error **errp) in blk_dev_change_media_cb() argument
1104 blk->dev_ops->change_media_cb(blk->dev_opaque, load, &local_err); in blk_dev_change_media_cb()
1106 assert(load == true); in blk_dev_change_media_cb()
1120 static void blk_root_change_media(BdrvChild *child, bool load) in blk_root_change_media() argument
1122 blk_dev_change_media_cb(child->opaque, load, NULL); in blk_root_change_media()
/qemu/tcg/s390x/
H A Dtcg-target.c.inc893 /* load a register with an immediate value */
906 /* Try all 32-bit insns that can load it in one go. */
918 /* Try all 48-bit insns that can load it in one go. */
940 /* Otherwise, load it by parts. */
956 /* Emit a load/store type instruction. Inputs are:
968 the high 44 bits must come from an immediate load. */
1717 /* swapped sign-extended halfword load */
1726 /* swapped unsigned int load with upper bits zeroed */
1735 /* swapped sign-extended int load */
1842 * For system-mode, perform the TLB load and compare.
[all …]
/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 Drun-state.json92 # @snapshot-load: A snapshot is being loaded by the record & replay
100 'guest-panic', 'subsystem-reset', 'snapshot-load'] }
/qemu/tests/qtest/
H A Dtest-arm-mptimer.c38 static void timer_load(uint32_t load) in timer_load() argument
40 writel(TIMER_BASE_PHYS + TIMER_LOAD, load); in timer_load()
/qemu/pc-bios/s390-ccw/
H A Dbootmap.c768 static void load_iso_bc_entry(IsoBcSection *load) in load_iso_bc_entry() argument
770 IsoBcSection s = *load; in load_iso_bc_entry()
/qemu/pc-bios/optionrom/
H A Dkvmvapic.S16 # clear vapic area: firmware load using rep insb may cause
/qemu/docs/
H A Dpcie_sriov.txt106 to enable it at load time:
H A Dxbzrle.txt125 A simple synthetic memory r/w load generator:
/qemu/docs/devel/
H A Dtcg-icount.rst55 expiry we cannot do the same for MMIO. Every load/store we execute
H A Debpf_rss.rst51 Also 'in-qemu' RSS, as a fallback, is used if the eBPF program failed to load or set to TUN.
/qemu/include/net/
H A Dnet.h78 NetLoad *load; member
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc379 LDST_LD = 1, /* load */
380 LDST_LD_S_X = 2, /* load and sign-extend into Xt */
381 LDST_LD_S_W = 3, /* load and sign-extend into Wt */
410 /* AdvSIMD load/store single structure. */
1012 * Restrict the set of constants to those we can load with
1013 * two instructions. Others we load from the pool.
1033 * As a last resort, load from the constant pool. Sadly there
1736 * For system-mode, perform the TLB load and compare.
2072 * Direct branch, or indirect address load, will be patched
2073 * by tb_target_set_jmp_target. Assert indirect load offset
[all …]
/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/s390x/
H A Dcpu_features_def.h.inc152 DEF_FEAT(PLO_CL, "plo-cl", PLO, 0, "PLO Compare and load (32 bit in general registers)")
153 DEF_FEAT(PLO_CLG, "plo-clg", PLO, 1, "PLO Compare and load (64 bit in parameter list)")
154 DEF_FEAT(PLO_CLGR, "plo-clgr", PLO, 2, "PLO Compare and load (32 bit in general registers)")
155 DEF_FEAT(PLO_CLX, "plo-clx", PLO, 3, "PLO Compare and load (128 bit in parameter list)")
/qemu/target/arm/tcg/
H A Da32.decode273 # Note the unpriv load/stores use the previously invalid P=0, W=1 encoding,
334 # Note the unpriv load/stores use the previously invalid P=0, W=1 encoding,
/qemu/docs/system/arm/
H A Dorangepi.rst163 choose to let the Orange Pi PC machine load the bootloader from SD card, just like
199 Use the following U-boot commands to load and boot a Linux kernel from SD card:
H A Dbananapi_m2u.rst96 choose to let the Banana Pi M2U machine load the bootloader from SD card, just like
/qemu/pc-bios/
H A DREADME74 NPCM7xx BMC devices. It currently implements the bare minimum to load, parse,
/qemu/accel/tcg/
H A Dldst_common.c.inc2 * Routines common to user and system emulation of load/store.
44 * Provide signed versions of the load routines as well. We can of course
/qemu/docs/system/riscv/
H A Dmicrochip-icicle-kit.rst106 second serial port. U-Boot will automatically load the Linux kernel from
/qemu/tests/qemu-iotests/
H A Dtestrunner.py70 self.cache = json.load(f)
/qemu/target/riscv/insn_trans/
H A Dtrans_rva.c.inc91 * Clear the load reservation, since an SC must fail if there is
/qemu/docs/system/s390x/
H A Dbootdevices.rst89 directory. In case you want to load it from a different filename instead,

1234567