Home
last modified time | relevance | path

Searched refs:cxl_mem (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/cxl/
H A DMakefile4 obj-$(CONFIG_CXL_MEM) += cxl_mem.o
9 cxl_mem-y := mem.o
H A Dmem.c19 * The cxl_mem driver owns kicking off the enumeration of this CXL.mem
24 * cxl_mem driver adds the device it is bound to as a CXL endpoint-port for use
242 __ATTRIBUTE_GROUPS(cxl_mem); variable
245 .name = "cxl_mem",
H A Dcxlmem.h5 #include <uapi/linux/cxl_mem.h>
/kernel/linux/linux-6.6/tools/testing/cxl/
H A Dcxl_mem_test.c6 cxl_test_watermark(cxl_mem); variable
/kernel/linux/linux-6.6/tools/testing/cxl/test/
H A Dcxl.c41 struct platform_device *cxl_mem[NR_MEM_MULTI]; variable
87 for (i = 0; i < ARRAY_SIZE(cxl_mem); i++) in is_mock_dev()
88 if (dev == &cxl_mem[i]->dev) in is_mock_dev()
774 * assignment those devices are named cxl_mem.0, and cxl_mem.4. in mock_init_hdm_decoder()
776 * See 'cxl list -BMPu -m cxl_mem.0,cxl_mem.4' in mock_init_hdm_decoder()
816 /* put cxl_mem.4 second in the decode order */ in mock_init_hdm_decoder()
1173 pdev = platform_device_alloc("cxl_mem", NR_MEM_MULTI + i); in cxl_single_init()
1348 for (i = 0; i < ARRAY_SIZE(cxl_mem); in cxl_test_init()
[all...]

Completed in 8 milliseconds