Searched refs:vm_map_insert (Results 1 – 7 of 7) sorted by relevance
| /dflybsd-src/sys/vm/ |
| H A D | vm_kern.c | 253 vm_map_insert(map, &count, in kmem_alloc3() 396 vm_map_insert(map, &count, in kmem_alloc_wait() 437 vm_map_insert(map, &count, in kmem_alloc_attr() 513 vm_map_insert(m, &count, in kmem_init() 523 vm_map_insert(m, &count, in kmem_init() 532 vm_map_insert(m, &count, in kmem_init()
|
| H A D | vm_map.h | 611 int vm_map_insert (vm_map_t, int *,
|
| H A D | vm_map.c | 1234 vm_map_insert(vm_map_t map, int *countp, in vm_map_insert() function 1647 result = vm_map_insert(map, &count, in vm_map_find() 3963 rv = vm_map_insert(map, &count, in vm_map_stack() 4151 rv = vm_map_insert(map, &count, in vm_map_growstack()
|
| /dflybsd-src/sys/dev/virtual/nvmm/ |
| H A D | nvmm_dragonfly.c | 173 rv = vm_map_insert(map, &count, vmobj, NULL, offset, NULL, in os_vmobj_map()
|
| /dflybsd-src/sys/platform/pc64/x86_64/ |
| H A D | efirt.c | 222 result = vm_map_insert(&efi_vmspace->vm_map, &count, efi_obj, NULL, in efi_create_1t1_map()
|
| /dflybsd-src/sys/kern/ |
| H A D | imgact_elf.c | 306 rv = vm_map_insert(&vmspace->vm_map, &count, in __elfN() 348 rv = vm_map_insert(&vmspace->vm_map, &count, in __elfN()
|
| H A D | kern_slaballoc.c | 1735 vm_map_insert(kernel_map, &count, in kmem_slab_alloc()
|