Home
last modified time | relevance | path

Searched refs:ocxl_ioctl_attach (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/uapi/misc/
Docxl.h28 struct ocxl_ioctl_attach { struct
72 #define OCXL_IOCTL_ATTACH _IOW(OCXL_MAGIC, 0x10, struct ocxl_ioctl_attach)
/Linux-v5.4/drivers/misc/ocxl/
Dfile.c74 struct ocxl_ioctl_attach __user *uarg) in afu_ioctl_attach()
76 struct ocxl_ioctl_attach arg; in afu_ioctl_attach()
226 (struct ocxl_ioctl_attach __user *) args); in afu_ioctl()