Searched refs:exec_map (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/vm/ |
| H A D | vm_kern.h | 68 #define exec_map (&exec_map_store) macro
|
| H A D | vm_init.c | 282 kmem_subinit(exec_map, kernel_map, &minaddr, &maxaddr, size, false); in vm_ksubmap_init()
|
| /freebsd/lib/libproc/ |
| H A D | _libproc.h | 75 size_t exec_map; /* Executable text mapping index. */ member
|
| H A D | proc_sym.c | 564 p->mappings[p->exec_map].map.pr_vaddr)); in _proc_name2map()
|
| /freebsd/sys/i386/linux/ |
| H A D | linux_machdep.c | 696 error = vm_mmap(exec_map, (vm_offset_t *)&a_out, PAGE_SIZE, in linux_uselib() 855 kmap_free_wakeup(exec_map, a_out, PAGE_SIZE); in linux_uselib()
|
| /freebsd/sys/kern/ |
| H A D | kern_exec.c | 1438 argkva->addr = kmap_alloc_wait(exec_map, exec_map_entry_size, in exec_prealloc_args_kva() 1474 (void)vm_map_madvise(exec_map, base, base + exec_map_entry_size, in exec_release_args_kva()
|