Home
last modified time | relevance | path

Searched refs:off (Results 51 – 75 of 247) sorted by relevance

12345678910

/qemu/hw/misc/
H A Dsifive_u_otp.c35 #define SET_FUSEARRAY_BIT(map, i, off, bit) \ argument
36 map[i] = bit ? (map[i] | bit << off) : (map[i] & ~(0x1 << off))
38 #define GET_FUSEARRAY_BIT(map, i, off) \ argument
39 ((map[i] >> off) & 0x1)
/qemu/block/
H A Dcopy-before-write.c110 uint64_t off, end; in cbw_do_copy_before_write() local
121 off = QEMU_ALIGN_DOWN(offset, cluster_size); in cbw_do_copy_before_write()
132 ret = block_copy(s->bcs, off, end - off, true, s->cbw_timeout_ns, in cbw_do_copy_before_write()
145 bdrv_set_dirty_bitmap(s->done_bitmap, off, end - off); in cbw_do_copy_before_write()
147 reqlist_wait_all(&s->frozen_read_reqs, off, end - off, &s->lock); in cbw_do_copy_before_write()
/qemu/docs/system/
H A Dvm-templating.rst40 to the file) and ``readonly=off`` (open the file writable). Note that
41 ``readonly=off`` is implicit.
62 Supply VM RAM via memory-backend-file, with ``share=off`` (modifications
63 stay private), ``readonly=on`` (open the file readonly) and ``rom=off``
64 (don't make the memory readonly for the VM). Note that ``share=off`` is
73 -object memory-backend-file,id=pc.ram,mem-path=template,size=2g,readonly=on,rom=off,... \\
94 don't actually share memory (``share=off``), even though they are
/qemu/target/hppa/
H A Dcpu.h319 target_ulong off) in hppa_form_gva_psw() argument
322 return off; in hppa_form_gva_psw()
324 return spc | (off & gva_offset_mask(psw)); in hppa_form_gva_psw()
329 target_ulong off) in hppa_form_gva() argument
331 return hppa_form_gva_psw(env->psw, spc, off); in hppa_form_gva()
/qemu/docs/interop/
H A Dvnc-ledstate-pseudo-encoding.rst40 on and '0' should be off.
47 100 CapsLock is on, NumLock and ScrollLock are off
48 010 NumLock is on, CapsLock and ScrollLock are off
/qemu/hw/block/
H A Dnand.c672 uint64_t off, page, sector, soff;
682 off = (s->addr & PAGE_MASK) + s->offset;
690 mem_and(iobuf + (soff | off), s->io, MIN(s->iolen, NAND_PAGE_SIZE - off));
691 if (off + s->iolen > NAND_PAGE_SIZE) {
693 mem_and(s->storage + (page << OOB_SHIFT), s->io + NAND_PAGE_SIZE - off,
694 MIN(OOB_SIZE, off + s->iolen - NAND_PAGE_SIZE));
702 off = PAGE_START(s->addr) + (s->addr & PAGE_MASK) + s->offset;
703 sector = off >> 9;
704 soff = off & 0x1ff;
/qemu/hw/isa/
H A Disa-bus.c249 int off; in isabus_get_fw_dev_path() local
251 off = snprintf(path, sizeof(path), "%s", qdev_fw_name(dev)); in isabus_get_fw_dev_path()
253 snprintf(path + off, sizeof(path) - off, "@%04x", d->ioport_id); in isabus_get_fw_dev_path()
/qemu/tests/qemu-iotests/
H A D273.out25 "detect_zeroes": "off",
76 "detect_zeroes": "off",
104 "detect_zeroes": "off",
144 "detect_zeroes": "off",
172 "detect_zeroes": "off",
H A D24349 for mode in off metadata falloc full; do
66 for mode in off metadata falloc full; do
H A D157.out12 Testing: cache='writeback' wce=',write-cache=off'
20 Testing: cache='writethrough' wce=',write-cache=off'
H A D175.out7 == creating image with preallocation off ==
8 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 preallocation=off
H A D274152 for (prealloc, base_size, top_size_old, top_size_new, off) in [
165 iotests.qemu_io_log('-c', 'write -P 1 %s 64k' % off, base)
174 iotests.qemu_io_log('-c', 'read -P 0 %s 64k' % off, top)
H A D185.out16 …ze=65536 extended_l2=off compression_type=zlib size=67108864 backing_file=TEST_DIR/t.qcow2.base ba…
29 …ze=65536 extended_l2=off compression_type=zlib size=67108864 backing_file=TEST_DIR/t.qcow2.mid bac…
87 …opy', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=67108864 lazy_refcou…
114 …opy', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=67108864 lazy_refcou…
H A D182.out27 …r_size=65536 extended_l2=off compression_type=zlib size=197120 backing_file=TEST_DIR/t.qcow2 backi…
/qemu/target/arm/
H A Dhyp_gdbstub.c165 int off = addr & 0x7; in insert_hw_watchpoint() local
168 wp.wcr = deposit32(wp.wcr, 5 + off, 8 - off, bas); in insert_hw_watchpoint()
H A Darch_dump.c148 off_t off = sizeof(struct aarch64_user_sve_header); in sve_zreg_offset() local
149 return ROUND_UP(off, 16) + vq * 16 * n; in sve_zreg_offset()
159 off_t off = sve_preg_offset(vq, 17); in sve_fpsr_offset() local
160 return ROUND_UP(off, 16); in sve_fpsr_offset()
175 off_t off = sve_fpcr_offset(vq) + sizeof(uint32_t); in sve_size_vq() local
176 return ROUND_UP(off, 16); in sve_size_vq()
/qemu/hw/9pfs/
H A D9p-synth.c208 static void synth_seekdir(FsContext *ctx, V9fsFidOpenState *fs, off_t off) in synth_seekdir() argument
211 synth_open->offset = off; in synth_seekdir()
220 struct dirent *entry, off_t off) in synth_direntry() argument
232 entry->d_seekoff = off + 1; in synth_direntry()
234 entry->d_off = off + 1; in synth_direntry()
239 struct dirent *entry, off_t off) in synth_get_dentry() argument
247 if (i == off) { in synth_get_dentry()
257 synth_direntry(node, entry, off); in synth_get_dentry()
/qemu/hw/pci/
H A Dpcie_sriov.c223 uint32_t off; in pcie_sriov_config_write() local
229 off = address - sriov_cap; in pcie_sriov_config_write()
230 if (off >= PCI_EXT_CAP_SRIOV_SIZEOF) { in pcie_sriov_config_write()
235 PCI_FUNC(dev->devfn), off, val, len); in pcie_sriov_config_write()
237 if (range_covers_byte(off, len, PCI_SRIOV_CTRL)) { in pcie_sriov_config_write()
/qemu/util/
H A Diov.c114 ssize_t off = 0; in do_send_recv()
117 ? send(sockfd, iov[i].iov_base + off, iov[i].iov_len - off, 0) in do_send_recv()
118 : recv(sockfd, iov[i].iov_base + off, iov[i].iov_len - off, 0); in do_send_recv()
121 off += r; in do_send_recv()
122 if (off < iov[i].iov_len) { in do_send_recv()
137 off = 0; in do_send_recv()
/qemu/scripts/
H A Danalyse-9p-simpletrace.py135 def v9fs_read(self, tag, id, fid, off, max_count): argument
136 … print("TREAD (tag =", tag, ", fid =", fid, ", off =", off, ", max_count =", max_count, ")")
147 def v9fs_write(self, tag, id, fid, off, count, cnt): argument
148 …print("TWRITE (tag =", tag, ", fid =", fid, ", off =", off, ", count =", count, ", cnt =", cnt, ")…
/qemu/docs/tools/
H A Dqemu-storage-daemon.rst74 --chardev socket,id=char1,path=/var/run/qsd-qmp.sock,server=on,wait=off
76 .. option:: --export [type=]nbd,id=<id>,node-name=<node-name>[,name=<export-name>][,writable=on|off
77 …,node-name=<node-name>,addr.type=unix,addr.path=<socket-path>[,writable=on|off][,logical-block-siz…
78 …-blk,id=<id>,node-name=<node-name>,addr.type=fd,addr.str=<fd>[,writable=on|off][,logical-block-siz…
79 …>,node-name=<node-name>,mountpoint=<file>[,growable=on|off][,writable=on|off][,allow-other=on|off|…
80 …--export [type=]vduse-blk,id=<id>,node-name=<node-name>,name=<vduse-name>[,writable=on|off][,num-q…
84 requests for modifying data (the default is off).
192 --chardev socket,path=qmp.sock,server=on,wait=off,id=char1 \
/qemu/docs/devel/
H A Debpf_rss.rst9 - 'in-qemu' RSS (functions if qemu receives network packets, i.e. vhost=off)
36 tap,vhost=off & virtio-net-pci,rss=on,hash=off
40 tap,vhost=on & virtio-net-pci,rss=on,hash=off
44 tap,vhost=off & virtio-net-pci,rss=on,hash=on
/qemu/target/s390x/
H A Darch_dump.c318 uint64_t off; in get_mem_state() local
331 off = get_mem_state_size_from_len(block->target_start); in get_mem_state()
335 buff + off); in get_mem_state()
358 uint64_t off = s->section_offset; in arch_sections_write_hdr() local
364 for (; sctn->sections_size_func; off += shdr->sh_size, sctn++, shdr++) { in arch_sections_write_hdr()
367 shdr->sh_offset = off; in arch_sections_write_hdr()
/qemu/hw/remote/
H A Dproxy-memory-listener.c48 ram_addr_t off; in get_fd_from_hostaddr() local
57 mr = memory_region_from_host((void *)(uintptr_t)host, &off); in get_fd_from_hostaddr()
60 *offset = off; in get_fd_from_hostaddr()
/qemu/docs/system/arm/
H A Dcpu-features.rst13 a PMU, then the ``-cpu`` parameter should contain ``pmu=off`` on the QEMU
14 command line, i.e. ``-cpu cortex-a15,pmu=off``.
264 1) If SVE is disabled (``sve=off``), then which SVE vector lengths
312 9) If SVE was disabled (``sve=off``), allowing all vector lengths to be
323 $ qemu-system-aarch64 -M virt -cpu max,sve=off
342 $ qemu-system-aarch64 -M virt -cpu max,sve512=off
356 $ qemu-system-aarch64 -M virt -cpu max,sve=off,sve512=on,sve=on
360 $ qemu-system-aarch64 -M virt -cpu max,sve128=off
361 $ qemu-system-aarch64 -M virt -cpu max,sve=off,sve128=off,sve=on
377 $ qemu-system-aarch64 -M virt -cpu max,sme=off
[all …]

12345678910