Home
last modified time | relevance | path

Searched refs:exec_map (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/sys/i386/ibcs2/
H A Dimgact_coff.c138 if ((error = vm_mmap(exec_map, in load_coff_section()
151 kmap_free_wakeup(exec_map, (vm_offset_t)data_buf, PAGE_SIZE); in load_coff_section()
219 if ((error = vm_mmap(exec_map, in coff_load_file()
285 kmap_free_wakeup(exec_map, (vm_offset_t)ptr, PAGE_SIZE); in coff_load_file()
374 if ((error = vm_mmap(exec_map,
422 kmap_free_wakeup(exec_map, (vm_offset_t)buf, len);
/freebsd-12.1/sys/kern/
H A Dimgact_gzip.c141 kmap_free_wakeup(exec_map, (vm_offset_t)igz.inbuf, PAGE_SIZE); in exec_gzip_imgact()
311 kmap_free_wakeup(exec_map, (vm_offset_t)igz->inbuf, PAGE_SIZE); in NextByte()
314 error = vm_mmap(exec_map, /* map */ in NextByte()
H A Dkern_exec.c1359 argkva->addr = kmap_alloc_wait(exec_map, exec_map_entry_size); in exec_prealloc_args_kva()
1392 (void)vm_map_madvise(exec_map, base, base + exec_map_entry_size, in exec_release_args_kva()
/freebsd-12.1/sys/vm/
H A Dvm_kern.h70 extern vm_map_t exec_map;
H A Dvm_init.c276 exec_map = kmem_suballoc(kernel_map, &minaddr, &maxaddr, in vm_ksubmap_init()
H A Dvm_kern.c101 vm_map_t exec_map; variable
/freebsd-12.1/lib/libproc/
H A D_libproc.h77 size_t exec_map; /* Executable text mapping index. */ member
H A Dproc_rtld.c67 phdl->exec_map = phdl->nmappings; in map_iter()
H A Dproc_sym.c570 p->mappings[p->exec_map].map.pr_vaddr)); in _proc_name2map()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_misc.c341 error = vm_mmap(exec_map, (vm_offset_t *)&a_out, PAGE_SIZE, in linux_uselib()
509 kmap_free_wakeup(exec_map, (vm_offset_t)a_out, PAGE_SIZE); in linux_uselib()