Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/misc/
H A Docxl.h28 struct ocxl_ioctl_attach { struct
72 #define OCXL_IOCTL_ATTACH _IOW(OCXL_MAGIC, 0x10, struct ocxl_ioctl_attach)
/openbmc/linux/drivers/misc/ocxl/
H A Dfile.c73 struct ocxl_ioctl_attach __user *uarg) in afu_ioctl_attach()
75 struct ocxl_ioctl_attach arg; in afu_ioctl_attach()
223 (struct ocxl_ioctl_attach __user *) args); in afu_ioctl()