Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/misc/
H A Docxl.h51 struct ocxl_ioctl_p9_wait { struct
77 #define OCXL_IOCTL_ENABLE_P9_WAIT _IOR(OCXL_MAGIC, 0x15, struct ocxl_ioctl_p9_wait) argument
/openbmc/linux/drivers/misc/ocxl/
H A Dfile.c114 struct ocxl_ioctl_p9_wait __user *uarg) in afu_ioctl_enable_p9_wait()
116 struct ocxl_ioctl_p9_wait arg; in afu_ioctl_enable_p9_wait()
272 (struct ocxl_ioctl_p9_wait __user *) args); in afu_ioctl()