Home
last modified time | relevance | path

Searched refs:VHOST_VDPA_GET_DEVICE_ID (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dvhost.h154 #define VHOST_VDPA_GET_DEVICE_ID _IOR(VHOST_VIRTIO, 0x70, __u32) macro
/openbmc/linux/include/uapi/linux/
H A Dvhost.h154 #define VHOST_VDPA_GET_DEVICE_ID _IOR(VHOST_VIRTIO, 0x70, __u32) macro
/openbmc/qemu/linux-headers/linux/
H A Dvhost.h154 #define VHOST_VDPA_GET_DEVICE_ID _IOR(VHOST_VIRTIO, 0x70, __u32) macro
/openbmc/qemu/hw/virtio/
H A Dvdpa-dev.c71 VHOST_VDPA_GET_DEVICE_ID, errp); in vhost_vdpa_device_realize()
H A Dvhost-vdpa.c877 ret = vhost_vdpa_call(dev, VHOST_VDPA_GET_DEVICE_ID, device_id); in vhost_vdpa_get_device_id()
/openbmc/linux/drivers/vhost/
H A Dvdpa.c719 case VHOST_VDPA_GET_DEVICE_ID: in vhost_vdpa_unlocked_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch822 +pub const VHOST_VDPA_GET_DEVICE_ID: u32 = 2147790704;