Home
last modified time | relevance | path

Searched refs:dax_region (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/dax/
H A Dbus.c167 static bool is_static(struct dax_region *dax_region) in is_static() argument
195 struct dax_region *dax_region = dev_dax->region; in dax_bus_probe() local
367 .dax_region = dax_region, in create_store()
417 struct dax_region *dax_region = dev_dax->region; in trim_dev_dax_range() local
451 struct dax_region *dax_region; in dax_region_free() local
466 struct dax_region *dax_region; in __free_dev_dax_id() local
493 struct dax_region *dax_region = dev_dax->region; in alloc_dev_dax_id() local
594 struct dax_region *dax_region = region; in dax_region_unregister() local
605 struct dax_region *dax_region; in alloc_dax_region() local
665 struct dax_region *dax_region = dev_dax->region; in unregister_dax_mapping() local
[all …]
H A Dcxl.c14 struct dax_region *dax_region; in cxl_dax_region_probe() local
20 dax_region = alloc_dax_region(dev, cxlr->id, &cxlr_dax->hpa_range, nid, in cxl_dax_region_probe()
22 if (!dax_region) in cxl_dax_region_probe()
26 .dax_region = dax_region, in cxl_dax_region_probe()
H A Dpmem.c18 struct dax_region *dax_region; in __dax_pmem_probe() local
55 dax_region = alloc_dax_region(dev, region_id, &range, in __dax_pmem_probe()
58 if (!dax_region) in __dax_pmem_probe()
62 .dax_region = dax_region, in __dax_pmem_probe()
H A Dbus.h11 struct dax_region;
17 struct dax_region *alloc_dax_region(struct device *parent, int region_id,
22 struct dax_region *dax_region; member
H A Ddax-private.h31 struct dax_region { struct
64 struct dax_region *region;
/openbmc/linux/drivers/dax/hmem/
H A Dhmem.c16 struct dax_region *dax_region; in dax_hmem_probe() local
30 dax_region = alloc_dax_region(dev, pdev->id, &mri->range, in dax_hmem_probe()
32 if (!dax_region) in dax_hmem_probe()
36 .dax_region = dax_region, in dax_hmem_probe()