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

/macosx-10.10.1/IOGraphics-485/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.10.1/ICU-531.30/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.c195 pData->mapAddr = data;
205 size_t dataLen = (char *)pData->map - (char *)pData->mapAddr;
206 if(munmap(pData->mapAddr, dataLen)==-1) {
210 pData->mapAddr=NULL;
268 pData->mapAddr=p;
277 pData->mapAddr = NULL;
403 pData->mapAddr = data;
457 pData->mapAddr = NULL;
H A Dudata.cpp812 copyPData.mapAddr = 0; /* which will unmap it when ICU is shut down. */
974 pEntryData->mapAddr = dataMemory.mapAddr;
/macosx-10.10.1/xnu-2782.1.97/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 DIOMemoryDescriptor.cpp721 vm_map_offset_t addr, mapAddr; local
874 mapAddr = addr;
917 &mapAddr,
935 &mapAddr,
952 mapAddr += chunk;
2355 address = mapper->mapAddr(origAddr);
2358 && ((address + length) == mapper->mapAddr(origAddr + length)))
2442 phys64 = mapper->mapAddr(phys32);
2446 && ((phys64 + length) == mapper->mapAddr(phys32 + length)))
H A DIOUserClient.cpp3190 uint32_t * mapAddr,
3198 address = SCALAR64(*mapAddr);
3203 *mapAddr = SCALAR32(address);
3297 uint32_t mapAddr )
3302 address = SCALAR64(mapAddr);
3304 err = is_io_connect_unmap_memory_from_task(connect, type, task, mapAddr);
3186 is_io_connect_map_memory( io_object_t connect, uint32_t type, task_t task, uint32_t * mapAddr, uint32_t * mapSize, uint32_t flags ) argument
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMapper.h125 virtual addr64_t mapAddr(IOPhysicalAddress addr) = 0;
/macosx-10.10.1/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.10.1/IOPCIFamily-239.1.2/
H A Dvtd.c799 virtual addr64_t mapAddr(IOPhysicalAddress addr);
1737 AppleVTD::mapAddr(IOPhysicalAddress addr) function in class:AppleVTD
1749 VTLOG("mapAddr: 0x%x=0x%llx\n", (int)addr, entry);

Completed in 279 milliseconds