Home
last modified time | relevance | path

Searched refs:cxl_mem_query_commands (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/include/uapi/linux/
Dcxl_mem.h20 #define CXL_MEM_QUERY_COMMANDS _IOR(0xCE, 1, struct cxl_mem_query_commands)
166 struct cxl_mem_query_commands { struct
/linux-6.14.4/drivers/cxl/core/
Dcore.h67 struct cxl_mem_query_commands;
69 struct cxl_mem_query_commands __user *q);
Dmbox.c531 struct cxl_mem_query_commands __user *q) in cxl_query_cmd()