Searched refs:shared_region_copyin (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/vm/ |
| H A D | vm_unix.c | 2094 shared_region_copyin( in shared_region_copyin() function 2769 kr = shared_region_copyin(p, from_uaddr, 1, sizeof(legacy_mapping), &legacy_mapping); in shared_region_map_and_slide_np() 2877 kr = shared_region_copyin(p, uap->files, files_count, sizeof(shared_files[0]), shared_files); in shared_region_map_and_slide_2_np() 2882 kr = shared_region_copyin(p, uap->mappings, mappings_count, sizeof(mappings[0]), mappings); in shared_region_map_and_slide_2_np()
|