Lines Matching defs:end
335 * completely and we will end up with zero-filled data
557 u64 start, end, len, tsz;
561 end = start + size;
563 if (size > vmcore_size || end > vmcore_size)
596 * completely and we will end up with zero-filled data
1100 u64 paddr, start, end, size;
1107 end = roundup(paddr + phdr_ptr->p_memsz, PAGE_SIZE);
1108 size = end - start;
1143 u64 paddr, start, end, size;
1150 end = roundup(paddr + phdr_ptr->p_memsz, PAGE_SIZE);
1151 size = end - start;
1375 u64 start, end, size;
1395 end = roundup(phdr->p_offset + phdr->p_memsz,
1397 size = end - start;
1415 end = roundup(phdr->p_offset + phdr->p_memsz,
1417 size = end - start;