Home
last modified time | relevance | path

Searched refs:mappings (Results 1 – 11 of 11) sorted by relevance

/xnu-11215.1.10/osfmk/vm/
H A Dvm_shared_region.c1328 struct shared_file_mapping_slide_np *mappings; in vm_shared_region_undo_mappings() local
1371 mappings = srfmp->mappings; in vm_shared_region_undo_mappings()
1381 if (mappings[j].sms_size == 0) { in vm_shared_region_undo_mappings()
1396 (long long)mappings[j].sms_address, in vm_shared_region_undo_mappings()
1397 (long long)mappings[j].sms_size, in vm_shared_region_undo_mappings()
1398 (long long)mappings[j].sms_file_offset, in vm_shared_region_undo_mappings()
1399 mappings[j].sms_max_prot, in vm_shared_region_undo_mappings()
1400 mappings[j].sms_init_prot)); in vm_shared_region_undo_mappings()
1401 start = (mappings[j].sms_address - sr_base_address); in vm_shared_region_undo_mappings()
1402 end = start + mappings[j].sms_size; in vm_shared_region_undo_mappings()
[all …]
H A Dvm_shared_region.h102 struct shared_file_mapping_slide_np *mappings; member
/xnu-11215.1.10/bsd/vm/
H A Dvm_unix.c1053 struct shared_file_mapping_slide_np *mappings, in shared_region_map_and_slide_setup() argument
1094 srfmp->mappings = &mappings[mappings_next]; in shared_region_map_and_slide_setup()
1159 struct shared_file_mapping_slide_np *mapping = &srfmp->mappings[0]; in shared_region_map_and_slide_setup()
1475 if (srfmp->mappings[i].sms_init_prot & VM_PROT_ZF) { in shared_region_map_and_slide_setup()
1480 srfmp->mappings[i].sms_file_offset, in shared_region_map_and_slide_setup()
1481 srfmp->mappings[i].sms_size)) { in shared_region_map_and_slide_setup()
1494 srfmp->mappings[i].sms_address, in shared_region_map_and_slide_setup()
1495 srfmp->mappings[i].sms_size, in shared_region_map_and_slide_setup()
1496 srfmp->mappings[i].sms_file_offset, in shared_region_map_and_slide_setup()
1497 srfmp->mappings[i].sms_max_prot, in shared_region_map_and_slide_setup()
[all …]
/xnu-11215.1.10/osfmk/mach/
H A Dshared_memory_server.h133 const struct shared_file_mapping_np *mappings,
H A Dshared_region.h219 const struct shared_file_mapping_np *mappings);
H A Dvm_map.defs297 * the memory in this mapping will be shared with other mappings
300 * consistency among mappings on one host with similar page alignments.
H A Dmach_vm.defs346 * the memory in this mapping will be shared with other mappings
349 * consistency among mappings on one host with similar page alignments.
/xnu-11215.1.10/iokit/Kernel/
H A DIOUserClient.cpp357 if (uc && uc->mappings) { in destroyUserReferences()
358 mappingBucket = IOMachPort::bucketForObject(uc->mappings, IKOT_IOKIT_CONNECT); in destroyUserReferences()
374 if (uc->mappings) { in destroyUserReferences()
375 uc->mappings->taggedRetain(OSTypeID(OSCollection)); in destroyUserReferences()
379 machPort->object = uc->mappings; in destroyUserReferences()
384 OSSafeReleaseNULL(uc->mappings); in destroyUserReferences()
1912 if (mappings) { in free()
1913 mappings->release(); in free()
4569 OSSet * mappings; in is_io_service_close() local
4570 if ((mappings = OSDynamicCast(OSSet, connection))) { in is_io_service_close()
[all …]
/xnu-11215.1.10/iokit/IOKit/
H A DIOUserClient.h248 OSSet * mappings; variable
/xnu-11215.1.10/makedefs/
H A DMakeInc.top160 # Generate a list of mappings of the form "n75:arm;t8002" based on the device map
176 # Generate a list of mappings for products that use a different platform for their kernel configura…
/xnu-11215.1.10/tools/lldbmacros/
H A Dmemory.py3739 mappings = FindVMEntriesForVnode(t, p.p_textvp)
3742 for m in mappings: