Lines Matching defs:end
565 * Front-end cache - TID lookups come in blocks,
1192 u64 *start, u64 *end)
1222 *end = addr;
1239 map__set_end(map, xm->end);
1331 .end = va + page_size,
1470 * kernel, with modules between them, fixup the end of all
1679 u64 start, u64 end)
1682 map__set_end(machine->vmlinux_map, end);
1687 if (start == 0 && end == 0)
1692 u64 start, u64 end)
1701 machine__set_kernel_mmap(machine, start, end);
1713 u64 start = 0, end = ~0ULL;
1732 if (!machine__get_running_kernel_start(machine, &name, &start, &end)) {
1744 ret = machine__update_kernel_mmap(machine, start, end);
1752 if (end == ~0ULL) {
1753 /* update end address of the kernel map using adjacent module address */
1831 map__set_end(map, map__start(map) + xm->end - xm->start);
1892 if (machine__update_kernel_mmap(machine, xm->start, xm->end) < 0) {
1953 .end = event->mmap2.start + event->mmap2.len,
2010 .end = event->mmap.start + event->mmap.len,
2130 * But when synthesizing, this should not be done. If we do, we end up
2489 bool callee, int end)
2496 for (i = 0; i < end + 1; i++) {
2506 for (i = end; i >= 0; i--) {