Lines Matching refs:IOGeneralMemoryDescriptor
103 OSDefineMetaClassAndStructorsWithZone(IOGeneralMemoryDescriptor,
133 const IOGeneralMemoryDescriptor * fMD;
258 UInt32 type, IOGeneralMemoryDescriptor::Ranges r, UInt32 ind) in getAddrLenForInd()
424 IOGeneralMemoryDescriptor::memoryReferenceAlloc(uint32_t capacity, IOMemoryReference * realloc) in memoryReferenceAlloc()
449 IOGeneralMemoryDescriptor::memoryReferenceFree(IOMemoryReference * ref) in memoryReferenceFree()
469 IOGeneralMemoryDescriptor::memoryReferenceRelease(IOMemoryReference * ref) in memoryReferenceRelease()
478 IOGeneralMemoryDescriptor::memoryReferenceCreate( in memoryReferenceCreate()
899 IOGeneralMemoryDescriptor::memoryReferenceMap( in memoryReferenceMap()
1214 IOGeneralMemoryDescriptor::memoryReferenceMapNew( in memoryReferenceMapNew()
1539 IOGeneralMemoryDescriptor::memoryReferenceGetDMAMapLength( in memoryReferenceGetDMAMapLength()
1575 IOGeneralMemoryDescriptor::memoryReferenceGetPageCounts( in memoryReferenceGetPageCounts()
1608 IOGeneralMemoryDescriptor::memoryReferenceSetPurgeable( in memoryReferenceSetPurgeable()
1657 IOGeneralMemoryDescriptor::memoryReferenceSetOwnership( in memoryReferenceSetOwnership()
1698 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withAddress()
1725 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withRanges()
1751 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withAddressRanges()
1784 OSSharedPtr<IOGeneralMemoryDescriptor> self = OSMakeShared<IOGeneralMemoryDescriptor>(); in withOptions()
1812 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withPhysicalRanges()
1834 IOGeneralMemoryDescriptor *origGenMD = in withPersistentMemoryDescriptor()
1835 OSDynamicCast(IOGeneralMemoryDescriptor, originalMD); in withPersistentMemoryDescriptor()
1838 return IOGeneralMemoryDescriptor:: in withPersistentMemoryDescriptor()
1846 IOGeneralMemoryDescriptor::withPersistentMemoryDescriptor(IOGeneralMemoryDescriptor *originalMD) in withPersistentMemoryDescriptor()
1849 OSSharedPtr<IOGeneralMemoryDescriptor> self; in withPersistentMemoryDescriptor()
1861 self = OSMakeShared<IOGeneralMemoryDescriptor>(); in withPersistentMemoryDescriptor()
1873 IOGeneralMemoryDescriptor::initWithAddress(void * address, in initWithAddress()
1884 IOGeneralMemoryDescriptor::initWithAddress(IOVirtualAddress address, in initWithAddress()
1896 IOGeneralMemoryDescriptor::initWithPhysicalAddress( in initWithPhysicalAddress()
1908 IOGeneralMemoryDescriptor::initWithPhysicalRanges( in initWithPhysicalRanges()
1924 IOGeneralMemoryDescriptor::initWithRanges( in initWithRanges()
1969 IOGeneralMemoryDescriptor::initWithOptions(void * buffers, in initWithOptions()
1992 const IOGeneralMemoryDescriptor *orig = initData->fMD; in initWithOptions()
2354 IOGeneralMemoryDescriptor::free() in free()
2419 IOGeneralMemoryDescriptor::unmapFromKernel() in unmapFromKernel()
2425 IOGeneralMemoryDescriptor::mapIntoKernel(unsigned rangeIndex) in mapIntoKernel()
2679 IOGeneralMemoryDescriptor::setPosition(IOByteCount position) in setPosition()
2689 IOGeneralMemoryDescriptor::getPreparationID( void ) in getPreparationID()
2962 IOGeneralMemoryDescriptor::dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const in dmaCommandOperation()
2966 IOGeneralMemoryDescriptor * md = const_cast<IOGeneralMemoryDescriptor *>(this); in dmaCommandOperation()
3345 IOGeneralMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment, IOO… in getPhysicalSegment()
3473 IOGeneralMemoryDescriptor::getPhysicalSegment64(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment64()
3479 IOGeneralMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment()
3544 IOGeneralMemoryDescriptor::getSourceSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getSourceSegment()
3553 IOGeneralMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
3640 IOGeneralMemoryDescriptor::setPurgeable( IOOptionBits newState, in setPurgeable()
3713 err = IOGeneralMemoryDescriptor::memoryReferenceSetPurgeable(_memRef, newState, oldState); in setPurgeable()
3723 IOGeneralMemoryDescriptor::setOwnership( task_t newOwner, in setOwnership()
3767 …err = IOGeneralMemoryDescriptor::memoryReferenceSetOwnership(_memRef, newOwner, newLedgerTag, newL… in setOwnership()
3791 length = IOGeneralMemoryDescriptor::memoryReferenceGetDMAMapLength(_memRef, offset); in getDMAMapLength()
3839 …err = IOGeneralMemoryDescriptor::memoryReferenceGetPageCounts(_memRef, residentPageCount, dirtyPag… in getPageCounts()
4081 IOGeneralMemoryDescriptor::wireVirtual(IODirection forDirection) in wireVirtual()
4440 IOGeneralMemoryDescriptor::initMemoryEntries(size_t size, IOMapper * mapper) in initMemoryEntries()
4579 IOGeneralMemoryDescriptor::dmaMap( in dmaMap()
4663 IOGeneralMemoryDescriptor::prepare(IODirection forDirection) in prepare()
4722 IOGeneralMemoryDescriptor::complete(IODirection forDirection) in complete()
4827 IOGeneralMemoryDescriptor::doMap( in doMap()
5018 IOGeneralMemoryDescriptor::doUnmap( in doUnmap()
6007 IOGeneralMemoryDescriptor::serialize(OSSerialize * s) const in serialize()