OCXL_MAGIC         72 include/uapi/misc/ocxl.h #define OCXL_IOCTL_ATTACH	_IOW(OCXL_MAGIC, 0x10, struct ocxl_ioctl_attach)
OCXL_MAGIC         73 include/uapi/misc/ocxl.h #define OCXL_IOCTL_IRQ_ALLOC	_IOR(OCXL_MAGIC, 0x11, __u64)
OCXL_MAGIC         74 include/uapi/misc/ocxl.h #define OCXL_IOCTL_IRQ_FREE	_IOW(OCXL_MAGIC, 0x12, __u64)
OCXL_MAGIC         75 include/uapi/misc/ocxl.h #define OCXL_IOCTL_IRQ_SET_FD	_IOW(OCXL_MAGIC, 0x13, struct ocxl_ioctl_irq_fd)
OCXL_MAGIC         76 include/uapi/misc/ocxl.h #define OCXL_IOCTL_GET_METADATA _IOR(OCXL_MAGIC, 0x14, struct ocxl_ioctl_metadata)
OCXL_MAGIC         77 include/uapi/misc/ocxl.h #define OCXL_IOCTL_ENABLE_P9_WAIT	_IOR(OCXL_MAGIC, 0x15, struct ocxl_ioctl_p9_wait)
OCXL_MAGIC         78 include/uapi/misc/ocxl.h #define OCXL_IOCTL_GET_FEATURES _IOR(OCXL_MAGIC, 0x16, struct ocxl_ioctl_features)