Lines Matching refs:IOGeneralMemoryDescriptor
103 OSDefineMetaClassAndStructorsWithZone(IOGeneralMemoryDescriptor,
133 const IOGeneralMemoryDescriptor * fMD;
261 IOGeneralMemoryDescriptor::Ranges r, in getAddrLenForInd()
440 IOGeneralMemoryDescriptor::memoryReferenceAlloc(uint32_t capacity, IOMemoryReference * realloc) in memoryReferenceAlloc()
465 IOGeneralMemoryDescriptor::memoryReferenceFree(IOMemoryReference * ref) in memoryReferenceFree()
485 IOGeneralMemoryDescriptor::memoryReferenceRelease(IOMemoryReference * ref) in memoryReferenceRelease()
494 IOGeneralMemoryDescriptor::memoryReferenceCreate( in memoryReferenceCreate()
917 IOGeneralMemoryDescriptor::memoryReferenceMap( in memoryReferenceMap()
1228 IOGeneralMemoryDescriptor::memoryReferenceMapNew( in memoryReferenceMapNew()
1548 IOGeneralMemoryDescriptor::memoryReferenceGetDMAMapLength( in memoryReferenceGetDMAMapLength()
1584 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()
2356 IOGeneralMemoryDescriptor::free() in free()
2421 IOGeneralMemoryDescriptor::unmapFromKernel() in unmapFromKernel()
2427 IOGeneralMemoryDescriptor::mapIntoKernel(unsigned rangeIndex) in mapIntoKernel()
2681 IOGeneralMemoryDescriptor::setPosition(IOByteCount position) in setPosition()
2691 IOGeneralMemoryDescriptor::getPreparationID( void ) in getPreparationID()
2964 IOGeneralMemoryDescriptor::dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const in dmaCommandOperation()
2968 IOGeneralMemoryDescriptor * md = const_cast<IOGeneralMemoryDescriptor *>(this); in dmaCommandOperation()
3347 IOGeneralMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment, IOO… in getPhysicalSegment()
3475 IOGeneralMemoryDescriptor::getPhysicalSegment64(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment64()
3481 IOGeneralMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment()
3546 IOGeneralMemoryDescriptor::getSourceSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getSourceSegment()
3555 IOGeneralMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
3642 IOGeneralMemoryDescriptor::setPurgeable( IOOptionBits newState, in setPurgeable()
3715 err = IOGeneralMemoryDescriptor::memoryReferenceSetPurgeable(_memRef, newState, oldState); in setPurgeable()
3725 IOGeneralMemoryDescriptor::setOwnership( task_t newOwner, in setOwnership()
3769 …err = IOGeneralMemoryDescriptor::memoryReferenceSetOwnership(_memRef, newOwner, newLedgerTag, newL… in setOwnership()
3793 length = IOGeneralMemoryDescriptor::memoryReferenceGetDMAMapLength(_memRef, offset); in getDMAMapLength()
3841 …err = IOGeneralMemoryDescriptor::memoryReferenceGetPageCounts(_memRef, residentPageCount, dirtyPag… in getPageCounts()
4083 IOGeneralMemoryDescriptor::wireVirtual(IODirection forDirection) in wireVirtual()
4442 IOGeneralMemoryDescriptor::initMemoryEntries(size_t size, IOMapper * mapper) in initMemoryEntries()
4581 IOGeneralMemoryDescriptor::dmaMap( in dmaMap()
4665 IOGeneralMemoryDescriptor::prepare(IODirection forDirection) in prepare()
4724 IOGeneralMemoryDescriptor::complete(IODirection forDirection) in complete()
4829 IOGeneralMemoryDescriptor::doMap( in doMap()
5020 IOGeneralMemoryDescriptor::doUnmap( in doUnmap()
6009 IOGeneralMemoryDescriptor::serialize(OSSerialize * s) const in serialize()