Searched refs:getVirtualAddress (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIDeviceI386.cpp46 * ranges behaves identity mapped, switch to getVirtualAddress().
48 value = inl( map->getVirtualAddress() + offset );
60 value = inw( map->getVirtualAddress() + offset );
72 value = inb( map->getVirtualAddress() + offset );
83 outl( map->getVirtualAddress() + offset, value );
92 outw( map->getVirtualAddress() + offset, value );
101 outb( map->getVirtualAddress() + offset, value );
H A DIOPCIDeviceMappedIO.cpp49 value = OSReadLittleInt32( (volatile void *)map->getVirtualAddress(), offset);
66 value = OSReadLittleInt16( (volatile void *)map->getVirtualAddress(), offset);
83 value = ((volatile UInt8 *) map->getVirtualAddress())[ offset ];
99 OSWriteLittleInt32( (volatile void *)map->getVirtualAddress(), offset, value);
113 OSWriteLittleInt16( (volatile void *)map->getVirtualAddress(), offset, value);
127 ((volatile UInt8 *) map->getVirtualAddress())[ offset ] = value;
H A Dvtd.c951 table = (typeof(table)) bf->table_map->getVirtualAddress();
1290 context_entry_t * context_entry_table = (typeof(context_entry_table)) fContextTableMap->getVirtualAddress();
H A DIOPCIBridge.cpp1863 virtAddr = memoryMap->getVirtualAddress();
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWSimplePhysicalAddressSpace.h54 IOVirtualAddress getVirtualAddress( void );
H A DIOFWDCLPool.cpp193 IOVirtualAddress kernBaseAddress = bufferMap->getVirtualAddress() ;
H A DIOFWDCLProgram.cpp242 IOVirtualAddress bufferMemBaseAddress = fBufferMem->getVirtualAddress() ;
H A DIOFWDCL.cpp374 IOVirtualAddress kernBaseAddress = bufferMap->getVirtualAddress() ;
757 IOVirtualAddress kernBaseAddress = bufferMap->getVirtualAddress() ;
H A DIOFWUserIsochPort.cpp781 setDCLDataBuffer ( pCurrentDCL, bufferMap->getVirtualAddress() + offset, tempRange.length ) ;
/macosx-10.10.1/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCIUserClient.cpp248 char * address = (char *) memMap->getVirtualAddress();
259 IOVirtualAddress address32 = memMap->getVirtualAddress();
H A DAppleSamplePCI.cpp71 * the getVirtualAddress() method returns a kernel virtual address
80 map->getVirtualAddress());
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h574 IOByteCount * length) APPLE_KEXT_DEPRECATED; /* use map() and getVirtualAddress() instead */
730 /*! @function getVirtualAddress
735 virtual IOVirtualAddress getVirtualAddress();
1079 return (getVirtualAddress());
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ManagementORB.cpp459 buf = (void*)fResponseMap->getVirtualAddress();
H A DIOFireWireSBP2ORB.cpp192 fORBBuffer = (FWSBP2ORB *)physical_space->getVirtualAddress();
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVLibraries.cpp629 virtAddress = map->getVirtualAddress();
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngineUserClient.cpp562 extendedInfo->mAudioClientBufferExtended32.paramBuffer = (void *)extendedInfo->mAudioClientBufferExtended32.paramBufferMap->getVirtualAddress();
1572 clientBuffer->mAudioClientBuffer32.sourceBuffer = (void *)clientBuffer->mAudioClientBuffer32.sourceBufferMap->getVirtualAddress();
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp452 reportDescriptorData = OSData::withBytes((void*)reportDescriptorMap->getVirtualAddress(), (unsigned int)reportDescriptorMap->getSize());
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2289 // map()->getVirtualAddress() to obtain the kernel pointer, since it must prevent the memory allocation
3865 IOVirtualAddress IOMemoryMap::getVirtualAddress() function in class:IOMemoryMap
3869 fSuperMap->getVirtualAddress();
3874 OSReportWithBacktrace("IOMemoryMap::getVirtualAddress(0x%qx) called on 64b map; use ::getAddress()", fAddress);
H A DIOPMrootDomain.cpp9128 if ((logBufMap == 0) || ( (srcBuf = logBufMap->getVirtualAddress()) == 0) )
9258 vaddr = logBufMap->getVirtualAddress();
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp1174 frameBuffer = (volatile unsigned char *) (vramMap ? vramMap->getVirtualAddress() : NULL);
4051 bits[idx] = (UInt8 *) map[idx]->getVirtualAddress();
6944 vramMap->getVirtualAddress(),
7461 base = vramMap->getVirtualAddress();

Completed in 242 milliseconds