Home
last modified time | relevance | path

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

/linux-6.15/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.15/drivers/cxl/core/
Dcore.h69 struct cxl_mem_query_commands;
71 struct cxl_mem_query_commands __user *q);
Dmbox.c528 struct cxl_mem_query_commands __user *q) in cxl_query_cmd()