Searched refs:shared_file_mapping_slide_np (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/osfmk/vm/ |
| H A D | vm_shared_region.h | 102 struct shared_file_mapping_slide_np *mappings;
|
| H A D | vm_shared_region.c | 1334 struct shared_file_mapping_slide_np *mappings; in vm_shared_region_undo_mappings() 1445 struct shared_file_mapping_slide_np **mappings_to_slide, in vm_shared_region_map_file_setup() 1470 struct shared_file_mapping_slide_np *mappings; in vm_shared_region_map_file_setup() 1985 struct shared_file_mapping_slide_np **mappings_to_slide = NULL; /* [0..vmsr_num_slides] */ in vm_shared_region_map_file() 2008 kalloc_type(struct shared_file_mapping_slide_np *, vmsr_num_slides, Z_WAITOK | Z_ZERO); in vm_shared_region_map_file() 2122 kfree_type(struct shared_file_mapping_slide_np *, vmsr_num_slides, in vm_shared_region_map_file()
|
| /xnu-11215/osfmk/mach/ |
| H A D | shared_region.h | 171 typedef struct shared_file_mapping_slide_np { struct
|
| /xnu-11215/osfmk/tests/ |
| H A D | vm_parameter_validation.h | 3008 struct shared_file_mapping_slide_np *mappings; 3018 TRIALS_IMPL(shared_file_mapping_slide_np) in TRIALS_IMPL() argument 3022 .mappings = (struct shared_file_mapping_slide_np *)(new_mappings), \ in TRIALS_IMPL() 3025 struct shared_file_mapping_slide_np * 3028 struct shared_file_mapping_slide_np *mappings; 3032 mappings = calloc(mappings_count, sizeof(struct shared_file_mapping_slide_np)); 3043 kfree_type(struct shared_file_mapping_slide_np, trial->mappings_count, trial->mappings); in free_shared_file_mapping_slide_np() 3052 static inline struct shared_file_mapping_slide_np * 3132 struct shared_file_mapping_slide_np *mappings = NULL; in get_shared_file_mapping_slide_np_trials() 3174 struct shared_file_mapping_slide_np *mappings; [all …]
|
| /xnu-11215/tests/vm/ |
| H A D | vm_parameter_validation.c | 1479 const struct shared_file_mapping_slide_np *mappings); 1500 uint32_t mappings_count, const struct shared_file_mapping_slide_np *mappings) in call_shared_region_map_and_slide_2_np_child() 1510 const struct shared_file_mapping_slide_np *mappings; 1520 const struct shared_file_mapping_slide_np *mappings = thread_args->mappings; in thread_func() 1532 uint32_t mappings_count, const struct shared_file_mapping_slide_np *mappings) in call_shared_region_map_and_slide_2_np_in_thread() 2171 struct shared_file_mapping_slide_np *mappings = trial->mappings; in shared_region_map_and_slide_would_crash() 2195 … shared_file_np *files, uint32_t mappings_count, const struct shared_file_mapping_slide_np *mappin…
|
| /xnu-11215/bsd/vm/ |
| H A D | vm_unix.c | 1070 struct shared_file_mapping_slide_np *mappings, in shared_region_map_and_slide_setup() 1176 struct shared_file_mapping_slide_np *mapping = &srfmp->mappings[0]; in shared_region_map_and_slide_setup() 1546 struct shared_file_mapping_slide_np *mappings) in _shared_region_map_and_slide() 1853 struct shared_file_mapping_slide_np *mappings = NULL; in shared_region_map_and_slide_2_np()
|