Home
last modified time | relevance | path

Searched refs:vmmap_sealed (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/osfmk/vm/
H A Dvm_map_xnu.h472 /* unsigned int */ vmmap_sealed:2, /* sealed state of map, see definitions above. */ member
681 (map)->vmmap_sealed = VM_MAP_NOT_SEALED; \
H A Dvm_shared_region.c943 sub_map->vmmap_sealed = VM_MAP_WILL_BE_SEALED; in vm_shared_region_create()
3749 new_map->vmmap_sealed = VM_MAP_WILL_BE_SEALED; in _vm_commpage_init()
H A Dvm_tests.c3377 nested_map->vmmap_sealed = VM_MAP_WILL_BE_SEALED; in vm_upl_submap_test()
H A Dvm_map.c26118 return map->vmmap_sealed == VM_MAP_SEALED; in vm_map_is_sealed()
26130 assert3u(map->vmmap_sealed, ==, VM_MAP_WILL_BE_SEALED); in vm_map_seal()
26164 map->vmmap_sealed = VM_MAP_SEALED; in vm_map_seal()
26381 submap->vmmap_sealed = VM_MAP_WILL_BE_SEALED; in vm_map_testing_make_sealed_submap()