Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cxl/core/
Dregion.c41 struct cxl_region *cxlr = to_cxl_region(dev); in uuid_show() local
42 struct cxl_region_params *p = &cxlr->params; in uuid_show()
57 struct cxl_region *cxlr; in is_dup() local
64 cxlr = to_cxl_region(match); in is_dup()
65 p = &cxlr->params; in is_dup()
78 struct cxl_region *cxlr = to_cxl_region(dev); in uuid_store() local
79 struct cxl_region_params *p = &cxlr->params; in uuid_store()
119 struct cxl_region *cxlr) in cxl_rr_load() argument
121 return xa_load(&port->regions, (unsigned long)cxlr); in cxl_rr_load()
124 static int cxl_region_decode_reset(struct cxl_region *cxlr, int count) in cxl_region_decode_reset() argument
[all …]
/Linux-v6.1/drivers/cxl/
Dpmem.c431 struct cxl_region *cxlr = cxlr_pmem->cxlr; in cxl_pmem_region_probe() local
485 dev_dbg(&cxlr->dev, "changing target node from %d to %d", in cxl_pmem_region_probe()
495 ndr_desc.memregion = cxlr->id; in cxl_pmem_region_probe()
Dcxl.h439 struct cxl_region *cxlr; member