Home
last modified time | relevance | path

Searched refs:kernel_map (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/h8300/mm/
Dmemory.c49 unsigned long kernel_map(unsigned long paddr, unsigned long size, in kernel_map() function
/linux-4.4.14/tools/perf/
Dbuiltin-report.c390 struct map *kernel_map = machine__kernel_map(&rep->session->machines.host); in report__warn_kptr_restrict() local
391 struct kmap *kernel_kmap = kernel_map ? map__kmap(kernel_map) : NULL; in report__warn_kptr_restrict()
393 if (kernel_map == NULL || in report__warn_kptr_restrict()
394 (kernel_map->dso->hit && in report__warn_kptr_restrict()
401 if (kernel_map) { in report__warn_kptr_restrict()
402 const struct dso *kdso = kernel_map->dso; in report__warn_kptr_restrict()
Dbuiltin-kmem.c315 struct map *kernel_map; in build_alloc_func_list() local
332 kernel_map = machine__kernel_map(machine); in build_alloc_func_list()
333 if (map__load(kernel_map, NULL) < 0) { in build_alloc_func_list()
338 map__for_each_symbol(kernel_map, sym, node) { in build_alloc_func_list()
/linux-4.4.14/tools/perf/util/
Dsymbol-elf.c1382 struct phdr_data kernel_map; member
1481 kcore_copy__map(&kci->kernel_map, start, end, pgoff, kci->stext, in kcore_copy__read_map()
1687 if (kcore__add_phdr(&extract, idx++, offset, kci.kernel_map.addr, in kcore_copy()
1688 kci.kernel_map.len)) in kcore_copy()
1692 modules_offset = offset + kci.kernel_map.len; in kcore_copy()
1702 if (copy_bytes(kcore.fd, kci.kernel_map.offset, extract.fd, offset, in kcore_copy()
1703 kci.kernel_map.len)) in kcore_copy()