Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cxl/core/
H A Dregion.c31 static struct cxl_region *to_cxl_region(struct device *dev);
36 struct cxl_region *cxlr = to_cxl_region(dev); in uuid_show()
55 struct cxl_region *cxlr; in is_dup()
76 struct cxl_region *cxlr = to_cxl_region(dev); in uuid_store()
117 struct cxl_region *cxlr) in cxl_rr_load()
122 static int cxl_region_invalidate_memregion(struct cxl_region *cxlr) in cxl_region_invalidate_memregion()
141 static void cxl_region_decode_reset(struct cxl_region *cxlr, int count) in cxl_region_decode_reset()
203 static int cxl_region_decode_commit(struct cxl_region *cxlr) in cxl_region_decode_commit()
252 struct cxl_region *cxlr = to_cxl_region(dev); in commit_store()
316 struct cxl_region *cxlr = to_cxl_region(dev); in commit_show()
[all …]
H A Dtrace.c10 static bool cxl_is_hpa_in_range(u64 hpa, struct cxl_region *cxlr, int pos) in cxl_is_hpa_in_range()
36 static u64 cxl_dpa_to_hpa(u64 dpa, struct cxl_region *cxlr, in cxl_dpa_to_hpa()
84 u64 cxl_trace_hpa(struct cxl_region *cxlr, struct cxl_memdev *cxlmd, in cxl_trace_hpa()
H A Dcore.h30 struct cxl_region *cxl_dpa_to_region(const struct cxl_memdev *cxlmd, u64 dpa);
34 struct cxl_region *cxl_dpa_to_region(const struct cxl_memdev *cxlmd, u64 dpa) in cxl_dpa_to_region()
H A Dtrace.h652 u64 cxl_trace_hpa(struct cxl_region *cxlr, struct cxl_memdev *memdev, u64 dpa);
656 TP_PROTO(struct cxl_memdev *cxlmd, struct cxl_region *cxlr,
H A Dmemdev.c284 struct cxl_region *cxlr; in cxl_inject_poison()
339 struct cxl_region *cxlr; in cxl_clear_poison()
H A Dmbox.c1306 struct cxl_region *cxlr) in cxl_mem_get_poison()
/openbmc/linux/drivers/cxl/
H A Dcxl.h347 struct cxl_region *region;
512 struct cxl_region { struct
549 struct cxl_region *cxlr;
558 struct cxl_region *cxlr;
664 struct cxl_region *region;
H A Dpmem.c310 struct cxl_region *cxlr = cxlr_pmem->cxlr; in cxl_pmem_region_probe()
H A Dcxlmem.h872 struct cxl_region *cxlr);
/openbmc/linux/drivers/dax/
H A Dcxl.c13 struct cxl_region *cxlr = cxlr_dax->cxlr; in cxl_dax_region_probe()