Searched refs:VHOST_SET_VRING_CALL (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/include/uapi/linux/ |
H A D | vhost.h | 111 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | vhost.h | 111 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file) macro
|
/openbmc/qemu/linux-headers/linux/ |
H A D | vhost.h | 111 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file) macro
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-backend.c | 146 return vhost_kernel_call(dev, VHOST_SET_VRING_CALL, file); in vhost_kernel_set_vring_call()
|
H A D | vhost-vdpa.c | 1023 return vhost_vdpa_call(dev, VHOST_SET_VRING_CALL, file); in vhost_vdpa_set_vring_dev_call()
|
/openbmc/linux/tools/virtio/ |
H A D | virtio_test.c | 94 r = ioctl(dev->control, VHOST_SET_VRING_CALL, &file); in vhost_vq_setup()
|
/openbmc/linux/drivers/vhost/ |
H A D | vdpa.c | 628 case VHOST_SET_VRING_CALL: in vhost_vdpa_vring_ioctl() 663 case VHOST_SET_VRING_CALL: in vhost_vdpa_vring_ioctl()
|
H A D | vhost.c | 2016 case VHOST_SET_VRING_CALL: in vhost_vring_ioctl()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-missing-syscalls.patch | 667 +pub const VHOST_SET_VRING_CALL: u32 = 1074310945;
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.rst | 1270 :equivalent ioctl: ``VHOST_SET_VRING_CALL``
|