Home
last modified time | relevance | path

Searched refs:ndr_start (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/nvdimm/
Dregion.c47 ndr_res.start = nd_region->ndr_start; in nd_region_probe()
48 ndr_res.end = nd_region->ndr_start + nd_region->ndr_size - 1; in nd_region_probe()
127 res.start = nd_region->ndr_start; in nd_region_notify()
128 res.end = nd_region->ndr_start + in nd_region_notify()
Dbus.c187 ndr_end = nd_region->ndr_start + nd_region->ndr_size - 1; in nvdimm_clear_badblocks_region()
190 if (ctx->phys < nd_region->ndr_start in nvdimm_clear_badblocks_region()
194 sector = (ctx->phys - nd_region->ndr_start) / 512; in nvdimm_clear_badblocks_region()
Dregion_devs.c584 return sprintf(buf, "%#llx\n", nd_region->ndr_start); in resource_show()
1036 nd_region->ndr_start = ndr_desc->res->start; in nd_region_create()
1198 region_start = nd_region->ndr_start; in region_conflict()
Dnd.h151 u64 ndr_start; member
Dpfn_devs.c394 nsoff = ALIGN_DOWN((nd_region->ndr_start in nd_pfn_clear_memmap_errors()
Dnamespace_devs.c957 res->start = nd_region->ndr_start + offset; in nd_namespace_pmem_set_resource()
1784 res->start = nd_region->ndr_start; in create_namespace_io()
/Linux-v5.4/tools/testing/nvdimm/test/
Dnfit.c650 ndr_end = nd_region->ndr_start + nd_region->ndr_size; in nfit_test_search_region_spa()
652 if (ctx->addr >= nd_region->ndr_start && ctx->addr < ndr_end) { in nfit_test_search_region_spa()
681 dpa = ctx.addr - nd_region->ndr_start; in nfit_test_search_spa()