Home
last modified time | relevance | path

Searched refs:VDUSE_VQ_GET_INFO (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/linux-headers/linux/
H A Dvduse.h186 #define VDUSE_VQ_GET_INFO _IOWR(VDUSE_BASE, 0x15, struct vduse_vq_info) macro
/openbmc/linux/include/uapi/linux/
H A Dvduse.h186 #define VDUSE_VQ_GET_INFO _IOWR(VDUSE_BASE, 0x15, struct vduse_vq_info) macro
/openbmc/linux/Documentation/userspace-api/
H A Dvduse.rst157 1. Get the specified virtqueue's information with the VDUSE_VQ_GET_INFO ioctl,
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.c894 if (ioctl(dev->fd, VDUSE_VQ_GET_INFO, &vq_info)) { in vduse_queue_enable()
/openbmc/linux/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c1221 case VDUSE_VQ_GET_INFO: { in vduse_dev_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1473 +pub const VDUSE_VQ_GET_INFO: u32 = 3224404245;