Lines Matching refs:IOGeneralMemoryDescriptor

96 OSDefineMetaClassAndStructorsWithZone(IOGeneralMemoryDescriptor,
126 const IOGeneralMemoryDescriptor * fMD;
251 UInt32 type, IOGeneralMemoryDescriptor::Ranges r, UInt32 ind) in getAddrLenForInd()
417 IOGeneralMemoryDescriptor::memoryReferenceAlloc(uint32_t capacity, IOMemoryReference * realloc) in memoryReferenceAlloc()
451 IOGeneralMemoryDescriptor::memoryReferenceFree(IOMemoryReference * ref) in memoryReferenceFree()
475 IOGeneralMemoryDescriptor::memoryReferenceRelease(IOMemoryReference * ref) in memoryReferenceRelease()
484 IOGeneralMemoryDescriptor::memoryReferenceCreate( in memoryReferenceCreate()
896 IOGeneralMemoryDescriptor::memoryReferenceMap( in memoryReferenceMap()
1211 IOGeneralMemoryDescriptor::memoryReferenceMapNew( in memoryReferenceMapNew()
1536 IOGeneralMemoryDescriptor::memoryReferenceGetDMAMapLength( in memoryReferenceGetDMAMapLength()
1572 IOGeneralMemoryDescriptor::memoryReferenceGetPageCounts( in memoryReferenceGetPageCounts()
1605 IOGeneralMemoryDescriptor::memoryReferenceSetPurgeable( in memoryReferenceSetPurgeable()
1654 IOGeneralMemoryDescriptor::memoryReferenceSetOwnership( in memoryReferenceSetOwnership()
1695 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withAddress()
1722 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withRanges()
1748 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withAddressRanges()
1781 OSSharedPtr<IOGeneralMemoryDescriptor> self = OSMakeShared<IOGeneralMemoryDescriptor>(); in withOptions()
1809 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withPhysicalRanges()
1831 IOGeneralMemoryDescriptor *origGenMD = in withPersistentMemoryDescriptor()
1832 OSDynamicCast(IOGeneralMemoryDescriptor, originalMD); in withPersistentMemoryDescriptor()
1835 return IOGeneralMemoryDescriptor:: in withPersistentMemoryDescriptor()
1843 IOGeneralMemoryDescriptor::withPersistentMemoryDescriptor(IOGeneralMemoryDescriptor *originalMD) in withPersistentMemoryDescriptor()
1846 OSSharedPtr<IOGeneralMemoryDescriptor> self; in withPersistentMemoryDescriptor()
1858 self = OSMakeShared<IOGeneralMemoryDescriptor>(); in withPersistentMemoryDescriptor()
1870 IOGeneralMemoryDescriptor::initWithAddress(void * address, in initWithAddress()
1881 IOGeneralMemoryDescriptor::initWithAddress(IOVirtualAddress address, in initWithAddress()
1893 IOGeneralMemoryDescriptor::initWithPhysicalAddress( in initWithPhysicalAddress()
1905 IOGeneralMemoryDescriptor::initWithPhysicalRanges( in initWithPhysicalRanges()
1921 IOGeneralMemoryDescriptor::initWithRanges( in initWithRanges()
1966 IOGeneralMemoryDescriptor::initWithOptions(void * buffers, in initWithOptions()
1989 const IOGeneralMemoryDescriptor *orig = initData->fMD; in initWithOptions()
2351 IOGeneralMemoryDescriptor::free() in free()
2416 IOGeneralMemoryDescriptor::unmapFromKernel() in unmapFromKernel()
2422 IOGeneralMemoryDescriptor::mapIntoKernel(unsigned rangeIndex) in mapIntoKernel()
2676 IOGeneralMemoryDescriptor::setPosition(IOByteCount position) in setPosition()
2686 IOGeneralMemoryDescriptor::getPreparationID( void ) in getPreparationID()
2959 IOGeneralMemoryDescriptor::dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const in dmaCommandOperation()
2963 IOGeneralMemoryDescriptor * md = const_cast<IOGeneralMemoryDescriptor *>(this); in dmaCommandOperation()
3342 IOGeneralMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment, IOO… in getPhysicalSegment()
3470 IOGeneralMemoryDescriptor::getPhysicalSegment64(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment64()
3476 IOGeneralMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment()
3541 IOGeneralMemoryDescriptor::getSourceSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getSourceSegment()
3550 IOGeneralMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
3637 IOGeneralMemoryDescriptor::setPurgeable( IOOptionBits newState, in setPurgeable()
3710 err = IOGeneralMemoryDescriptor::memoryReferenceSetPurgeable(_memRef, newState, oldState); in setPurgeable()
3720 IOGeneralMemoryDescriptor::setOwnership( task_t newOwner, in setOwnership()
3764 …err = IOGeneralMemoryDescriptor::memoryReferenceSetOwnership(_memRef, newOwner, newLedgerTag, newL… in setOwnership()
3788 length = IOGeneralMemoryDescriptor::memoryReferenceGetDMAMapLength(_memRef, offset); in getDMAMapLength()
3830 …err = IOGeneralMemoryDescriptor::memoryReferenceGetPageCounts(_memRef, residentPageCount, dirtyPag… in getPageCounts()
4072 IOGeneralMemoryDescriptor::wireVirtual(IODirection forDirection) in wireVirtual()
4431 IOGeneralMemoryDescriptor::initMemoryEntries(size_t size, IOMapper * mapper) in initMemoryEntries()
4570 IOGeneralMemoryDescriptor::dmaMap( in dmaMap()
4654 IOGeneralMemoryDescriptor::prepare(IODirection forDirection) in prepare()
4713 IOGeneralMemoryDescriptor::complete(IODirection forDirection) in complete()
4818 IOGeneralMemoryDescriptor::doMap( in doMap()
5009 IOGeneralMemoryDescriptor::doUnmap( in doUnmap()
5998 IOGeneralMemoryDescriptor::serialize(OSSerialize * s) const in serialize()