Searched refs:mappings (Results 1 - 8 of 8) sorted by relevance

/xnu-2782.1.97/osfmk/vm/
H A Dvm_shared_region.c44 * the same mappings in their VM map. All they need is contained in the shared
921 struct shared_file_mapping_np *mappings,
930 printf("Failed to undo mappings because of NULL shared region.\n");
963 * Undo the mappings we've established so far.
968 if (mappings[j].sfm_size == 0) {
983 (long long)mappings[j].sfm_address,
984 (long long)mappings[j].sfm_size,
985 (long long)mappings[j].sfm_file_offset,
986 mappings[j].sfm_max_prot,
987 mappings[
918 vm_shared_region_undo_mappings( vm_map_t sr_map, mach_vm_offset_t sr_base_address, struct shared_file_mapping_np *mappings, unsigned int mappings_count) argument
1021 vm_shared_region_map_file( vm_shared_region_t shared_region, unsigned int mappings_count, struct shared_file_mapping_np *mappings, memory_object_control_t file_control, memory_object_size_t file_size, void *root_dir, uint32_t slide, user_addr_t slide_start, user_addr_t slide_size) argument
[all...]
H A Dvm_shared_region.h189 struct shared_file_mapping_np *mappings,
194 struct shared_file_mapping_np *mappings,
/xnu-2782.1.97/osfmk/mach/
H A Dshared_memory_server.h127 const struct shared_file_mapping_np *mappings,
H A Dshared_region.h133 const struct shared_file_mapping_np *mappings);
/xnu-2782.1.97/bsd/vm/
H A Dvm_unix.c1114 struct shared_file_mapping_np *mappings)
1119 /* get the list of mappings the caller wants us to establish */
1120 mappings_size = (vm_size_t) (mappings_count * sizeof (mappings[0]));
1122 mappings,
1149 struct shared_file_mapping_np *mappings,
1374 mappings,
1465 struct shared_file_mapping_np *mappings; local
1494 "no mappings\n",
1497 kr = 0; /* no mappings: we're done ! */
1500 mappings
1110 shared_region_copyin_mappings( struct proc *p, user_addr_t user_mappings, unsigned int mappings_count, struct shared_file_mapping_np *mappings) argument
1145 _shared_region_map_and_slide( struct proc *p, int fd, uint32_t mappings_count, struct shared_file_mapping_np *mappings, uint32_t slide, user_addr_t slide_start, user_addr_t slide_size) argument
[all...]
/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp327 if ((uc = OSDynamicCast(IOUserClient, obj)) && uc->mappings)
329 dict->setObject((const OSSymbol *) uc->mappings, port);
330 iokit_switch_object_port(port->port, uc->mappings, IKOT_IOKIT_CONNECT);
332 uc->mappings->release();
333 uc->mappings = 0;
1203 if( mappings)
1204 mappings->release();
3077 OSSet * mappings; local
3078 if ((mappings = OSDynamicCast(OSSet, connection)))
3170 if( 0 == client->mappings)
[all...]
/xnu-2782.1.97/iokit/IOKit/
H A DIOUserClient.h208 OSSet * mappings; member in class:IOUserClient
357 Remove the first mapping created from the memory descriptor returned by clientMemoryForType() from IOUserClient's list of mappings. If such a mapping exists, it is retained and the reference currently held by IOUserClient is returned to the caller.
359 @result A reference to the first IOMemoryMap instance found in the list of mappings created by IOUserClient from that passed memory descriptor is returned, or zero if none exist. The caller should release this reference.
/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py2433 mappings = FindVMEntriesForVnode(t, p.p_textvp)
2436 for m in mappings:

Completed in 47 milliseconds