Home
last modified time | relevance | path

Searched refs:VHOST_SET_FEATURES (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/linux-headers/linux/
H A Dvhost.h27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) macro
/openbmc/linux/tools/include/uapi/linux/
H A Dvhost.h27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) macro
/openbmc/linux/include/uapi/linux/
H A Dvhost.h27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) macro
/openbmc/qemu/hw/virtio/
H A Dvhost-backend.c164 return vhost_kernel_call(dev, VHOST_SET_FEATURES, &features); in vhost_kernel_set_features()
H A Dvhost-vdpa.c821 ret = vhost_vdpa_call(dev, VHOST_SET_FEATURES, &features); in vhost_vdpa_set_features()
/openbmc/linux/drivers/vhost/
H A Dtest.c335 case VHOST_SET_FEATURES: in vhost_test_ioctl()
H A Dvsock.c846 case VHOST_SET_FEATURES: in vhost_vsock_dev_ioctl()
H A Dvdpa.c728 case VHOST_SET_FEATURES: in vhost_vdpa_unlocked_ioctl()
H A Dnet.c1716 case VHOST_SET_FEATURES: in vhost_net_ioctl()
H A Dscsi.c2063 case VHOST_SET_FEATURES: in vhost_scsi_ioctl()
/openbmc/linux/tools/virtio/
H A Dvirtio_test.c80 r = ioctl(dev->control, VHOST_SET_FEATURES, &features); in vhost_vq_setup()
/openbmc/qemu/net/
H A Dvhost-vdpa.c1602 r = ioctl(device_fd, VHOST_SET_FEATURES, &features); in vhost_vdpa_probe_cvq_isolation()
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst1071 :equivalent ioctl: ``VHOST_SET_FEATURES``
1099 :equivalent ioctl: ``VHOST_SET_FEATURES``
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1425 +pub const VHOST_SET_FEATURES: u32 = 1074310912;