Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dcxl_mem.h19 #define CXL_MEM_QUERY_COMMANDS _IOR(0xCE, 1, struct cxl_mem_query_commands)
117 struct cxl_mem_query_commands { struct
/Linux-v6.1/drivers/cxl/core/
Dcore.h43 struct cxl_mem_query_commands;
45 struct cxl_mem_query_commands __user *q);
Dmbox.c431 struct cxl_mem_query_commands __user *q) in cxl_query_cmd()