Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/misc/
Docxl.h28 struct ocxl_ioctl_attach { struct
72 #define OCXL_IOCTL_ATTACH _IOW(OCXL_MAGIC, 0x10, struct ocxl_ioctl_attach)
/linux-6.12.1/drivers/misc/ocxl/
Dfile.c72 struct ocxl_ioctl_attach __user *uarg) in afu_ioctl_attach()
74 struct ocxl_ioctl_attach arg; in afu_ioctl_attach()
222 (struct ocxl_ioctl_attach __user *) args); in afu_ioctl()