Searched refs:IOGeneralMemoryDescriptor (Results 1 – 8 of 8) sorted by relevance
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()[all …]
35 #define super IOGeneralMemoryDescriptor37 OSDefineMetaClassAndStructorsWithZone(IOGuardPageMemoryDescriptor, IOGeneralMemoryDescriptor, ZC_ZF…
77 #define super IOGeneralMemoryDescriptor79 IOGeneralMemoryDescriptor, ZC_ZFREE_CLEARMEM);
40 class IOGuardPageMemoryDescriptor : public IOGeneralMemoryDescriptor
63 friend class IOGeneralMemoryDescriptor; variable
62 class IOBufferMemoryDescriptor : public IOGeneralMemoryDescriptor
1061 class IOGeneralMemoryDescriptor : public IOMemoryDescriptor1063 OSDeclareDefaultStructors(IOGeneralMemoryDescriptor);1265 withPersistentMemoryDescriptor(IOGeneralMemoryDescriptor *originalMD);
1072 IOGeneralMemoryDescriptor * md; in IOMemoryDescriptorTest()1119 md = OSDynamicCast(IOGeneralMemoryDescriptor, in IOMemoryDescriptorTest()