Lines Matching defs:start
75 unsigned long start;
88 unsigned long start;
221 lowest_addr = entry->start;
224 if (lowest_addr > entry->start)
225 lowest_addr = entry->start;
257 if (sort_list[j].start > sort_list[i].start) {
268 if ((sort_list[i].end + 1) != sort_list[i+1].start) {
321 &(*seg_info)->start, &(*seg_info)->end);
625 dev_info->start = dcssblk_find_lowest_addr(dev_info);
645 seg_byte_size = (dev_info->end - dev_info->start + 1);
894 source_addr = dev_info->start + (index<<12) + bytes_done;
918 dev_sz = dev_info->end - dev_info->start + 1;
920 *kaddr = (void *) dev_info->start + offset;
922 *pfn = __pfn_to_pfn_t(PFN_DOWN(dev_info->start + offset),