Lines Matching defs:region

64 	if (dev_dax->region->res.flags & IORESOURCE_DAX_KMEM)
156 * On dynamic dax regions, the assigned region can be partitioned by dax core
160 * When allocating a dax region, drivers must set whether it's static
174 return is_static(dev_dax->region);
195 struct dax_region *dax_region = dev_dax->region;
380 * successfully bound is tracked as the region
404 * Dynamic dax region have the pgmap allocated via dev_kzalloc()
406 * ranges on probe() from previous reconfigurations of region devices.
417 struct dax_region *dax_region = dev_dax->region;
473 dax_region = dev_dax->region;
493 struct dax_region *dax_region = dev_dax->region;
592 static void dax_region_unregister(void *region)
594 struct dax_region *dax_region = region;
665 struct dax_region *dax_region = dev_dax->region;
681 struct dax_region *dax_region = dev_dax->region;
696 struct dax_region *dax_region = dev_dax->region;
772 struct dax_region *dax_region = dev_dax->region;
780 "region disabled\n"))
815 struct dax_region *dax_region = dev_dax->region;
877 struct dax_region *dax_region = dev_dax->region;
929 struct dax_region *dax_region = dev_dax->region;
1018 * Expand the device into the unused portion of the region. This
1031 /* space at the beginning of the region */
1043 /* space at the end of the region */
1071 struct dax_region *dax_region = dev_dax->region;
1130 struct dax_region *dax_region = dev_dax->region;
1187 struct dax_region *dax_region = dev_dax->region;
1224 struct dax_region *dax_region = dev_dax->region;
1242 struct dax_region *dax_region = dev_dax->region;
1276 struct dax_region *dax_region = dev_dax->region;
1341 dev_dax->region = dax_region;
1344 "dynamic id specified to static region\n")) {
1352 "static id specified to dynamic region\n")) {