Lines Matching refs:IOGeneralMemoryDescriptor

102 OSDefineMetaClassAndStructorsWithZone(IOGeneralMemoryDescriptor,
132 const IOGeneralMemoryDescriptor * fMD;
260 IOGeneralMemoryDescriptor::Ranges r, in getAddrLenForInd()
439 IOGeneralMemoryDescriptor::memoryReferenceAlloc(uint32_t capacity, IOMemoryReference * realloc) in memoryReferenceAlloc()
464 IOGeneralMemoryDescriptor::memoryReferenceFree(IOMemoryReference * ref) in memoryReferenceFree()
484 IOGeneralMemoryDescriptor::memoryReferenceRelease(IOMemoryReference * ref) in memoryReferenceRelease()
493 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()
2355 IOGeneralMemoryDescriptor::free() in free()
2420 IOGeneralMemoryDescriptor::unmapFromKernel() in unmapFromKernel()
2426 IOGeneralMemoryDescriptor::mapIntoKernel(unsigned rangeIndex) in mapIntoKernel()
2688 IOGeneralMemoryDescriptor::setPosition(IOByteCount position) in setPosition()
2698 IOGeneralMemoryDescriptor::getPreparationID( void ) in getPreparationID()
2971 IOGeneralMemoryDescriptor::dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const in dmaCommandOperation()
2975 IOGeneralMemoryDescriptor * md = const_cast<IOGeneralMemoryDescriptor *>(this); in dmaCommandOperation()
3355 IOGeneralMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment, IOO… in getPhysicalSegment()
3462 IOGeneralMemoryDescriptor::readBytes in readBytes()
3470 IOGeneralMemoryDescriptor::writeBytes in writeBytes()
3499 IOGeneralMemoryDescriptor::getPhysicalSegment64(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment64()
3505 IOGeneralMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment()
3570 IOGeneralMemoryDescriptor::getSourceSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getSourceSegment()
3579 IOGeneralMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
3666 IOGeneralMemoryDescriptor::setPurgeable( IOOptionBits newState, in setPurgeable()
3739 err = IOGeneralMemoryDescriptor::memoryReferenceSetPurgeable(_memRef, newState, oldState); in setPurgeable()
3749 IOGeneralMemoryDescriptor::setOwnership( task_t newOwner, in setOwnership()
3793 …err = IOGeneralMemoryDescriptor::memoryReferenceSetOwnership(_memRef, newOwner, newLedgerTag, newL… in setOwnership()
3817 length = IOGeneralMemoryDescriptor::memoryReferenceGetDMAMapLength(_memRef, offset); in getDMAMapLength()
3865 …err = IOGeneralMemoryDescriptor::memoryReferenceGetPageCounts(_memRef, residentPageCount, dirtyPag… in getPageCounts()
4107 IOGeneralMemoryDescriptor::wireVirtual(IODirection forDirection) in wireVirtual()
4466 IOGeneralMemoryDescriptor::initMemoryEntries(size_t size, IOMapper * mapper) in initMemoryEntries()
4605 IOGeneralMemoryDescriptor::dmaMap( in dmaMap()
4689 IOGeneralMemoryDescriptor::prepare(IODirection forDirection) in prepare()
4748 IOGeneralMemoryDescriptor::complete(IODirection forDirection) in complete()
4853 IOGeneralMemoryDescriptor::memoryReferenceCreateOptions(IOOptionBits options, IOMemoryMap * mapping) in memoryReferenceCreateOptions()
4879 IOGeneralMemoryDescriptor::makeMapping( in makeMapping()
4919 IOGeneralMemoryDescriptor::doMap( in doMap()
5095 IOGeneralMemoryDescriptor::doUnmap( in doUnmap()
6101 IOGeneralMemoryDescriptor::serialize(OSSerialize * s) const in serialize()