Home
last modified time | relevance | path

Searched refs:IOGeneralMemoryDescriptor (Results 1 – 8 of 8) sorted by relevance

/xnu-8792.61.2/iokit/Kernel/
H A DIOMemoryDescriptor.cpp103 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()
[all …]
H A DIOGuardPageMemoryDescriptor.cpp35 #define super IOGeneralMemoryDescriptor
37 OSDefineMetaClassAndStructorsWithZone(IOGuardPageMemoryDescriptor, IOGeneralMemoryDescriptor, ZC_ZF…
H A DIOBufferMemoryDescriptor.cpp77 #define super IOGeneralMemoryDescriptor
79 IOGeneralMemoryDescriptor, ZC_ZFREE_CLEARMEM);
/xnu-8792.61.2/iokit/IOKit/
H A DIOGuardPageMemoryDescriptor.h40 class IOGuardPageMemoryDescriptor : public IOGeneralMemoryDescriptor
H A DIOMapper.h63 friend class IOGeneralMemoryDescriptor; variable
H A DIOBufferMemoryDescriptor.h62 class IOBufferMemoryDescriptor : public IOGeneralMemoryDescriptor
H A DIOMemoryDescriptor.h1061 class IOGeneralMemoryDescriptor : public IOMemoryDescriptor
1063 OSDeclareDefaultStructors(IOGeneralMemoryDescriptor);
1265 withPersistentMemoryDescriptor(IOGeneralMemoryDescriptor *originalMD);
/xnu-8792.61.2/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp1072 IOGeneralMemoryDescriptor * md; in IOMemoryDescriptorTest()
1119 md = OSDynamicCast(IOGeneralMemoryDescriptor, in IOMemoryDescriptorTest()