Lines Matching defs:align
551 return sprintf(buf, "%#lx\n", nd_region->align);
567 * Ensure space-align is evenly divisible by the region
585 nd_region->align = val;
590 static DEVICE_ATTR_RW(align);
982 unsigned long align;
986 align = MEMREMAP_COMPAT_ALIGN_MAX;
988 align = PAGE_SIZE;
991 div_u64_rem(align, mappings, &remainder);
993 align *= mappings;
995 return align;
1085 nd_region->align = default_align(nd_region);