Home
last modified time | relevance | path

Searched refs:cxl_region (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/cxl/core/
H A Dregion.c41 static struct cxl_region *to_cxl_region(struct device *dev);
56 struct cxl_region *cxlr = to_cxl_region(dev); \
99 struct cxl_region *cxlr = to_cxl_region(dev); \
148 struct cxl_region *cxlr = to_cxl_region(dev); in uuid_show()
163 struct cxl_region *cxlr; in is_dup()
184 struct cxl_region *cxlr = to_cxl_region(dev); in uuid_store()
220 struct cxl_region *cxlr) in cxl_rr_load()
225 static int cxl_region_invalidate_memregion(struct cxl_region *cxlr) in cxl_region_invalidate_memregion()
246 static void cxl_region_decode_reset(struct cxl_region *cxlr, int count) in cxl_region_decode_reset()
311 static int cxl_region_decode_commit(struct cxl_region *cxlr) in cxl_region_decode_commit()
[all …]
H A Dcdat.c628 static int cxl_endpoint_gather_bandwidth(struct cxl_region *cxlr, in cxl_endpoint_gather_bandwidth()
754 static struct xarray *cxl_switch_gather_bandwidth(struct cxl_region *cxlr, in DEFINE_FREE()
954 static void cxl_region_update_bandwidth(struct cxl_region *cxlr, in cxl_region_update_bandwidth()
980 void cxl_region_shared_upstream_bandwidth_update(struct cxl_region *cxlr) in cxl_region_shared_upstream_bandwidth_update()
1052 void cxl_region_perf_data_calculate(struct cxl_region *cxlr, in cxl_region_perf_data_calculate()
H A Dedac.c37 struct cxl_region *cxlr;
108 struct cxl_region *cxlr; in cxl_scrub_get_attrbs()
157 struct cxl_region *cxlr; in cxl_scrub_set_attrbs_region()
413 static int cxl_region_scrub_init(struct cxl_region *cxlr, in cxl_region_scrub_init()
2066 int devm_cxl_region_edac_register(struct cxl_region *cxlr) in devm_cxl_region_edac_register()
H A Dtrace.h452 struct cxl_region *cxlr, u64 hpa, u64 hpa_alias0,
595 struct cxl_region *cxlr, u64 hpa, u64 hpa_alias0,
1033 TP_PROTO(struct cxl_memdev *cxlmd, struct cxl_region *cxlr,
H A Dmbox.c909 struct cxl_region *cxlr; in cxl_event_trace_record()
1419 struct cxl_region *cxlr) in cxl_mem_get_poison()
/linux/drivers/cxl/
H A Dcxl.h373 struct cxl_region *region;
542 struct cxl_region { struct
583 struct cxl_region *cxlr;
592 struct cxl_region *cxlr;
731 struct cxl_region *region;
788 DEFINE_FREE(put_cxl_region, struct cxl_region *, if (!IS_ERR_OR_NULL(_T)) put_device(&_T->dev))
936 void cxl_region_perf_data_calculate(struct cxl_region *cxlr,
938 void cxl_region_shared_upstream_bandwidth_update(struct cxl_region *cxlr);
H A Dpmem.c379 struct cxl_region *cxlr = cxlr_pmem->cxlr; in cxl_pmem_region_probe()
H A DKconfig141 When enabled 'cxl_mem' and 'cxl_region' EDAC devices are
/linux/drivers/dax/
H A Dcxl.c13 struct cxl_region *cxlr = cxlr_dax->cxlr; in cxl_dax_region_probe()