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

12

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_shared_region.c44 * the same mappings in their VM map. All they need is contained in the shared
748 * Establish some mappings of a file in the shared region.
754 * It will return KERN_SUCCESS if the mappings were successfully established
761 struct shared_file_mapping_np *mappings,
821 shared_region, mappings_count, mappings,
827 /* establish the mappings */
834 (long long)mappings[i].sfm_address,
835 (long long)mappings[i].sfm_size,
836 (long long)mappings[i].sfm_file_offset,
837 mappings[
758 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) argument
[all...]
H A Dvm_shared_region.h150 struct shared_file_mapping_np *mappings,
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DMakefile21 mappings.h \
H A Dlowglobals.h42 #include <ppc/mappings.h>
H A Dskiplists.s32 * resident mappings for each pmap. We used to use a much simpler hash-based scheme,
44 * Because the first skip-list is just a sorted list of all mappings, it is also
45 * efficient to purge a sparsely populated pmap of all the mappings in a large range,
55 * 64-bit link fields in every mapping. So we currently have two sizes of mappings:
57 * (4**4)==256 mappings requires the larger node, so the average size is 64.25 bytes.
111 li r2,0 ; initialize count of mappings visited
113 blt-- mapSrchPmapEmpty ; pmapCurLists==0 (ie, no mappings)
123 ; r2 = count of mappings visited so far
135 addi r2,r2,1 ; count mappings visited
153 ; Note the advantage of keeping the check for block mappings (an
[all...]
H A Dio_map.c41 #include <ppc/mappings.h>
84 mapping_prealloc(size); /* Make sure there are enough free mappings */
H A Dhibernate_ppc.c47 #include <ppc/mappings.h>
H A Dsavearea.c53 #include <ppc/mappings.h>
H A Dpmap.h64 #include <ppc/mappings.h>
94 unsigned int vxsGra; /* Guest remove all mappings requests */
98 unsigned int vxsGrl; /* Guest remove local mappings requests */
99 unsigned int vxsGrlActive; /* Active mappings removed */
145 unsigned int *vmxActiveBitmap; /* Bitmap of active mappings in hash table */
H A Dppc_init.c55 #include <ppc/mappings.h>
H A DDiagnostics.c68 #include <ppc/mappings.h>
H A DFirmwareC.c49 #include <ppc/mappings.h>
H A Ddb_interface.c53 #include <ppc/mappings.h>
H A Dppc_vm_init.c55 #include <ppc/mappings.h>
H A Dbcopytest.c25 #include <ppc/mappings.h>
H A Dmodel_dep.c92 #include <ppc/mappings.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dshared_memory_server.h125 const struct shared_file_mapping_np *mappings,
H A Dshared_region.h94 const struct shared_file_mapping_np *mappings);
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c824 struct shared_file_mapping_np *mappings; local
839 mappings = NULL;
960 /* get the list of mappings the caller wants us to establish */
961 mappings_count = uap->count; /* number of mappings */
962 mappings_size = (vm_size_t) (mappings_count * sizeof (mappings[0]));
966 "no mappings\n",
969 error = 0; /* no mappings: we're done ! */
972 mappings = &stack_mappings[0];
976 "too many mappings (%d)\n",
983 user_mappings = uap->mappings; /* th
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dmem.c90 #include <ppc/mappings.h>
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOUserClient.cpp281 if ((uc = OSDynamicCast(IOUserClient, obj)) && uc->mappings)
283 dict->setObject((const OSSymbol *) uc->mappings, port);
284 iokit_switch_object_port(port->port, uc->mappings, IKOT_IOKIT_CONNECT);
286 uc->mappings->release();
287 uc->mappings = 0;
940 if( mappings)
941 mappings->release();
2360 OSSet * mappings; local
2361 if ((mappings = OSDynamicCast(OSSet, connection)))
2450 if( 0 == client->mappings)
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOUserClient.h177 OSSet * mappings; member in class:IOUserClient
267 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.
269 @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.
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dstartup.c117 #include <ppc/mappings.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/device/
H A Diokit_rpc.c67 #include <ppc/mappings.h>
495 // can't remap block mappings, but ppc doesn't speculatively read from WC
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_vm.c38 #include <ppc/mappings.h>

Completed in 147 milliseconds

12