Lines Matching refs:start
211 rc = sprintf(buf, "%#llx\n", (unsigned long long) nsio->res.start
396 + (first_bad << 9)) - nsio->res.start,
589 if ((align && !IS_ALIGNED(res->start + offset + start_pad, align))
597 if (!IS_ALIGNED(res->start + le32_to_cpu(pfn_sb->start_pad),
599 dev_err(&nd_pfn->dev, "resource start misaligned\n");
684 resource_size_t base = nsio->res.start + start_pad;
693 .start = nsio->res.start + start_pad,
722 resource_size_t start, size;
765 start = nsio->res.start;
771 * When @start is misaligned fail namespace creation. See
775 if (!IS_ALIGNED(start, memremap_compat_align())) {
776 dev_err(&nd_pfn->dev, "%s: start %pa misaligned to %#lx\n",
777 dev_name(&ndns->dev), &start,
781 end_trunc = start + size - ALIGN_DOWN(start + size, align);
795 offset = ALIGN(start + SZ_8K + MAX_STRUCT_PAGE_SIZE * npfns, align)
796 - start;
798 offset = ALIGN(start + SZ_8K, align) - start;