Lines Matching defs:boundary
61 #define OPL_MC_MEMBOARD_SHIFT 38 /* Boards on 256BG boundary */
324 uint64_t ssize, low, high, boundary;
335 boundary = roundup(low+1, ssize);
336 boundary = MIN(high, boundary);
339 new->ml_size = boundary - low;
347 low = boundary;
479 uint64_t boundary, ssize;
483 * OPL mem slices are always aligned on a 256GB boundary.
496 boundary = roundup(low+1, ssize);
497 boundary = MIN(high, boundary);
499 npgs = btop(boundary - low);
501 low = boundary;