Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/vm/
H A Dvm_shared_region.c865 shared_region->sr_num_auth_section = 0; in vm_shared_region_create()
959 for (uint_t i = 0; i < shared_region->sr_num_auth_section; ++i) { in vm_shared_region_destroy()
970 assert(shared_region->sr_num_auth_section > 0); in vm_shared_region_destroy()
971 …kfree_type(vm_shared_region_slide_info_t, shared_region->sr_num_auth_section, shared_region->sr_au… in vm_shared_region_destroy()
973 shared_region->sr_num_auth_section = 0; in vm_shared_region_destroy()
1177 for (i = 0; i < sr->sr_num_auth_section; ++i) { in vm_shared_region_auth_remap()
2002 ++shared_region->sr_num_auth_section; in vm_shared_region_map_file()
2005 if (shared_region->sr_num_auth_section > 0) { in vm_shared_region_map_file()
2007 kalloc_type(vm_shared_region_slide_info_t, shared_region->sr_num_auth_section, in vm_shared_region_map_file()
2643 if (sr->sr_next_auth_section == sr->sr_num_auth_section) { in vm_shared_region_slide_mapping()
H A Dvm_shared_region.h250 uint_t sr_num_auth_section; /* num entries in sr_auth_section */ member