Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/vm/
H A Dvm_fault.c2781 vm_object_t file_object, shadow; in vm_fault_cs_handle_violation() local
2803 file_object = object; in vm_fault_cs_handle_violation()
2805 for (shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2808 shadow = file_object->shadow, in vm_fault_cs_handle_violation()
2811 if (file_object != object) { in vm_fault_cs_handle_violation()
2812 vm_object_unlock(file_object); in vm_fault_cs_handle_violation()
2814 file_offset += file_object->vo_shadow_offset; in vm_fault_cs_handle_violation()
2815 file_object = shadow; in vm_fault_cs_handle_violation()
2830 if (file_object->pager != NULL) { in vm_fault_cs_handle_violation()
2838 if (vnode_pager_get_object_name(file_object->pager, in vm_fault_cs_handle_violation()
[all …]
H A Dvm_shared_region.c1424 vm_object_t file_object; in vm_shared_region_map_file_setup() local
1673 file_object = memory_object_control_to_vm_object(file_control); in vm_shared_region_map_file_setup()
1674 assert(file_object); in vm_shared_region_map_file_setup()
1725 __IGNORE_WCASTALIGN(map_port = (ipc_port_t) file_object->pager); in vm_shared_region_map_file_setup()