Home
last modified time | relevance | path

Searched refs:cxl_event_header (Results 1 – 6 of 6) 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 Dcxl.h102 struct cxl_event_header { struct
147 struct cxl_event_header header;
/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 Dcxl.h102 struct cxl_event_header { struct
147 struct cxl_event_header header;
/OK3568_Linux_fs/kernel/include/uapi/misc/
H A Dcxl.h102 struct cxl_event_header { struct
147 struct cxl_event_header header;
/OK3568_Linux_fs/kernel/drivers/misc/cxl/
H A Dfile.c408 if (copy_to_user(buf, event, sizeof(struct cxl_event_header))) { in afu_driver_event_copy()
414 buf += sizeof(struct cxl_event_header); in afu_driver_event_copy()
473 event.header.size = sizeof(struct cxl_event_header); in afu_read()
668 BUILD_BUG_ON(sizeof(struct cxl_event_header) != 8); in cxl_file_init()
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dcxl.rst286 struct cxl_event_header header;
294 The struct cxl_event_header is defined as
298 struct cxl_event_header {
312 struct cxl_event_header. The start of the next event can
/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Docxl_hw.c1060 event.header.size = sizeof(struct cxl_event_header); in afu_read()