Searched refs:cxl_region (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/cxl/core/ |
H A D | region.c | 31 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 D | trace.c | 10 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 D | core.h | 30 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 D | trace.h | 652 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 D | memdev.c | 284 struct cxl_region *cxlr; in cxl_inject_poison() 339 struct cxl_region *cxlr; in cxl_clear_poison()
|
H A D | mbox.c | 1306 struct cxl_region *cxlr) in cxl_mem_get_poison()
|
/openbmc/linux/drivers/cxl/ |
H A D | cxl.h | 347 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 D | pmem.c | 310 struct cxl_region *cxlr = cxlr_pmem->cxlr; in cxl_pmem_region_probe()
|
H A D | cxlmem.h | 872 struct cxl_region *cxlr);
|
/openbmc/linux/drivers/dax/ |
H A D | cxl.c | 13 struct cxl_region *cxlr = cxlr_dax->cxlr; in cxl_dax_region_probe()
|