Lines Matching refs:IOGeneralMemoryDescriptor

102 OSDefineMetaClassAndStructorsWithZone(IOGeneralMemoryDescriptor,
132 const IOGeneralMemoryDescriptor * fMD;
260 IOGeneralMemoryDescriptor::Ranges r, in getAddrLenForInd()
434 IOGeneralMemoryDescriptor::memoryReferenceAlloc(uint32_t capacity, IOMemoryReference * realloc) in memoryReferenceAlloc()
459 IOGeneralMemoryDescriptor::memoryReferenceFree(IOMemoryReference * ref) in memoryReferenceFree()
479 IOGeneralMemoryDescriptor::memoryReferenceRelease(IOMemoryReference * ref) in memoryReferenceRelease()
488 IOGeneralMemoryDescriptor::memoryReferenceCreate( in memoryReferenceCreate()
912 IOGeneralMemoryDescriptor::memoryReferenceMap( in memoryReferenceMap()
1223 IOGeneralMemoryDescriptor::memoryReferenceMapNew( in memoryReferenceMapNew()
1543 IOGeneralMemoryDescriptor::memoryReferenceGetDMAMapLength( in memoryReferenceGetDMAMapLength()
1579 IOGeneralMemoryDescriptor::memoryReferenceGetPageCounts( in memoryReferenceGetPageCounts()
1617 IOGeneralMemoryDescriptor::memoryReferenceSetPurgeable( in memoryReferenceSetPurgeable()
1666 IOGeneralMemoryDescriptor::memoryReferenceSetOwnership( in memoryReferenceSetOwnership()
1707 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withAddress()
1734 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withRanges()
1760 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withAddressRanges()
1793 OSSharedPtr<IOGeneralMemoryDescriptor> self = OSMakeShared<IOGeneralMemoryDescriptor>(); in withOptions()
1821 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withPhysicalRanges()
1843 IOGeneralMemoryDescriptor *origGenMD = in withPersistentMemoryDescriptor()
1844 OSDynamicCast(IOGeneralMemoryDescriptor, originalMD); in withPersistentMemoryDescriptor()
1847 return IOGeneralMemoryDescriptor:: in withPersistentMemoryDescriptor()
1855 IOGeneralMemoryDescriptor::withPersistentMemoryDescriptor(IOGeneralMemoryDescriptor *originalMD) in withPersistentMemoryDescriptor()
1858 OSSharedPtr<IOGeneralMemoryDescriptor> self; in withPersistentMemoryDescriptor()
1870 self = OSMakeShared<IOGeneralMemoryDescriptor>(); in withPersistentMemoryDescriptor()
1882 IOGeneralMemoryDescriptor::initWithAddress(void * address, in initWithAddress()
1893 IOGeneralMemoryDescriptor::initWithAddress(IOVirtualAddress address, in initWithAddress()
1905 IOGeneralMemoryDescriptor::initWithPhysicalAddress( in initWithPhysicalAddress()
1917 IOGeneralMemoryDescriptor::initWithPhysicalRanges( in initWithPhysicalRanges()
1933 IOGeneralMemoryDescriptor::initWithRanges( in initWithRanges()
1978 IOGeneralMemoryDescriptor::initWithOptions(void * buffers, in initWithOptions()
2001 const IOGeneralMemoryDescriptor *orig = initData->fMD; in initWithOptions()
2355 IOGeneralMemoryDescriptor::free() in free()
2420 IOGeneralMemoryDescriptor::unmapFromKernel() in unmapFromKernel()
2426 IOGeneralMemoryDescriptor::mapIntoKernel(unsigned rangeIndex) in mapIntoKernel()
2750 IOGeneralMemoryDescriptor::setPosition(IOByteCount position) in setPosition()
2760 IOGeneralMemoryDescriptor::getPreparationID( void ) in getPreparationID()
3030 IOGeneralMemoryDescriptor::dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const in dmaCommandOperation()
3034 IOGeneralMemoryDescriptor * md = const_cast<IOGeneralMemoryDescriptor *>(this); in dmaCommandOperation()
3414 IOGeneralMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment, IOO… in getPhysicalSegment()
3521 IOGeneralMemoryDescriptor::readBytes in readBytes()
3529 IOGeneralMemoryDescriptor::writeBytes in writeBytes()
3558 IOGeneralMemoryDescriptor::getPhysicalSegment64(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment64()
3564 IOGeneralMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment()
3629 IOGeneralMemoryDescriptor::getSourceSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getSourceSegment()
3638 IOGeneralMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
3725 IOGeneralMemoryDescriptor::setPurgeable( IOOptionBits newState, in setPurgeable()
3798 err = IOGeneralMemoryDescriptor::memoryReferenceSetPurgeable(_memRef, newState, oldState); in setPurgeable()
3808 IOGeneralMemoryDescriptor::setOwnership( task_t newOwner, in setOwnership()
3852 …err = IOGeneralMemoryDescriptor::memoryReferenceSetOwnership(_memRef, newOwner, newLedgerTag, newL… in setOwnership()
3876 length = IOGeneralMemoryDescriptor::memoryReferenceGetDMAMapLength(_memRef, offset); in getDMAMapLength()
3924 …err = IOGeneralMemoryDescriptor::memoryReferenceGetPageCounts(_memRef, residentPageCount, dirtyPag… in getPageCounts()
4173 IOGeneralMemoryDescriptor::wireVirtual(IODirection forDirection) in wireVirtual()
4532 IOGeneralMemoryDescriptor::initMemoryEntries(size_t size, IOMapper * mapper) in initMemoryEntries()
4671 IOGeneralMemoryDescriptor::dmaMap( in dmaMap()
4755 IOGeneralMemoryDescriptor::prepare(IODirection forDirection) in prepare()
4814 IOGeneralMemoryDescriptor::complete(IODirection forDirection) in complete()
4919 IOGeneralMemoryDescriptor::memoryReferenceCreateOptions(IOOptionBits options, IOMemoryMap * mapping) in memoryReferenceCreateOptions()
4945 IOGeneralMemoryDescriptor::makeMapping( in makeMapping()
4985 IOGeneralMemoryDescriptor::doMap( in doMap()
5161 IOGeneralMemoryDescriptor::doUnmap( in doUnmap()
6150 IOGeneralMemoryDescriptor::serialize(OSSerialize * s) const in serialize()