Lines Matching defs:base
5901 /* base map load ldimm64 special constant, used also for log fixup logic */
12256 void *base = ((__u8 *)header) + page_size;
12262 ehdr = base + (data_tail & (mmap_size - 1));
12265 if (((void *)ehdr) + ehdr_size > base + mmap_size) {
12267 size_t len_first = base + mmap_size - copy_start;
12282 memcpy(*copy_mem + len_first, base, len_secnd);
12313 void *base; /* mmap()'ed memory */
12341 if (cpu_buf->base &&
12342 munmap(cpu_buf->base, pb->mmap_size + pb->page_size))
12401 cpu_buf->base = mmap(NULL, pb->mmap_size + pb->page_size,
12404 if (cpu_buf->base == MAP_FAILED) {
12405 cpu_buf->base = NULL;
12685 ret = perf_event_read_simple(cpu_buf->base, pb->mmap_size,
12757 *buf = cpu_buf->base;