Searched refs:shared_file_np (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/osfmk/mach/ |
| H A D | shared_region.h | 198 struct shared_file_np { struct
|
| /xnu-11215/osfmk/tests/ |
| H A D | vm_parameter_validation.h | 2921 struct shared_file_np *files; 2931 TRIALS_IMPL(shared_file_np) in TRIALS_IMPL() argument 2935 .files = (struct shared_file_np *)(new_files), \ in TRIALS_IMPL() 2938 struct shared_file_np * 2941 struct shared_file_np *files; 2943 files = kalloc_type(struct shared_file_np, files_count, Z_WAITOK | Z_ZERO); 2945 files = calloc(files_count, sizeof(struct shared_file_np)); 2956 kfree_type(struct shared_file_np, trial->files_count, trial->files); in free_shared_file_np() 2968 struct shared_file_np * files = NULL; in get_shared_file_np_trials() 3172 struct shared_file_np *files; [all …]
|
| /xnu-11215/tests/vm/ |
| H A D | vm_parameter_validation.c | 1477 const struct shared_file_np *files, 1483 uint32_t files_count, const struct shared_file_np *files, in maybe_hide_shared_region_map_failure() 1499 call_shared_region_map_and_slide_2_np_child(uint32_t files_count, const struct shared_file_np *file… in call_shared_region_map_and_slide_2_np_child() 1508 const struct shared_file_np *files; 1518 const struct shared_file_np *files = thread_args->files; in thread_func() 1531 call_shared_region_map_and_slide_2_np_in_thread(uint32_t files_count, const struct shared_file_np *… in call_shared_region_map_and_slide_2_np_in_thread() 2169 struct shared_file_np *files = trial->files; in shared_region_map_and_slide_would_crash() 2195 …_shared_region_map_and_slide_2_np)(uint32_t files_coun, const struct shared_file_np *files, uint32…
|
| /xnu-11215/bsd/vm/ |
| H A D | vm_unix.c | 1068 struct shared_file_np *files, in shared_region_map_and_slide_setup() 1544 struct shared_file_np *files, in _shared_region_map_and_slide() 1851 struct shared_file_np *shared_files = NULL; in shared_region_map_and_slide_2_np()
|