Home
last modified time | relevance | path

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

/openbmc/qemu/linux-headers/linux/
H A Dvhost.h111 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file) macro
/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/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.c979 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.c657 case VHOST_SET_VRING_CALL: in vhost_vdpa_vring_ioctl()
H A Dvhost.c1948 case VHOST_SET_VRING_CALL: in vhost_vring_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch667 +pub const VHOST_SET_VRING_CALL: u32 = 1074310945;
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst1270 :equivalent ioctl: ``VHOST_SET_VRING_CALL``