Lines Matching refs:start
212 rc = sprintf(buf, "%#llx\n", (unsigned long long) nsio->res.start
400 + (first_bad << 9)) - nsio->res.start,
596 if ((align && !IS_ALIGNED(res->start + offset + start_pad, align))
604 if (!IS_ALIGNED(res->start + start_pad, memremap_compat_align())) {
605 dev_err(&nd_pfn->dev, "resource start misaligned\n");
693 resource_size_t base = nsio->res.start + start_pad;
702 .start = nsio->res.start + start_pad,
731 resource_size_t start, size;
768 start = nsio->res.start;
774 * When @start is misaligned fail namespace creation. See
778 if (!IS_ALIGNED(start, memremap_compat_align())) {
779 dev_err(&nd_pfn->dev, "%s: start %pa misaligned to %#lx\n",
780 dev_name(&ndns->dev), &start,
784 end_trunc = start + size - ALIGN_DOWN(start + size, align);
812 offset = ALIGN(start + SZ_8K + page_map_size, align) - start;
814 offset = ALIGN(start + SZ_8K, align) - start;