Lines Matching refs:test_base
1209 plat_mem_node_intersect_range(pfn_t test_base, pgcnt_t test_len,
1225 test_end = test_base + test_len - 1;
1226 if (end < test_base || base > test_end)
1230 *npages_out = MIN(test_end, end) - MAX(test_base, base) + 1;
1254 test_base <= (end = ms->physmax) &&
1259 if (test_base > base) {
1260 /* Round test_base to next multiple of stride */
1261 len = P2ROUNDUP(test_base - (base - offset),
1265 * Compute distance from test_base to the
1266 * stride boundary to see if test_base falls
1269 if (nearest - test_base > hole) {
1271 * test_base lies in stripe,
1274 offset = test_base -
1276 base = test_base;