Lines Matching defs:map
224 vm_map_init(map, min, max, pageable) in vm_map_init() argument
252 vm_map_entry_create(map) in vm_map_entry_create() argument
285 vm_map_entry_dispose(map, entry) in vm_map_entry_dispose() argument
312 #define vm_map_entry_link(map, after_where, entry) \ argument
320 #define vm_map_entry_unlink(map, entry) \ argument
334 vm_map_reference(map) in vm_map_reference() argument
357 vm_map_deallocate(map) in vm_map_deallocate() argument
396 vm_map_insert(map, object, offset, start, end) in vm_map_insert() argument
516 #define SAVE_HINT(map,value) \ argument
532 vm_map_lookup_entry(map, address, entry) in vm_map_lookup_entry() argument
608 vm_map_findspace(map, start, length, addr) in vm_map_findspace() argument
668 vm_map_find(map, object, offset, addr, length, find_space) in vm_map_find() argument
701 vm_map_simplify_entry(map, entry) in vm_map_simplify_entry() argument
765 #define vm_map_clip_start(map, entry, startaddr) \ argument
776 _vm_map_clip_start(map, entry, start) in _vm_map_clip_start() argument
820 #define vm_map_clip_end(map, entry, endaddr) \ argument
831 _vm_map_clip_end(map, entry, end) in _vm_map_clip_end() argument
863 #define VM_MAP_RANGE_CHECK(map, start, end) \ argument
892 vm_map_submap(map, start, end, submap) in vm_map_submap() argument
936 vm_map_protect(map, start, end, new_prot, set_max) in vm_map_protect() argument
1058 vm_map_inherit(map, start, end, new_inheritance) in vm_map_inherit() argument
1111 vm_map_pageable(map, start, end, new_pageable) in vm_map_pageable() argument
1348 vm_map_clean(map, start, end, syncio, invalidate) in vm_map_clean() argument
1440 vm_map_entry_unwire(map, entry) in vm_map_entry_unwire() argument
1454 vm_map_entry_delete(map, entry) in vm_map_entry_delete() argument
1482 vm_map_delete(map, start, end) in vm_map_delete() argument
1578 vm_map_remove(map, start, end) in vm_map_remove() argument
1601 vm_map_check_protection(map, start, end, protection) in vm_map_check_protection() argument
2270 register vm_map_t map = *var_map; local
2477 vm_map_lookup_done(map, entry) in vm_map_lookup_done() argument
2508 vm_map_simplify(map, start) in vm_map_simplify() argument
2557 vm_map_print(map, full) in vm_map_print() argument