Searched refs:flags (Results 1 – 12 of 12) sorted by relevance
/open-amp-2.7.6/open-amp/lib/rpmsg/ |
D | rpmsg_internal.h | 66 uint16_t flags; member 85 uint32_t flags; member 115 int rpmsg_send_ns_message(struct rpmsg_endpoint *ept, unsigned long flags);
|
D | rpmsg.c | 130 int rpmsg_send_ns_message(struct rpmsg_endpoint *ept, unsigned long flags) in rpmsg_send_ns_message() argument 135 ns_msg.flags = flags; in rpmsg_send_ns_message()
|
D | rpmsg_virtio.c | 364 rp_hdr.flags = 0; in rpmsg_virtio_send_offchannel_nocopy() 557 if (ns_msg->flags & RPMSG_NS_DESTROY) { in rpmsg_virtio_ns_callback()
|
/open-amp-2.7.6/open-amp/lib/include/openamp/ |
D | virtio_ring.h | 46 uint16_t flags; member 53 uint16_t flags; member 72 uint16_t flags; member
|
D | rpmsg_virtio.h | 104 int flags, unsigned int nvqs, in rpmsg_virtio_create_virtqueues() argument 108 return virtio_create_virtqueues(rvdev->vdev, flags, nvqs, names, in rpmsg_virtio_create_virtqueues()
|
D | virtio.h | 142 int virtio_create_virtqueues(struct virtio_device *vdev, unsigned int flags,
|
D | remoteproc.h | 161 uint32_t flags; member 201 uint32_t flags; member
|
/open-amp-2.7.6/open-amp/lib/virtio/ |
D | virtqueue.c | 337 vq->vq_ring.avail->flags |= VRING_AVAIL_F_NO_INTERRUPT; in virtqueue_disable_cb() 341 vq->vq_ring.used->flags |= VRING_USED_F_NO_NOTIFY; in virtqueue_disable_cb() 385 vq->vq_ring.used->idx, vq->vq_ring.avail->flags, in virtqueue_dump() 386 vq->vq_ring.used->flags); in virtqueue_dump() 446 dp->flags = 0; in vq_ring_add_buffer() 449 dp->flags |= VRING_DESC_F_NEXT; in vq_ring_add_buffer() 456 dp->flags |= VRING_DESC_F_WRITE; in vq_ring_add_buffer() 483 if ((dp->flags & VRING_DESC_F_INDIRECT) == 0) { in vq_ring_free_chain() 484 while (dp->flags & VRING_DESC_F_NEXT) { in vq_ring_free_chain() 581 vq->vq_ring.avail->flags &= ~VRING_AVAIL_F_NO_INTERRUPT; in vq_ring_enable_interrupt() [all …]
|
D | virtio.c | 86 int virtio_create_virtqueues(struct virtio_device *vdev, unsigned int flags, in virtio_create_virtqueues() argument 94 (void)flags; in virtio_create_virtqueues()
|
/open-amp-2.7.6/open-amp/lib/proxy/ |
D | rpmsg_retarget.c | 163 int _open(const char *filename, int flags, int mode) in _open() argument 183 syscall->args.int_field1 = flags; in _open()
|
/open-amp-2.7.6/open-amp/lib/remoteproc/ |
D | rsc_table_parser.c | 111 attribute = carve_rsc->flags; in handle_carve_out_rsc()
|
/open-amp-2.7.6/open-amp/cmake/ |
D | options.cmake | 77 # Set the complication flags
|