Searched refs:mapAddr (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/IOGraphics-471.92.1/tools/
H A Dtimefb.c32 mach_vm_address_t p, mapAddr; local
61 &mapAddr, &size,
69 mapAddr += 128*1024;
74 p = mapAddr;
91 CGBlt_fillBytes(bounds.size.width*4, bounds.size.height, 1, (void*)(uintptr_t) mapAddr, rb, 0);
98 p = mapAddr;
112 kr = IOConnectUnmapMemory(connect, kIOFBVRAMMemory, mach_task_self(), mapAddr);
H A Dfbshared.c29 vm_address_t mapAddr; local
70 &mapAddr, &shmemSize,
77 shmem[index] = (StdFBShmem_t *) mapAddr;
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dudatamem.h35 void *mapAddr; /* For mapped or allocated memory, the start addr. */ member in struct:UDataMemory
41 /* beyond the mapAddr is needed to do that. */
H A Dumapfile.c192 pData->mapAddr = data;
202 size_t dataLen = (char *)pData->map - (char *)pData->mapAddr;
203 if(munmap(pData->mapAddr, dataLen)==-1) {
207 pData->mapAddr=NULL;
265 pData->mapAddr=p;
274 pData->mapAddr = NULL;
400 pData->mapAddr = data;
454 pData->mapAddr = NULL;
H A Dudata.cpp825 copyPData.mapAddr = 0; /* which will unmap it when ICU is shut down. */
987 pEntryData->mapAddr = dataMemory.mapAddr;
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOMapper.cpp335 addr64_t addr = IOMapper::gSystem->mapAddr(address);
347 addr64_t addr = IOMapper::gSystem->mapAddr(address);
359 addr64_t addr = IOMapper::gSystem->mapAddr(address);
371 addr64_t addr = IOMapper::gSystem->mapAddr(address);
383 addr64_t addr = IOMapper::gSystem->mapAddr(address);
395 addr64_t addr = IOMapper::gSystem->mapAddr(address);
407 addr64_t addr = IOMapper::gSystem->mapAddr(address);
419 addr64_t addr = IOMapper::gSystem->mapAddr(address);
H A DIODMACommand.cpp404 cpuAddr = target->fMapper->mapAddr(address);
916 cpuAddr = target->fMapper->mapAddr(ioAddr);
1053 if (fMapper->mapAddr(state->fIOVMAddr + checkOffset) != phys)
1056 state->fIOVMAddr + checkOffset, fMapper->mapAddr(state->fIOVMAddr + checkOffset), state->fLength,
H A DIOUserClient.cpp2741 vm_address_t * mapAddr,
2749 address = SCALAR64(*mapAddr);
2754 *mapAddr = SCALAR32(address);
2848 vm_address_t mapAddr )
2853 address = SCALAR64(mapAddr);
2855 err = is_io_connect_unmap_memory_from_task(connect, type, task, mapAddr);
2737 is_io_connect_map_memory( io_object_t connect, uint32_t type, task_t task, vm_address_t * mapAddr, vm_size_t * mapSize, uint32_t flags ) argument
H A DIOMemoryDescriptor.cpp1605 address = mapper->mapAddr(origAddr);
1608 && ((address + length) == mapper->mapAddr(origAddr + length)))
1692 phys64 = mapper->mapAddr(phys32);
1696 && ((phys64 + length) == mapper->mapAddr(phys32 + length)))
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOMapper.h125 virtual addr64_t mapAddr(IOPhysicalAddress addr) = 0;
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dwinscard_clnt.c122 static int mapAddr = 0; variable
134 * the memory mapped \ref mapAddr.
276 SYS_CloseFile(mapAddr);
3307 SYS_CloseFile(mapAddr);
3324 mapAddr = SYS_OpenFile(PCSCLITE_PUBSHM_FILE, O_RDONLY, 0);
3325 if (mapAddr < 0)
3341 mapAddr, (i * pageSize));
3345 SYS_CloseFile(mapAddr); /* Close the memory map file */
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A Dvtd.c799 virtual addr64_t mapAddr(IOPhysicalAddress addr);
1735 AppleVTD::mapAddr(IOPhysicalAddress addr) function in class:AppleVTD
1747 VTLOG("mapAddr: 0x%x=0x%llx\n", (int)addr, entry);

Completed in 295 milliseconds