Searched refs:cxlr (Results 1 – 3 of 3) sorted by relevance
41 struct cxl_region *cxlr = to_cxl_region(dev); in uuid_show() local42 struct cxl_region_params *p = &cxlr->params; in uuid_show()57 struct cxl_region *cxlr; in is_dup() local64 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() local79 struct cxl_region_params *p = &cxlr->params; in uuid_store()119 struct cxl_region *cxlr) in cxl_rr_load() argument121 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 …]
431 struct cxl_region *cxlr = cxlr_pmem->cxlr; in cxl_pmem_region_probe() local485 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()
439 struct cxl_region *cxlr; member