Home
last modified time | relevance | path

Searched refs:VHOST_SET_VRING_CALL (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dvhost.h111 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file) macro
/openbmc/linux/include/uapi/linux/
H A Dvhost.h111 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file) macro
/openbmc/qemu/linux-headers/linux/
H A Dvhost.h111 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file) macro
/openbmc/qemu/hw/virtio/
H A Dvhost-backend.c146 return vhost_kernel_call(dev, VHOST_SET_VRING_CALL, file); in vhost_kernel_set_vring_call()
H A Dvhost-vdpa.c1023 return vhost_vdpa_call(dev, VHOST_SET_VRING_CALL, file); in vhost_vdpa_set_vring_dev_call()
/openbmc/linux/tools/virtio/
H A Dvirtio_test.c94 r = ioctl(dev->control, VHOST_SET_VRING_CALL, &file); in vhost_vq_setup()
/openbmc/linux/drivers/vhost/
H A Dvdpa.c628 case VHOST_SET_VRING_CALL: in vhost_vdpa_vring_ioctl()
663 case VHOST_SET_VRING_CALL: in vhost_vdpa_vring_ioctl()
H A Dvhost.c2016 case VHOST_SET_VRING_CALL: in vhost_vring_ioctl()
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst1272 :equivalent ioctl: ``VHOST_SET_VRING_CALL``