Home
last modified time | relevance | path

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

/openbmc/qemu/linux-headers/linux/
H A Dvduse.h205 #define VDUSE_VQ_SETUP_KICKFD _IOW(VDUSE_BASE, 0x16, struct vduse_vq_eventfd) macro
/openbmc/linux/include/uapi/linux/
H A Dvduse.h205 #define VDUSE_VQ_SETUP_KICKFD _IOW(VDUSE_BASE, 0x16, struct vduse_vq_eventfd) macro
/openbmc/linux/Documentation/userspace-api/
H A Dvduse.rst221 3. Setup the kick eventfd for the specified virtqueues with the VDUSE_VQ_SETUP_KICKFD
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.c923 if (ioctl(dev->fd, VDUSE_VQ_SETUP_KICKFD, &vq_eventfd)) { in vduse_queue_enable()
955 ioctl(dev->fd, VDUSE_VQ_SETUP_KICKFD, &eventfd); in vduse_queue_disable()
/openbmc/linux/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c1263 case VDUSE_VQ_SETUP_KICKFD: { in vduse_dev_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1367 +pub const VDUSE_VQ_SETUP_KICKFD: u32 = 1074299158;