Searched refs:mapped (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dstrlen.s44 ; mapped to 0x80.
76 ; We have mapped 0 bytes to 0x80, and nonzero bytes to 0x00,
78 ; 0x01 bytes preceeding the first zero are also mapped to 0x80.
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp652 OSArray * mapped; local
677 mapped = OSArray::withCapacity( 1 );
680 ok = (mapped && controllers);
687 regEntry->getName(), mapped->getCount());
691 map = OSData::withData( local, mapped->getCount() * sizeof(UInt32),
699 mapped->setObject( map );
750 ok &= regEntry->setProperty( gIOInterruptSpecifiersKey, mapped);
755 if( mapped)
756 mapped->release();
H A DIOMemoryDescriptor.cpp1237 bool mapped = isP->fIO.fMapped;
1339 // If a mapped address is requested and this is a pre-mapped IOPL
1340 // then just need to compute an offset relative to the mapped base.
1341 if (mapped && ioplInfo.fMappedBase) {
2340 mach_vm_address_t mapped;
2395 &ref->mapped,
2406 ref->mapped = 0;
2413 err = mach_vm_allocate( map, &ref->mapped, ref->size,
2417 ref->mapped
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dppc_init.c158 * are already mapped and loaded at 0 -- no relocation
207 if (args->task_info.regions[i].mapped) {
232 /* Count the size of mapped space */
236 * mapped to two different virtual addresses
260 args->task_info.regions[boot_region_count].mapped = FALSE;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.c357 * All shared objects are now mapped directly into the respective
446 /* that memory is not properly mapped */
618 result->mapped = FALSE;
901 * Memory beyond this 51-bit limit is mapped specially at the
903 * On PPC64, the commpage is mapped beyond the addressable range
1575 * we shouldn't try and remove what was mapped there first
1804 * Check if the same object is being mapped.
2032 * memory object is being mapped. Some pagers need to keep
2109 * re-mapped: we can't restore the old
2256 * "mapped" fla
[all...]
H A Dvm_map.h159 * region to be mapped, and the permissions, (read, write)
160 * with which it can be mapped.
286 boolean_t mapped; /* has this map been mapped */ member in struct:_vm_map
H A Dvm_user.c2130 || target_map->mapped)
2238 /* the size of mapped entry that overlaps with our region */
3143 /* object cannot be mapped until it is ready */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dvmachmon_asm.s393 sub r8,r8,r31 ; Get diff between launching address space - 1 and last mapped into (should be 1 if the same)
402 stb r0,vmmGFlags+3(r28) ; Clear the last mapped address space ID so we will not redrive later
490 bf++ vmmMapDone,swvmNoMap ; We have not mapped anything or it was not for this address space
497 ; a DSI, entering the last mapped address into the hash table. This keeps
507 lwz r2,vmmLastMap(r28) ; Get the last mapped address
508 lwz r14,vmmLastMap+4(r28) ; Get the last mapped address low half
511 stw r2,savedar(r30) ; Set the DAR to the last thing we mapped
512 stw r14,savedar+4(r30) ; Set the DAR to the last thing we mapped
1678 lwz r2,vmmLastMap(r28) ; Get the last mapped address
1679 lwz r6,vmmLastMap+4(r28) ; Get the last mapped addres
[all...]
H A Dhw_vm.s274 lwz r4,pmapResidentCnt(r28) ; Get the mapped page count
276 addi r4,r4,1 ; Bump up the mapped page count
277 stw r4,pmapResidentCnt(r28) ; Set the mapped page count
546 stw r6,FM_ARG0+0x44(r1) ; Save address to save next mapped vaddr
747 lwz r4,pmapResidentCnt(r28) ; Get the mapped page count
751 subi r4,r4,1 ; Drop down the mapped page count
752 stw r4,pmapResidentCnt(r28) ; Set the mapped page count
844 hrmRetnCmn: lwz r6,FM_ARG0+0x44(r1) ; Get address to save next mapped vaddr
895 ; mapped 1/2 of physical RAM in an individual block. Way unlikely.
1086 lwz r4,pmapResidentCnt(r28) ; Get the mapped pag
[all...]
H A Dlowmem_vectors.s2917 ; We assume kernel data is mapped contiguously in physical
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_subr.c726 * which may match an IPv4-mapped IPv6 address.
1225 int error, s, mapped = 0;
1235 mapped = 1;
1240 if (mapped == 1)

Completed in 195 milliseconds