/src/usr.bin/pmap/ |
main.c | 58 struct vm_map *kmem_map, *phys_map, *exec_map, *pager_map; variable in typeref:struct:vm_map *** 418 get_map_address(exec_map); 442 else if (addr == exec_map) 443 return ("exec_map");
|
main.c | 58 struct vm_map *kmem_map, *phys_map, *exec_map, *pager_map; variable in typeref:struct:vm_map *** 418 get_map_address(exec_map); 442 else if (addr == exec_map) 443 return ("exec_map");
|
main.c | 58 struct vm_map *kmem_map, *phys_map, *exec_map, *pager_map; variable in typeref:struct:vm_map *** 418 get_map_address(exec_map); 442 else if (addr == exec_map) 443 return ("exec_map");
|
/src/sys/kern/ |
kern_exec.c | 288 static struct vm_map *exec_map; variable in typeref:struct:vm_map * 295 return (void *)uvm_km_alloc(exec_map, NCARGS, 0, 303 uvm_km_free(exec_map, (vaddr_t)addr, NCARGS, UVM_KMF_PAGEABLE); 1938 exec_map = uvm_km_suballoc(kernel_map, &vmin, &vmax,
|
kern_exec.c | 288 static struct vm_map *exec_map; variable in typeref:struct:vm_map * 295 return (void *)uvm_km_alloc(exec_map, NCARGS, 0, 303 uvm_km_free(exec_map, (vaddr_t)addr, NCARGS, UVM_KMF_PAGEABLE); 1938 exec_map = uvm_km_suballoc(kernel_map, &vmin, &vmax,
|
kern_exec.c | 288 static struct vm_map *exec_map; variable in typeref:struct:vm_map * 295 return (void *)uvm_km_alloc(exec_map, NCARGS, 0, 303 uvm_km_free(exec_map, (vaddr_t)addr, NCARGS, UVM_KMF_PAGEABLE); 1938 exec_map = uvm_km_suballoc(kernel_map, &vmin, &vmax,
|