HomeSort by: relevance | last modified time | path
    Searched refs:vq (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/nat/
aarch64-scalable-linux-sigcontext.h 44 * See linux/Documentation/arm64/sve.txt for a description of the VL/VQ
84 * Note: for all these macros, the "vq" argument denotes the SVE
87 * The correct way to obtain vq is to use sve_vq_from_vl(vl). The
101 * ZREGS __uint128_t[SVE_NUM_ZREGS][vq] all Z-registers
102 * ZREG __uint128_t[vq] individual Z-register Zn
104 * PREGS uint16_t[SVE_NUM_PREGS][vq] all P-registers
105 * PREG uint16_t[vq] individual P-register Pn
107 * FFR uint16_t[vq] first-fault status register
112 #define SVE_SIG_ZREG_SIZE(vq) ((__u32)(vq) * SVE_VQ_BYTES
    [all...]
aarch64-scalable-linux-ptrace.c 237 /* Ptrace gives the vector length in bytes. Convert it to VQ, the number of
238 128bit chunks in a Z register. We use VQ because 128 bits is the minimum
240 uint64_t vq = sve_vq_from_vl (header.vl); local
248 return vq;
254 aarch64_sve_set_vq (int tid, uint64_t vq)
272 header.vl = sve_vl_from_vq (vq);
299 uint64_t vq = aarch64_sve_get_vq (tid); local
302 if (vq == 0)
305 reg_vg = sve_vg_from_vq (vq);
322 uint64_t vq = sve_vq_from_vl (header.vl)
413 uint64_t vq = aarch64_sve_get_vq (tid); local
619 uint64_t vq = sve_vq_from_vl (header->vl); local
719 uint64_t vq = sve_vq_from_vl (header->vl); local
    [all...]
aarch64-scalable-linux-ptrace.h 83 /* Read VQ for the given tid using ptrace. If SVE is not supported then zero
84 is returned (on a system that supports SVE, then VQ cannot be zero). */
87 /* Set VQ in the kernel for the given tid, using either the value VQ or
90 bool aarch64_sve_set_vq (int tid, uint64_t vq);
93 /* Read the streaming mode vq (svq) for the given TID. If the ZA state is not
97 /* Set the vector quotient (vq) in the kernel for the given TID using the
98 value VQ.
101 bool aarch64_za_set_svq (int tid, uint64_t vq);
  /src/external/gpl3/gdb/dist/gdb/nat/
aarch64-scalable-linux-sigcontext.h 44 * See linux/Documentation/arm64/sve.txt for a description of the VL/VQ
84 * Note: for all these macros, the "vq" argument denotes the SVE
87 * The correct way to obtain vq is to use sve_vq_from_vl(vl). The
101 * ZREGS __uint128_t[SVE_NUM_ZREGS][vq] all Z-registers
102 * ZREG __uint128_t[vq] individual Z-register Zn
104 * PREGS uint16_t[SVE_NUM_PREGS][vq] all P-registers
105 * PREG uint16_t[vq] individual P-register Pn
107 * FFR uint16_t[vq] first-fault status register
112 #define SVE_SIG_ZREG_SIZE(vq) ((__u32)(vq) * SVE_VQ_BYTES
    [all...]
aarch64-scalable-linux-ptrace.c 237 /* Ptrace gives the vector length in bytes. Convert it to VQ, the number of
238 128bit chunks in a Z register. We use VQ because 128 bits is the minimum
240 uint64_t vq = sve_vq_from_vl (header.vl); local
248 return vq;
254 aarch64_sve_set_vq (int tid, uint64_t vq)
272 header.vl = sve_vl_from_vq (vq);
299 uint64_t vq = aarch64_sve_get_vq (tid); local
302 if (vq == 0)
305 reg_vg = sve_vg_from_vq (vq);
322 uint64_t vq = sve_vq_from_vl (header.vl)
413 uint64_t vq = aarch64_sve_get_vq (tid); local
619 uint64_t vq = sve_vq_from_vl (header->vl); local
719 uint64_t vq = sve_vq_from_vl (header->vl); local
    [all...]
aarch64-scalable-linux-ptrace.h 83 /* Read VQ for the given tid using ptrace. If SVE is not supported then zero
84 is returned (on a system that supports SVE, then VQ cannot be zero). */
87 /* Set VQ in the kernel for the given tid, using either the value VQ or
90 bool aarch64_sve_set_vq (int tid, uint64_t vq);
93 /* Read the streaming mode vq (svq) for the given TID. If the ZA state is not
97 /* Set the vector quotient (vq) in the kernel for the given TID using the
98 value VQ.
101 bool aarch64_za_set_svq (int tid, uint64_t vq);
  /src/sys/dev/pci/
virtio.c 117 struct virtqueue *vq = &sc->sc_vqs[i]; local
118 n = sc->sc_ops->read_queue_size(sc, vq->vq_index);
119 if (n == 0) /* vq disappeared */
121 if (n != vq->vq_num) {
122 panic("%s: virtqueue size changed, vq index %d\n",
124 vq->vq_index);
126 virtio_reset_vq(sc, vq);
127 sc->sc_ops->setup_queue(sc, vq->vq_index,
128 vq->vq_dmamap->dm_segs[0].ds_addr);
462 /* set to vq->vq_intrhand in virtio_init_vq_vqdone() *
466 struct virtqueue *vq = xvq; local
474 struct virtqueue *vq; local
    [all...]
ld_virtio.c 486 struct virtqueue *vq = &sc->sc_vq; local
505 if (virtio_vq_is_enqueued(vsc, vq))
506 ld_virtio_vq_done(vq);
515 r = virtio_enqueue_prep(vsc, vq, &slot);
528 virtio_enqueue_abort(vsc, vq, slot);
534 r = virtio_enqueue_reserve(vsc, vq, slot, vr->vr_payload->dm_nsegs +
557 virtio_enqueue_p(vsc, vq, slot, vr->vr_cmdsts,
560 virtio_enqueue(vsc, vq, slot, vr->vr_payload, false);
561 virtio_enqueue_p(vsc, vq, slot, vr->vr_cmdsts,
565 virtio_enqueue_commit(vsc, vq, slot, true)
613 struct virtqueue *vq = &sc->sc_vq; local
772 struct virtqueue *vq = &sc->sc_vq; local
911 struct virtqueue *vq = &sc->sc_vq; local
1056 struct virtqueue * const vq = &sc->sc_vq; local
    [all...]
viornd.c 88 struct virtqueue *vq = &sc->sc_vq; local
103 if (virtio_enqueue_prep(vsc, vq, &slot)) {
106 if (virtio_enqueue_reserve(vsc, vq, slot, 1)) {
109 virtio_enqueue(vsc, vq, slot, sc->sc_dmamap, 0);
110 virtio_enqueue_commit(vsc, vq, slot, 1);
221 viornd_vq_done(struct virtqueue *vq)
223 struct virtio_softc *vsc = vq->vq_owner;
229 if (virtio_dequeue(vsc, vq, &slot, &len) != 0) {
252 virtio_dequeue_commit(vsc, vq, slot);
viomb.c 279 struct virtqueue *vq = &sc->sc_vq[VQ_INFLATE]; local
305 if (virtio_enqueue_prep(vsc, vq, &slot) != 0) {
311 if (virtio_enqueue_reserve(vsc, vq, slot, 1)) {
319 virtio_enqueue(vsc, vq, slot, b->bl_dmamap, true);
320 virtio_enqueue_commit(vsc, vq, slot, true);
327 inflateq_done(struct virtqueue *vq)
329 struct virtio_softc *vsc = vq->vq_owner;
344 struct virtqueue *vq = &sc->sc_vq[VQ_INFLATE]; local
350 r = virtio_dequeue(vsc, vq, &slot, NULL);
356 virtio_dequeue_commit(vsc, vq, slot)
390 struct virtqueue *vq = &sc->sc_vq[VQ_DEFLATE]; local
461 struct virtqueue *vq = &sc->sc_vq[VQ_DEFLATE]; local
    [all...]
if_vioif.c 440 vioif_notify(struct virtio_softc *vsc, struct virtqueue *vq)
443 virtio_enqueue_commit(vsc, vq, -1, true);
918 /* no ctrl vq; always promisc and allmulti */
1141 * ctrlq_cmd: command to be sent via ctrl vq (WRITE)
1142 * ctrlq_status: return value for a command via ctrl vq (READ)
1315 /* control vq class & command */
1328 /* control vq rx mode command parameter */
1342 /* control vq MAC filter table for unicast */
1351 /* control vq MAC filter table for multicast */
1359 /* control vq MAC address set command *
1460 struct virtqueue *vq; local
1746 struct virtqueue *vq = netq->netq_vq; local
1813 struct virtqueue *vq = netq->netq_vq; local
1891 struct virtqueue *vq = netq->netq_vq; local
1924 struct virtqueue *vq = netq->netq_vq; local
1953 struct virtqueue *vq = netq->netq_vq; local
1984 struct virtqueue *vq = netq->netq_vq; local
2077 struct virtqueue *vq = netq->netq_vq; local
2189 struct virtqueue *vq = netq->netq_vq; local
2234 struct virtqueue *vq = netq->netq_vq; local
2264 struct virtqueue *vq = netq->netq_vq; local
2364 struct virtqueue *vq = ctrlq->ctrlq_vq; local
2429 struct virtqueue *vq = ctrlq->ctrlq_vq; local
    [all...]
vioscsi.c 274 struct virtqueue *vq = &sc->sc_vqs[VIOSCSI_VQ_REQUEST]; local
381 virtio_enqueue_abort(vsc, vq, slot);
390 error = virtio_enqueue_reserve(vsc, vq, slot, nsegs);
413 virtio_enqueue_p(vsc, vq, slot, vr->vr_control,
417 virtio_enqueue(vsc, vq, slot, vr->vr_data, 1);
418 virtio_enqueue_p(vsc, vq, slot, vr->vr_control,
422 virtio_enqueue(vsc, vq, slot, vr->vr_data, 0);
424 virtio_enqueue_commit(vsc, vq, slot, 1);
452 struct vioscsi_req *vr, struct virtqueue *vq, int slot)
497 virtio_dequeue_commit(vsc, vq, slot)
556 struct virtqueue *vq = &sc->sc_vqs[VIOSCSI_VQ_REQUEST]; local
    [all...]
virtiovar.h 234 int virtio_postpone_intr(struct virtio_softc *sc, struct virtqueue *vq,
236 int virtio_postpone_intr_smart(struct virtio_softc *sc, struct virtqueue *vq);
237 int virtio_postpone_intr_far(struct virtio_softc *sc, struct virtqueue *vq);
  /src/external/bsd/unbound/dist/validator/
validator.c 74 struct val_qstate* vq, int id, int rcode, struct dns_msg* msg,
284 val_new_getmsg(struct module_qstate* qstate, struct val_qstate* vq)
289 vq->orig_msg = (struct dns_msg*)regional_alloc(qstate->region,
291 if(!vq->orig_msg)
293 vq->orig_msg->qinfo = qstate->qinfo;
294 vq->orig_msg->rep = (struct reply_info*)regional_alloc(
296 if(!vq->orig_msg->rep)
298 memset(vq->orig_msg->rep, 0, sizeof(struct reply_info));
299 vq->orig_msg->rep->flags = (uint16_t)(qstate->return_rcode&0xf)
301 vq->orig_msg->rep->qdcount = 1
334 struct val_qstate* vq = (struct val_qstate*)regional_alloc( local
475 struct val_qstate* vq = (struct val_qstate*)qstate->minfo[id]; local
2708 struct val_qstate* vq = (struct val_qstate*)qstate->minfo[id]; local
3531 struct val_qstate* vq = (struct val_qstate*)super->minfo[id]; local
3579 struct val_qstate* vq; local
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_queue.c 318 vdev_queue_class_tree(vdev_queue_t *vq, zio_priority_t p)
320 return (&vq->vq_class[p].vqc_queued_tree);
324 vdev_queue_type_tree(vdev_queue_t *vq, zio_type_t t)
327 return (&vq->vq_read_offset_tree);
329 return (&vq->vq_write_offset_tree);
361 vdev_queue_t *vq = &vd->vdev_queue; local
363 mutex_init(&vq->vq_lock, NULL, MUTEX_DEFAULT, NULL);
364 vq->vq_vdev = vd;
366 avl_create(&vq->vq_active_tree, vdev_queue_offset_compare,
368 avl_create(vdev_queue_type_tree(vq, ZIO_TYPE_READ)
398 vdev_queue_t *vq = &vd->vdev_queue; local
863 vdev_queue_t *vq = &zio->io_vd->vdev_queue; local
909 vdev_queue_t *vq = &zio->io_vd->vdev_queue; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch64-tdesc.cc 40 if (features.vq > AARCH64_MAX_SVE_VQ)
41 error (_("VQ is %" PRIu64 ", maximum supported value is %d"), features.vq,
63 if (features.vq > 0)
  /src/external/gpl3/gdb/dist/gdbserver/
linux-aarch64-tdesc.cc 40 if (features.vq > AARCH64_MAX_SVE_VQ)
41 error (_("VQ is %" PRIu64 ", maximum supported value is %d"), features.vq,
63 if (features.vq > 0)
  /src/external/gpl3/gdb.old/dist/gdb/arch/
aarch64.h 29 /* A non zero VQ value indicates both the presence of SVE and the
33 The maximum value for VQ is 16 (5 bits). */
34 uint64_t vq = 0; member in struct:aarch64_features
58 return lhs.vq == rhs.vq
75 h = features.vq;
179 VQ : Vector Quotient.
190 #define sve_vl_from_vq(vq) ((vq) * 0x10)
193 #define sve_vg_from_vq(vq) (sve_vg_from_vl (sve_vl_from_vq (vq))
    [all...]
aarch64.c 45 if (features.vq == 0)
48 regnum = create_feature_aarch64_sve (tdesc.get (), regnum, features.vq);
  /src/external/gpl3/gdb/dist/gdb/arch/
aarch64.h 29 /* A non zero VQ value indicates both the presence of SVE and the
33 The maximum value for VQ is 16 (5 bits). */
34 uint64_t vq = 0; member in struct:aarch64_features
64 return lhs.vq == rhs.vq
83 h = features.vq;
191 VQ : Vector Quotient.
202 #define sve_vl_from_vq(vq) ((vq) * 0x10)
205 #define sve_vg_from_vq(vq) (sve_vg_from_vl (sve_vl_from_vq (vq))
    [all...]
aarch64.c 47 if (features.vq == 0)
50 regnum = create_feature_aarch64_sve (tdesc.get (), regnum, features.vq);
  /src/sys/dev/virtio/
viocon.c 44 #define virtio_notify(vsc, vq) virtio_enqueue_commit(vsc, vq, -1, true)
140 int viocon_tx_drain(struct viocon_port *, struct virtqueue *vq);
328 viocon_tx_drain(struct viocon_port *vp, struct virtqueue *vq)
330 struct virtio_softc *vsc = vq->vq_owner;
334 while (virtio_dequeue(vsc, vq, &slot, &len) == 0) {
338 virtio_dequeue_commit(vsc, vq, slot);
345 viocon_tx_intr(struct virtqueue *vq)
347 struct virtio_softc *vsc = vq->vq_owner;
350 int portidx = (vq->vq_index - 1) / 2
367 struct virtqueue *vq = vp->vp_rx; local
402 struct virtqueue *vq = vp->vp_rx; local
428 struct virtqueue *vq; local
    [all...]
  /src/bin/ksh/
var.c 72 struct tbl *vp, **vpp = l->vars.tbls, *vq; local
78 if ((vq = global(vp->name))->flag & ISSET)
79 setspec(vq);
81 unsetspec(vq);
278 struct tbl *vq = (struct tbl *) 0; local
280 while ((ll = ll->next) && !(vq = mytsearch(&ll->vars, n, h)))
282 if (vq) {
283 vp->flag |= vq->flag & (EXPORT|INTEGER|RDONLY
286 if (vq->flag & INTEGER)
287 vp->type = vq->type
1238 struct tbl *vp, *vq; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_vq.c 59 void virtio_gpu_ctrl_ack(struct virtqueue *vq)
61 struct drm_device *dev = vq->vdev->priv;
67 void virtio_gpu_cursor_ack(struct virtqueue *vq)
69 struct drm_device *dev = vq->vdev->priv;
178 static void reclaim_vbufs(struct virtqueue *vq, struct list_head *reclaim_list)
184 while ((vbuf = virtqueue_get_buf(vq, &len))) {
205 virtqueue_disable_cb(vgdev->ctrlq.vq);
206 reclaim_vbufs(vgdev->ctrlq.vq, &reclaim_list);
208 } while (!virtqueue_enable_cb(vgdev->ctrlq.vq));
214 trace_virtio_gpu_cmd_response(vgdev->ctrlq.vq, resp)
321 struct virtqueue *vq = vgdev->ctrlq.vq; variable in typeref:struct:virtqueue
366 struct virtqueue *vq = vgdev->ctrlq.vq; local
449 struct virtqueue *vq = vgdev->cursorq.vq; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
rsa-gmp.c 85 mpz_t vp, vq, u; local
86 mpz_init(vp); mpz_init(vq); mpz_init(u);
88 /* vq = c ^ (d mod (q - 1)) mod q */
92 mpz_fdiv_r(vq, in, q);
93 mpz_powm(vq, vq, dmq1, q);
96 /* u = (vp - vq)C2 mod p. */
97 mpz_sub(u, vp, vq);
105 /* c ^ d mod n = vq + u q */
107 mpz_add(out, u, vq);
    [all...]

Completed in 121 milliseconds

1 2 3