Home
last modified time | relevance | path

Searched refs:sr_num_auth_section (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/osfmk/vm/
H A Dvm_shared_region_xnu.h212 uint_t sr_num_auth_section; /* num entries in sr_auth_section */ member
H A Dvm_shared_region.c871 shared_region->sr_num_auth_section = 0; in vm_shared_region_create()
965 for (uint_t i = 0; i < shared_region->sr_num_auth_section; ++i) { in vm_shared_region_destroy()
976 assert(shared_region->sr_num_auth_section > 0); in vm_shared_region_destroy()
977 …kfree_type(vm_shared_region_slide_info_t, shared_region->sr_num_auth_section, shared_region->sr_au… in vm_shared_region_destroy()
979 shared_region->sr_num_auth_section = 0; in vm_shared_region_destroy()
1201 for (i = 0; i < sr->sr_num_auth_section; ++i) { in vm_shared_region_auth_remap()
2024 ++shared_region->sr_num_auth_section; in vm_shared_region_map_file()
2027 if (shared_region->sr_num_auth_section > 0) { in vm_shared_region_map_file()
2029 kalloc_type(vm_shared_region_slide_info_t, shared_region->sr_num_auth_section, in vm_shared_region_map_file()
2670 if (sr->sr_next_auth_section == sr->sr_num_auth_section) { in vm_shared_region_slide_mapping()