Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_map_xnu.h464 /* unsigned int */ vmmap_sealed:2, /* sealed state of map, see definitions above. */ member
639 (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.c2641 nested_map->vmmap_sealed = VM_MAP_WILL_BE_SEALED; in vm_upl_submap_test()
H A Dvm_map.c25039 return map->vmmap_sealed == VM_MAP_SEALED; in vm_map_is_sealed()
25051 assert3u(map->vmmap_sealed, ==, VM_MAP_WILL_BE_SEALED); in vm_map_seal()
25085 map->vmmap_sealed = VM_MAP_SEALED; in vm_map_seal()
25302 submap->vmmap_sealed = VM_MAP_WILL_BE_SEALED; in vm_map_testing_make_sealed_submap()