Home
last modified time | relevance | path

Searched refs:cxlr_dax (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/dax/
H A Dcxl.c11 struct cxl_dax_region *cxlr_dax = to_cxl_dax_region(dev); in cxl_dax_region_probe() local
12 int nid = phys_to_target_node(cxlr_dax->hpa_range.start); in cxl_dax_region_probe()
13 struct cxl_region *cxlr = cxlr_dax->cxlr; in cxl_dax_region_probe()
18 nid = memory_add_physaddr_to_nid(cxlr_dax->hpa_range.start); in cxl_dax_region_probe()
20 dax_region = alloc_dax_region(dev, cxlr->id, &cxlr_dax->hpa_range, nid, in cxl_dax_region_probe()
28 .size = range_len(&cxlr_dax->hpa_range), in cxl_dax_region_probe()
/kernel/linux/linux-6.6/drivers/cxl/core/
H A Dregion.c2581 struct cxl_dax_region *cxlr_dax = to_cxl_dax_region(dev); in cxl_dax_region_release() local
2583 kfree(cxlr_dax); in cxl_dax_region_release()
2616 struct cxl_dax_region *cxlr_dax; in cxl_dax_region_alloc() local
2621 cxlr_dax = ERR_PTR(-ENXIO); in cxl_dax_region_alloc()
2625 cxlr_dax = kzalloc(sizeof(*cxlr_dax), GFP_KERNEL); in cxl_dax_region_alloc()
2626 if (!cxlr_dax) { in cxl_dax_region_alloc()
2627 cxlr_dax = ERR_PTR(-ENOMEM); in cxl_dax_region_alloc()
2631 cxlr_dax->hpa_range.start = p->res->start; in cxl_dax_region_alloc()
2632 cxlr_dax in cxl_dax_region_alloc()
2734 struct cxl_dax_region *cxlr_dax = _cxlr_dax; cxlr_dax_unregister() local
2741 struct cxl_dax_region *cxlr_dax; devm_cxl_add_dax_region() local
[all...]

Completed in 4 milliseconds