uvm_map.c | 286 uvm_mapent_alloc(struct vm_map *, int); 783 * uvm_mapent_alloc: allocate a map entry 787 uvm_mapent_alloc(struct vm_map *map, int flags) function in typeref:struct:vm_map_entry * 1003 new_entry = uvm_mapent_alloc(map, 0); 1032 new_entry = uvm_mapent_alloc(map, 0); 1086 new_entry = uvm_mapent_alloc(map, (flags & UVM_FLAG_NOWAIT)); 1553 new_entry = uvm_mapent_alloc(map, 2867 newentry = uvm_mapent_alloc(dstmap, 0); 4423 new_entry = uvm_mapent_alloc(new_map, 0);
|