Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/misc/ocxl/
H A Dfile.c116 struct ocxl_ioctl_p9_wait __user *uarg) in afu_ioctl_enable_p9_wait()
118 struct ocxl_ioctl_p9_wait arg; in afu_ioctl_enable_p9_wait()
274 (struct ocxl_ioctl_p9_wait __user *) args); in afu_ioctl()