Searched refs:file_control (Results 1 – 5 of 5) sorted by relevance
61 memory_object_control_t file_control);
287 memory_object_control_t file_control; member
1447 memory_object_control_t file_control; in vm_shared_region_map_file_setup() local1518 file_control = srfmp->file_control; in vm_shared_region_map_file_setup()1695 file_object = memory_object_control_to_vm_object(file_control); in vm_shared_region_map_file_setup()1713 memory_object_mark_eligible_for_secluded(file_control, FALSE); in vm_shared_region_map_file_setup()1852 slid_file_controls[*mappings_to_slide_cnt - 1] = file_control; in vm_shared_region_map_file_setup()
1346 memory_object_control_t file_control) in vm_map_with_linking() argument1355 object = memory_object_control_to_vm_object(file_control); in vm_map_with_linking()
2633 srfmp->file_control = ubc_getobject(srfmp->vp, UBC_HOLDOBJECT); in shared_region_map_and_slide_setup()2634 if (srfmp->file_control == MEMORY_OBJECT_CONTROL_NULL) { in shared_region_map_and_slide_setup()3030 memory_object_control_t file_control = NULL; in map_with_linking_np() local3249 file_control = ubc_getobject(vp, UBC_HOLDOBJECT); in map_with_linking_np()3250 if (file_control == MEMORY_OBJECT_CONTROL_NULL) { in map_with_linking_np()3292 … vm_map_with_linking(proc_task(p), regions, region_count, link_info, link_info_size, file_control); in map_with_linking_np()