Searched refs:IOGeneralMemoryDescriptor (Results 1 – 8 of 8) sorted by relevance
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()[all …]
35 #define super IOGeneralMemoryDescriptor37 OSDefineMetaClassAndStructorsWithZone(IOGuardPageMemoryDescriptor, IOGeneralMemoryDescriptor, ZC_ZF…
86 #define super IOGeneralMemoryDescriptor88 IOGeneralMemoryDescriptor, ZC_ZFREE_CLEARMEM);
40 class IOGuardPageMemoryDescriptor : public IOGeneralMemoryDescriptor
63 friend class IOGeneralMemoryDescriptor; variable
62 class IOBufferMemoryDescriptor : public IOGeneralMemoryDescriptor
1093 class IOGeneralMemoryDescriptor : public IOMemoryDescriptor1095 OSDeclareDefaultStructors(IOGeneralMemoryDescriptor);1311 withPersistentMemoryDescriptor(IOGeneralMemoryDescriptor *originalMD);
1075 IOGeneralMemoryDescriptor * md; in IOMemoryDescriptorTest()1123 md = OSDynamicCast(IOGeneralMemoryDescriptor, in IOMemoryDescriptorTest()