Lines Matching refs:IOGeneralMemoryDescriptor
105 OSDefineMetaClassAndStructorsWithZone(IOGeneralMemoryDescriptor,
135 const IOGeneralMemoryDescriptor * fMD;
263 IOGeneralMemoryDescriptor::Ranges r, in getAddrLenForInd()
437 IOGeneralMemoryDescriptor::memoryReferenceAlloc(uint32_t capacity, IOMemoryReference * realloc) in memoryReferenceAlloc()
462 IOGeneralMemoryDescriptor::memoryReferenceFree(IOMemoryReference * ref) in memoryReferenceFree()
482 IOGeneralMemoryDescriptor::memoryReferenceRelease(IOMemoryReference * ref) in memoryReferenceRelease()
491 IOGeneralMemoryDescriptor::memoryReferenceCreate( in memoryReferenceCreate()
924 IOGeneralMemoryDescriptor::memoryReferenceMap( in memoryReferenceMap()
1235 IOGeneralMemoryDescriptor::memoryReferenceMapNew( in memoryReferenceMapNew()
1562 IOGeneralMemoryDescriptor::memoryReferenceGetDMAMapLength( in memoryReferenceGetDMAMapLength()
1598 IOGeneralMemoryDescriptor::memoryReferenceGetPageCounts( in memoryReferenceGetPageCounts()
1636 IOGeneralMemoryDescriptor::memoryReferenceSetPurgeable( in memoryReferenceSetPurgeable()
1685 IOGeneralMemoryDescriptor::memoryReferenceSetOwnership( in memoryReferenceSetOwnership()
1726 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withAddress()
1753 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withRanges()
1779 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withAddressRanges()
1812 OSSharedPtr<IOGeneralMemoryDescriptor> self = OSMakeShared<IOGeneralMemoryDescriptor>(); in withOptions()
1840 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withPhysicalRanges()
1862 IOGeneralMemoryDescriptor *origGenMD = in withPersistentMemoryDescriptor()
1863 OSDynamicCast(IOGeneralMemoryDescriptor, originalMD); in withPersistentMemoryDescriptor()
1866 return IOGeneralMemoryDescriptor:: in withPersistentMemoryDescriptor()
1874 IOGeneralMemoryDescriptor::withPersistentMemoryDescriptor(IOGeneralMemoryDescriptor *originalMD) in withPersistentMemoryDescriptor()
1877 OSSharedPtr<IOGeneralMemoryDescriptor> self; in withPersistentMemoryDescriptor()
1889 self = OSMakeShared<IOGeneralMemoryDescriptor>(); in withPersistentMemoryDescriptor()
1901 IOGeneralMemoryDescriptor::initWithAddress(void * address, in initWithAddress()
1912 IOGeneralMemoryDescriptor::initWithAddress(IOVirtualAddress address, in initWithAddress()
1924 IOGeneralMemoryDescriptor::initWithPhysicalAddress( in initWithPhysicalAddress()
1936 IOGeneralMemoryDescriptor::initWithPhysicalRanges( in initWithPhysicalRanges()
1952 IOGeneralMemoryDescriptor::initWithRanges( in initWithRanges()
1997 IOGeneralMemoryDescriptor::initWithOptions(void * buffers, in initWithOptions()
2020 const IOGeneralMemoryDescriptor *orig = initData->fMD; in initWithOptions()
2374 IOGeneralMemoryDescriptor::free() in free()
2439 IOGeneralMemoryDescriptor::unmapFromKernel() in unmapFromKernel()
2445 IOGeneralMemoryDescriptor::mapIntoKernel(unsigned rangeIndex) in mapIntoKernel()
2864 IOGeneralMemoryDescriptor::setPosition(IOByteCount position) in setPosition()
2874 IOGeneralMemoryDescriptor::getPreparationID( void ) in getPreparationID()
3144 IOGeneralMemoryDescriptor::dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const in dmaCommandOperation()
3148 IOGeneralMemoryDescriptor * md = const_cast<IOGeneralMemoryDescriptor *>(this); in dmaCommandOperation()
3528 IOGeneralMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment, IOO… in getPhysicalSegment()
3635 IOGeneralMemoryDescriptor::readBytes in readBytes()
3664 IOGeneralMemoryDescriptor::writeBytes in writeBytes()
3714 IOGeneralMemoryDescriptor::getPhysicalSegment64(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment64()
3720 IOGeneralMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment()
3785 IOGeneralMemoryDescriptor::getSourceSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getSourceSegment()
3794 IOGeneralMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
3881 IOGeneralMemoryDescriptor::setPurgeable( IOOptionBits newState, in setPurgeable()
3954 err = IOGeneralMemoryDescriptor::memoryReferenceSetPurgeable(_memRef, newState, oldState); in setPurgeable()
3964 IOGeneralMemoryDescriptor::setOwnership( task_t newOwner, in setOwnership()
4008 …err = IOGeneralMemoryDescriptor::memoryReferenceSetOwnership(_memRef, newOwner, newLedgerTag, newL… in setOwnership()
4032 length = IOGeneralMemoryDescriptor::memoryReferenceGetDMAMapLength(_memRef, offset); in getDMAMapLength()
4080 …err = IOGeneralMemoryDescriptor::memoryReferenceGetPageCounts(_memRef, residentPageCount, dirtyPag… in getPageCounts()
4329 IOGeneralMemoryDescriptor::wireVirtual(IODirection forDirection) in wireVirtual()
4692 IOGeneralMemoryDescriptor::initMemoryEntries(size_t size, IOMapper * mapper) in initMemoryEntries()
4831 IOGeneralMemoryDescriptor::dmaMap( in dmaMap()
4915 IOGeneralMemoryDescriptor::prepare(IODirection forDirection) in prepare()
4974 IOGeneralMemoryDescriptor::complete(IODirection forDirection) in complete()
5079 IOGeneralMemoryDescriptor::memoryReferenceCreateOptions(IOOptionBits options, IOMemoryMap * mapping) in memoryReferenceCreateOptions()
5105 IOGeneralMemoryDescriptor::makeMapping( in makeMapping()
5145 IOGeneralMemoryDescriptor::doMap( in doMap()
5321 IOGeneralMemoryDescriptor::doUnmap( in doUnmap()
6310 IOGeneralMemoryDescriptor::serialize(OSSerialize * s) const in serialize()