Home
last modified time | relevance | path

Searched refs:off (Results 76 – 100 of 246) sorted by relevance

12345678910

/qemu/hw/net/
H A Dnet_rx_pkt.c559 size_t off = pkt->l4hdr_off; in _net_rx_pkt_validate_sctp_sum() local
566 for (vec = pkt->vec; vec->iov_len < off; vec++) { in _net_rx_pkt_validate_sctp_sum()
567 off -= vec->iov_len; in _net_rx_pkt_validate_sctp_sum()
571 csum_off = off + 8; in _net_rx_pkt_validate_sctp_sum()
583 (uint8_t *)vec->iov_base + off, vec->iov_len - off); in _net_rx_pkt_validate_sctp_sum()
/qemu/hw/usb/
H A Dtrace-events145 usb_xhci_cap_read(uint32_t off, uint32_t val) "off 0x%04x, ret 0x%08x"
146 usb_xhci_oper_read(uint32_t off, uint32_t val) "off 0x%04x, ret 0x%08x"
147 usb_xhci_port_read(uint32_t port, uint32_t off, uint32_t val) "port %d, off 0x%04x, ret 0x%08x"
148 usb_xhci_runtime_read(uint32_t off, uint32_t val) "off 0x%04x, ret 0x%08x"
149 usb_xhci_doorbell_read(uint32_t off, uint32_t val) "off 0x%04x, ret 0x%08x"
150 usb_xhci_oper_write(uint32_t off, uint32_t val) "off 0x%04x, val 0x%08x"
151 usb_xhci_port_write(uint32_t port, uint32_t off, uint32_t val) "port %d, off 0x%04x, val 0x%08x"
152 usb_xhci_runtime_write(uint32_t off, uint32_t val) "off 0x%04x, val 0x%08x"
153 usb_xhci_doorbell_write(uint32_t off, uint32_t val) "off 0x%04x, val 0x%08x"
305 … const char *path, uint32_t offset, uint32_t length) "dev %d, handle 0x%x, path %s, off %d, len %d"
/qemu/include/hw/hyperv/
H A Dvmbus.h208 ssize_t vmbus_iov_to_gpadl(VMBusChannel *chan, VMBusGpadl *gpadl, uint32_t off,
218 unsigned iov_cnt, size_t len, size_t off);
/qemu/target/arm/tcg/
H A Dmve_helper.c389 static const uint8_t off[4] = { O1, O2, O3, O4 }; \ in DO_VLDR64_SG()
396 addr = base + off[beat] * 4; \ in DO_VLDR64_SG()
400 qd[H1(off[beat])] = data; \ in DO_VLDR64_SG()
411 static const uint8_t off[4] = { O1, O1, O2, O2 }; \
420 addr = base + off[beat] * 8 + (beat & 1) * 4; \
423 qd[H2(off[beat])] = data; \
426 qd[H2(off[beat])] = data; \
436 static const uint8_t off[4] = { O1, O2, O3, O4 }; \
445 addr = base + off[beat] * 4; \
449 qd[H4(off[beat] >> 2)] = data; \
[all …]
/qemu/include/hw/pci-host/
H A Dpnv_phb3.h164 uint64_t pnv_phb3_reg_read(void *opaque, hwaddr off, unsigned size);
165 void pnv_phb3_reg_write(void *opaque, hwaddr off, uint64_t val, unsigned size);
/qemu/target/sparc/
H A Dmmu_helper.c402 int off; in sparc_cpu_memory_rw_debug() local
441 off = addr - fp; in sparc_cpu_memory_rw_debug()
442 len1 = 64 - off; in sparc_cpu_memory_rw_debug()
449 int reg = cwp * 16 + 8 + (off >> 2); in sparc_cpu_memory_rw_debug()
455 *buf++ = u.c[off & 3]; in sparc_cpu_memory_rw_debug()
458 off++; in sparc_cpu_memory_rw_debug()
/qemu/docs/system/arm/
H A Dxenpvh.rst29 -chardev socket,id=libxl-cmd,path=qmp-libxl-1,server=on,wait=off \
31 -chardev socket,id=libxenstat-cmd,path=qmp-libxenstat-1,server=on,wait=off \
/qemu/hw/hyperv/
H A Dvmbus.c64 uint32_t off; member
395 iter->off += cplen; in gpadl_iter_io()
396 iter->last_off = iter->off; in gpadl_iter_io()
410 iter->off = new_off; in gpadl_iter_seek()
453 gpadl_iter_seek(&iter, off); in vmbus_iov_to_gpadl()
474 if (sg[i].len > off) { in vmbus_map_sgl()
477 off -= sg[i].len; in vmbus_map_sgl()
480 dma_addr_t mlen = MIN(sg[i].len - off, len); in vmbus_map_sgl()
481 dma_addr_t addr = sg[i].base + off; in vmbus_map_sgl()
483 off = 0; in vmbus_map_sgl()
[all …]
/qemu/tests/qtest/
H A Divshmem-test.c89 static inline void read_mem(IVState *s, uint64_t off, void *buf, size_t len) in read_mem() argument
91 qpci_memread(s->dev, s->mem_bar, off, buf, len); in read_mem()
94 static inline void write_mem(IVState *s, uint64_t off, in write_mem() argument
97 qpci_memwrite(s->dev, s->mem_bar, off, buf, len); in write_mem()
/qemu/docs/devel/
H A Dconflict-resolution.rst56 5. A public reprimand plus a mandatory cooling off period. The cooling
57 off period may require, for example, one or more of the following:
61 events. The cooling off period is voluntary but may escalate to a
H A Ds390-dasd-ipl.rst55 is kicked off by the user initiating a "Load" procedure from the hardware
58 off the reading of IPL1 data. Since the channel program from IPL1 will be
90 Not being able to turn off prefetch will also prevent the TIC at the end of the
104 1. Place "Read IPL" ccw into memory location ``0x0``, but turn off chaining bit.
125 by turning off the chain bit in the READ ccw. When control is returned from
/qemu/tests/qemu-iotests/tests/
H A Dfuse-allow-other.out6 --- allow-other=off ---
15 'allow-other': 'off'
/qemu/tests/qemu-iotests/
H A D108334 …use-export,node-name=export-node,mountpoint="$export_mp",writable=on,growable=off,allow-other=off \
H A D153.out2 == readonly=off,force-share=on should be rejected ==
3 QEMU_PROG: -drive if=none,file=null-co://,readonly=off,force-share=on: force-share=on can only be u…
379 == Two devices with the same image (read-only=off - read-only=off) ==
380 QEMU_PROG: -drive if=none,file=TEST_DIR/t.qcow2,read-only=off: Failed to get "write" lock
383 == Two devices with the same image (read-only=off - read-only=on) ==
387 == Two devices with the same image (read-only=off - read-only=on,force-share=on) ==
389 == Two devices with the same image (read-only=on - read-only=off) ==
390 QEMU_PROG: -drive if=none,file=TEST_DIR/t.qcow2,read-only=off: Failed to get "write" lock
397 == Two devices with the same image (read-only=on,force-share=on - read-only=off) ==
H A D15389 _run_qemu_with_images null-co://,readonly=off,force-share=on
267 $QEMU_IMG info -U --image-opts driver=null-co,force-share=off
H A D184.out28 "detect_zeroes": "off",
61 "detect_zeroes": "off",
/qemu/tests/qapi-schema/
H A Dalternate-conflict-enum-bool.json3 'data': [ 'aus', 'off' ] }
/qemu/docs/
H A Dnvdimm.txt20 -object memory-backend-file,id=mem1,share=on,mem-path=$PATH,size=$NVDIMM_SIZE,readonly=off
21 -device nvdimm,id=nvdimm1,memdev=mem1,unarmed=off
35 size=$NVDIMM_SIZE,readonly=off" creates a backend storage of size
39 "share=on/off" controls the visibility of guest writes. If
43 "share=off", then guest writes won't be applied to the backend
46 "readonly=on/off" controls whether the file $PATH is opened read-only or
49 - "device nvdimm,id=nvdimm1,memdev=mem1,unarmed=off" creates a read/write
/qemu/hw/nvme/
H A Dctrl.c4724 if (off >= sizeof(smart)) { in nvme_smart_info()
4788 if (off >= sizeof(info)) { in nvme_endgrp_info()
4825 if (off >= sizeof(fw_log)) { in nvme_fw_log_info()
4841 if (off >= sizeof(errlog)) { in nvme_error_info()
4863 if (off >= sizeof(nslist)) { in nvme_changed_nslist()
4909 if (off >= sizeof(log)) { in nvme_cmd_effects()
4976 if (off >= log_size) { in nvme_fdp_confs()
5043 if (off >= log_size) { in nvme_fdp_ruh_usage()
5124 if (off >= log_size) { in nvme_fdp_events()
5161 uint64_t off, lpol, lpou; in nvme_get_log() local
[all …]
/qemu/docs/system/s390x/
H A Dvfio-ap.rst283 "-13" switches bit 13 off
285 "-0xff" switches bit 255 off
292 Switches bits 6 and 240 (0xf0) off
520 qemu-system-s390x -cpu $model,ap=on|off
528 ``ap=on|off``
530 (off). The default for CPU models zEC12 or newer
543 qemu-system-s390x -cpu $model,apqci=on|off
550 ``apqci=on|off``
573 qemu-system-s390x -cpu $model,apft=on|off
581 ``apft=on|off``
[all …]
/qemu/include/semihosting/
H A Dguestfd.h33 size_t off; member
/qemu/docs/system/devices/
H A Dnvme.rst51 ``use-intel-id`` (default: ``off``)
122 subsystem. If set to ``off``, the namespace will remain a private namespace
127 ``detached`` (default: ``off``)
139 -device nvme-ns,drive=nvm-2,nsid=3,shared=off,detached=on
142 controllers. NSID 3 will be a private namespace due to ``shared=off`` and only
159 ``legacy-cmb`` (default: ``off``)
204 ``zoned.cross_read=BOOL`` (default: ``off``)
/qemu/hw/9pfs/
H A D9p.c2241 if (fidp->fs.xattr.len < off) { in v9fs_xattr_read()
2345 uint64_t off; in v9fs_read() local
2374 if (off == 0) { in v9fs_read()
2404 off += len; in v9fs_read()
2470 off_t off; in v9fs_do_readdir() local
2531 off = qemu_dirent_off(dent); in v9fs_do_readdir()
2537 &qid, off, in v9fs_do_readdir()
2629 if (fidp->fs.xattr.len < off) { in v9fs_xattr_write()
2653 off += to_copy; in v9fs_xattr_write()
2664 uint64_t off; in v9fs_write() local
[all …]
H A Dtrace-events22 …ead(uint16_t tag, uint8_t id, int32_t fid, uint64_t off, uint32_t max_count) "tag %d id %d fid %d
26 …(uint16_t tag, uint8_t id, int32_t fid, uint64_t off, uint32_t count, int cnt) "tag %d id %d fid %…
/qemu/linux-headers/linux/
H A Dmman.h46 __u64 off; member

12345678910