Home
last modified time | relevance | path

Searched refs:load (Results 101 – 125 of 160) sorted by relevance

1234567

/qemu/target/arm/tcg/
H A Dmve.decode71 # Deinterleaving load/interleaving store
161 # The naming scheme here is "VLDSTB_H == in-memory byte load/store to/from
H A Dt32.decode458 # Note that Load, unsigned (literal) overlaps all other load encodings.
/qemu/docs/system/
H A Dsecrets.rst127 This instructs QEMU to load data from the Linux keyring secret identified by
H A Dreplay.rst203 execute the code in backwards direction, but can load a snapshot and
/qemu/docs/system/i386/
H A Dxen.rst94 as a PV block device. Guest bootloaders typically use IDE to load the guest
/qemu/docs/specs/
H A Dppc-xive.rst170 the O/S. The O/S acknowledges the interrupt with a special load in the
/qemu/tcg/i386/
H A Dtcg-target.c.inc1108 store-load ordering. Experimentally, "lock orl $0,0(%esp)" is
1161 * so here we must use an unaligned load.
1877 immediate load 10 + 6 = 16 bytes, plus we may
1962 * use the ra_gen hook to load into RAX if needed.
2005 * Generate code for the slow path for a load at the end of block
2086 * For softmmu, perform the TLB load and compare.
2327 * With 16-byte atomicity, a vector load is required.
2926 /* load bits 0..7 */
2935 /* load bits 8..15 */
2943 /* load bits 0..15 */
/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py349 def load(self) -> None: member in FileInfo
/qemu/docs/interop/
H A Dparallels.txt166 If the software cannot load the extension (due to an
H A Dbitmaps.rst306 load.
344 load.
457 Persistent bitmaps will be automatically loaded into memory upon load, and
462 will be marked as ``+inconsistent`` at next load and considered unsafe to use
/qemu/tcg/arm/
H A Dtcg-target.c.inc1208 * Be prepared to load the constant into a scratch register.
1647 * This a conditional BL only to load a pointer within this
1770 * the load. We can extend this to 20 bits with a sub of a
2553 * Restrict the set of constants to those we can load with
2554 * two instructions. Others we load from the pool.
2571 * As a last resort, load from the constant pool.
/qemu/net/
H A Dvhost-vdpa.c430 .load = vhost_vdpa_net_data_load,
1291 .load = vhost_vdpa_net_cvq_load,
/qemu/docs/devel/
H A Ds390-dasd-ipl.rst32 IPL2 is to find and load either the operating system or a small program that
/qemu/docs/tools/
H A Dqemu-nbd.rst94 .. option:: -l, --load-snapshot=SNAPSHOT_PARAM
/qemu/include/block/
H A Dblock_int-common.h940 void (*change_media)(BdrvChild *child, bool load);
/qemu/target/riscv/insn_trans/
H A Dtrans_xthead.c.inc556 * If !preinc, then the load address is rs1.
557 * If preinc, then the load address is rs1 + (imm5) << imm2).
/qemu/docs/system/arm/
H A Dxlnx-versal-virt.rst55 Users can load firmware or boot-loaders with the ``-device loader`` options.
/qemu/docs/devel/migration/
H A Dvfio.rst79 * ``cleanup`` functions for both save and load that perform any migration
/qemu/tests/vm/
H A Dbasevm.py514 return json.load(fh)["pkgs"]
/qemu/tcg/sparc64/
H A Dtcg-target.c.inc761 /* If we don't need to load a constant into a register, we can
1058 * For system-mode, perform the TLB load and compare.
1103 * Always load the entire 64-bit comparator for simplicity.
/qemu/hw/net/
H A Dtrace-events249 e1000e_cb_post_load(void) "E1000E post load entry"
492 dp8393x_load_cam(int idx, int cam0, int cam1, int cam2, int cam3, int cam4, int cam5) "load cam[%d]…
493 dp8393x_load_cam_done(int cen) "load cam done. cam enable mask 0x%04x"
/qemu/target/sparc/
H A Dinsns.decode569 ## Major Opcode 11 -- load and store instructions
/qemu/hw/block/
H A Dfdc.c423 static void fd_change_cb(void *opaque, bool load, Error **errp) in fd_change_cb() argument
427 if (!load) { in fd_change_cb()
/qemu/hw/scsi/
H A Dscsi-disk.c1089 outbuf[36] = 0x39; /* tray, load=1, eject=1, unlocked at powerup, lock=1 */ in mode_sense_page()
1457 bool loej = req->cmd.buf[4] & 2; /* load on start, eject on !start */ in scsi_disk_emulate_start_stop()
1461 /* eject/load only happens for power condition == 0 */ in scsi_disk_emulate_start_stop()
2406 static void scsi_cd_change_media_cb(void *opaque, bool load, Error **errp) in scsi_cd_change_media_cb()
2420 s->media_changed = load; in scsi_cd_is_tray_open()
2421 s->tray_open = !load; in scsi_cd_is_tray_open()
2387 scsi_cd_change_media_cb(void * opaque,bool load,Error ** errp) scsi_cd_change_media_cb() argument
/qemu/target/loongarch/
H A Dinsns.decode208 # Fixed point load/store instruction
425 # Floating point load/store instruction

1234567