Home
last modified time | relevance | path

Searched refs:VDUSE_CREATE_DEV (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Dvduse.h50 #define VDUSE_CREATE_DEV _IOW(VDUSE_BASE, 0x02, struct vduse_dev_config) macro
/linux-6.1.9/Documentation/userspace-api/
Dvduse.rst25 1. Create a new VDUSE instance with ioctl(VDUSE_CREATE_DEV) on
98 As mentioned above, a VDUSE device is created by ioctl(VDUSE_CREATE_DEV) on
/linux-6.1.9/drivers/vdpa/vdpa_user/
Dvduse_dev.c1587 case VDUSE_CREATE_DEV: { in vduse_ioctl()