Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/userspace-api/
H A Dvduse.rst152 mapping via the VDUSE_IOTLB_GET_FD ioctl.
161 2. Pass the above IOVAs to the VDUSE_IOTLB_GET_FD ioctl so that those IOVA regions
199 fd = ioctl(dev_fd, VDUSE_IOTLB_GET_FD, &entry);
228 userspace via the VDUSE_IOTLB_GET_FD ioctl before accessing.
/openbmc/qemu/linux-headers/linux/
H A Dvduse.h84 #define VDUSE_IOTLB_GET_FD _IOWR(VDUSE_BASE, 0x10, struct vduse_iotlb_entry) macro
/openbmc/linux/include/uapi/linux/
H A Dvduse.h84 #define VDUSE_IOTLB_GET_FD _IOWR(VDUSE_BASE, 0x10, struct vduse_iotlb_entry) macro
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.c411 ret = ioctl(dev->fd, VDUSE_IOTLB_GET_FD, &entry); in iova_to_va()
/openbmc/linux/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c1122 case VDUSE_IOTLB_GET_FD: { in vduse_dev_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1372 +pub const VDUSE_IOTLB_GET_FD: u32 = 3223355664;