Home
last modified time | relevance | path

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

/xnu-11417.121.6/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.c878 shared_region->sr_num_auth_section = 0; in vm_shared_region_create()
972 for (uint_t i = 0; i < shared_region->sr_num_auth_section; ++i) { in vm_shared_region_destroy()
983 assert(shared_region->sr_num_auth_section > 0); in vm_shared_region_destroy()
984 …kfree_type(vm_shared_region_slide_info_t, shared_region->sr_num_auth_section, shared_region->sr_au… in vm_shared_region_destroy()
986 shared_region->sr_num_auth_section = 0; in vm_shared_region_destroy()
1207 for (i = 0; i < sr->sr_num_auth_section; ++i) { in vm_shared_region_auth_remap()
2037 ++shared_region->sr_num_auth_section; in vm_shared_region_map_file()
2040 if (shared_region->sr_num_auth_section > 0) { in vm_shared_region_map_file()
2042 kalloc_type(vm_shared_region_slide_info_t, shared_region->sr_num_auth_section, in vm_shared_region_map_file()
2683 if (sr->sr_next_auth_section == sr->sr_num_auth_section) { in vm_shared_region_slide_mapping()