Home
last modified time | relevance | path

Searched refs:fMemory (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIODMACommand.cpp391 fMemory.detach(); in free()
401 if (mem == fMemory) { in setMemoryDescriptor()
410 if (fMemory) { in setMemoryDescriptor()
461 if (fMemory) { in clearMemoryDescriptor()
468 fMemory.reset(); in clearMemoryDescriptor()
477 return fMemory.get(); in getMemoryDescriptor()
487 mem = fMemory; in getIOMemoryDescriptor()
922 md = fMemory; in prepare()
973 if (LOGTAG == fMemory->getTag()) { in prepare()
1037 if (LOGTAG == fMemory->getTag()) { in prepare()
[all …]
H A DIOMemoryDescriptor.cpp5017 mapping->fMemory->_memRef = me; in doMap()
5154 if (fMemory) { in setMemoryDescriptor()
5155 if (fMemory != _memory) { in setMemoryDescriptor()
5156 fMemory->removeMapping(this); in setMemoryDescriptor()
5159 fMemory = os::move(tempval); in setMemoryDescriptor()
5511 if (fMemory) { in free()
5513 fMemory->removeMapping(this); in free()
5515 fMemory.reset(); in free()
5586 return fMemory.get(); in getMemoryDescriptor()
5819 physMem = fMemory; in redirect()
[all …]
H A DIOUserServer.cpp1081 mdFlags = fMemory->getFlags(); in PrepareForDMA_Impl()
1118 md = __DECONST(IOMemoryDescriptor *, fMemory); in CompleteDMA_Impl()
1157 md = __DECONST(IOMemoryDescriptor *, fMemory); in GetPreparation_Impl()
1198 if (length > fMemory->getLength()) { in PerformOperation_Impl()
/xnu-11215/iokit/IOKit/platform/
H A DAppleMacIO.h48 IOMemoryMap * fMemory; variable
/xnu-11215/iokit/IOKit/
H A DIODMACommand.h582 OSPtr<IOMemoryDescriptor> fMemory; variable
H A DIOMemoryDescriptor.h886 OSPtr<IOMemoryDescriptor> fMemory; variable