Searched refs:alloc_dax_region (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/dax/ |
H A D | cxl.c | 20 dax_region = alloc_dax_region(dev, cxlr->id, &cxlr_dax->hpa_range, nid, in cxl_dax_region_probe()
|
H A D | bus.h | 17 struct dax_region *alloc_dax_region(struct device *parent, int region_id,
|
H A D | pmem.c | 55 dax_region = alloc_dax_region(dev, region_id, &range, in __dax_pmem_probe()
|
H A D | bus.c | 601 struct dax_region *alloc_dax_region(struct device *parent, int region_id, in alloc_dax_region() function 647 EXPORT_SYMBOL_GPL(alloc_dax_region);
|
/openbmc/linux/drivers/dax/hmem/ |
H A D | hmem.c | 30 dax_region = alloc_dax_region(dev, pdev->id, &mri->range, in dax_hmem_probe()
|