Home
last modified time | relevance | path

Searched refs:VHOST_GET_FEATURES (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dvhost.h26 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64) macro
/openbmc/linux/include/uapi/linux/
H A Dvhost.h26 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64) macro
/openbmc/qemu/linux-headers/linux/
H A Dvhost.h26 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64) macro
/openbmc/linux/drivers/vhost/
H A Dtest.c330 case VHOST_GET_FEATURES: in vhost_test_ioctl()
H A Dvsock.c841 case VHOST_GET_FEATURES: in vhost_vsock_dev_ioctl()
H A Dvdpa.c734 case VHOST_GET_FEATURES: in vhost_vdpa_unlocked_ioctl()
H A Dnet.c1711 case VHOST_GET_FEATURES: in vhost_net_ioctl()
H A Dscsi.c2068 case VHOST_GET_FEATURES: in vhost_scsi_ioctl()
/openbmc/qemu/hw/virtio/
H A Dvhost-backend.c216 return vhost_kernel_call(dev, VHOST_GET_FEATURES, features); in vhost_kernel_get_features()
H A Dvhost-vdpa.c576 ret = vhost_vdpa_call(dev, VHOST_GET_FEATURES, features); in vhost_vdpa_get_dev_features()
/openbmc/qemu/net/
H A Dvhost-vdpa.c1746 int ret = ioctl(fd, VHOST_GET_FEATURES, features); in vhost_vdpa_get_features()
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst1060 :equivalent ioctl: ``VHOST_GET_FEATURES``
1082 :equivalent ioctl: ``VHOST_GET_FEATURES``
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch778 +pub const VHOST_GET_FEATURES: u32 = 2148052736;