Searched refs:VHOST_SET_FEATURES (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/tools/include/uapi/linux/ |
H A D | vhost.h | 27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | vhost.h | 27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) macro
|
/openbmc/qemu/linux-headers/linux/ |
H A D | vhost.h | 27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) macro
|
/openbmc/linux/drivers/vhost/ |
H A D | test.c | 335 case VHOST_SET_FEATURES: in vhost_test_ioctl()
|
H A D | vsock.c | 846 case VHOST_SET_FEATURES: in vhost_vsock_dev_ioctl()
|
H A D | vdpa.c | 737 case VHOST_SET_FEATURES: in vhost_vdpa_unlocked_ioctl()
|
H A D | net.c | 1716 case VHOST_SET_FEATURES: in vhost_net_ioctl()
|
H A D | scsi.c | 2073 case VHOST_SET_FEATURES: in vhost_scsi_ioctl()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-backend.c | 188 return vhost_kernel_call(dev, VHOST_SET_FEATURES, &features); in vhost_kernel_set_features()
|
H A D | vhost-vdpa.c | 835 ret = vhost_vdpa_call(dev, VHOST_SET_FEATURES, &features); in vhost_vdpa_set_features()
|
/openbmc/linux/tools/virtio/ |
H A D | virtio_test.c | 80 r = ioctl(dev->control, VHOST_SET_FEATURES, &features); in vhost_vq_setup()
|
/openbmc/qemu/net/ |
H A D | vhost-vdpa.c | 1620 r = ioctl(device_fd, VHOST_SET_FEATURES, &features); in vhost_vdpa_probe_cvq_isolation()
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.rst | 1071 :equivalent ioctl: ``VHOST_SET_FEATURES`` 1099 :equivalent ioctl: ``VHOST_SET_FEATURES``
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-missing-syscalls.patch | 1425 +pub const VHOST_SET_FEATURES: u32 = 1074310912;
|