Searched refs:fMemory (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/platform/
H A DAppleMacIO.h48 IOMemoryMap * fMemory; member in class:AppleMacIO
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMIO.cpp34 fMemory = provider->mapDeviceMemoryWithIndex(0);
35 if (0 == fMemory)
H A DAppleARMIO.h44 IOMemoryMap *fMemory; member in class:AppleARMIOBus
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp79 fMemory = provider->mapDeviceMemoryWithIndex( 0 );
80 if( 0 == fMemory)
182 (((UInt32)fMemory->getVirtualAddress())
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMACommand.cpp242 if (mem == fMemory)
252 if (fMemory) {
278 fMemory = mem;
298 if (fMemory) {
301 fMemory->dmaCommandOperation(kIOMDSetDMAInactive, this, 0);
302 fMemory->release();
303 fMemory = 0;
312 return fMemory;
546 IOMemoryDescriptor *poMD = const_cast<IOMemoryDescriptor *>(fMemory);
695 IOMemoryDescriptor *poMD = const_cast<IOMemoryDescriptor *>(fMemory);
[all...]
H A DIOMemoryDescriptor.cpp2871 if (fMemory)
2873 if (fMemory != _memory)
2874 fMemory->removeMapping(this);
2875 fMemory->release();
2877 fMemory = _memory;
3123 _memEntry = mapping->fMemory->_memEntry;
3124 mapping->fMemory->_memEntry = me;
3409 if ((((fMemory->_flags & kIOMemoryTypeMask) == kIOMemoryTypePhysical)
3410 || ((fMemory->_flags & kIOMemoryTypeMask) == kIOMemoryTypePhysical64))
3412 && (doRedirect != (0 != (fMemory
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIODMACommand.h489 /*! @var fMemory
491 const IOMemoryDescriptor *fMemory; member in class:IODMACommand
H A DIOMemoryDescriptor.h647 IOMemoryDescriptor * fMemory; member in class:IOMemoryMap

Completed in 100 milliseconds