Searched refs:vmmap_sealed (Results 1 – 4 of 4) sorted by relevance
472 /* unsigned int */ vmmap_sealed:2, /* sealed state of map, see definitions above. */ member681 (map)->vmmap_sealed = VM_MAP_NOT_SEALED; \
943 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()
3377 nested_map->vmmap_sealed = VM_MAP_WILL_BE_SEALED; in vm_upl_submap_test()
26118 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()