Lines Matching refs:start
34 unsigned long pfn = PHYS_PFN(res->start);
40 unsigned long pfn_j = PHYS_PFN(res_j->start);
56 + (res->start & ~PAGE_MASK));
711 nd_mapping->start, nd_mapping->size,
1046 if ((mapping->start | mapping->size) % PAGE_SIZE) {
1108 nd_region->mapping[i].start = mapping->start;
1135 nd_region->ndr_start = ndr_desc->res->start;
1286 resource_size_t start, size;
1302 res_end = ctx->start + ctx->size;
1305 if (ctx->start >= region_start && ctx->start < region_end)
1312 int nd_region_conflict(struct nd_region *nd_region, resource_size_t start,
1318 .start = start,