Home
last modified time | relevance | path

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

/xnu-12377.81.4/iokit/Kernel/ !
H A DIOMemoryDescriptor.cpp105 OSDefineMetaClassAndStructorsWithZone(IOGeneralMemoryDescriptor,
135 const IOGeneralMemoryDescriptor * fMD;
263 IOGeneralMemoryDescriptor::Ranges r, in getAddrLenForInd()
437 IOGeneralMemoryDescriptor::memoryReferenceAlloc(uint32_t capacity, IOMemoryReference * realloc) in memoryReferenceAlloc()
462 IOGeneralMemoryDescriptor::memoryReferenceFree(IOMemoryReference * ref) in memoryReferenceFree()
482 IOGeneralMemoryDescriptor::memoryReferenceRelease(IOMemoryReference * ref) in memoryReferenceRelease()
491 IOGeneralMemoryDescriptor::memoryReferenceCreate( in memoryReferenceCreate()
924 IOGeneralMemoryDescriptor::memoryReferenceMap( in memoryReferenceMap()
1235 IOGeneralMemoryDescriptor::memoryReferenceMapNew( in memoryReferenceMapNew()
1562 IOGeneralMemoryDescriptor::memoryReferenceGetDMAMapLength( in memoryReferenceGetDMAMapLength()
[all …]
H A DIOGuardPageMemoryDescriptor.cpp35 #define super IOGeneralMemoryDescriptor
37 OSDefineMetaClassAndStructorsWithZone(IOGuardPageMemoryDescriptor, IOGeneralMemoryDescriptor, ZC_ZF…
H A DIOBufferMemoryDescriptor.cpp86 #define super IOGeneralMemoryDescriptor
88 IOGeneralMemoryDescriptor, ZC_ZFREE_CLEARMEM);
/xnu-12377.81.4/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.h1093 class IOGeneralMemoryDescriptor : public IOMemoryDescriptor
1095 OSDeclareDefaultStructors(IOGeneralMemoryDescriptor);
1311 withPersistentMemoryDescriptor(IOGeneralMemoryDescriptor *originalMD);
/xnu-12377.81.4/iokit/Tests/ !
H A DTestIOMemoryDescriptor.cpp1075 IOGeneralMemoryDescriptor * md; in IOMemoryDescriptorTest()
1123 md = OSDynamicCast(IOGeneralMemoryDescriptor, in IOMemoryDescriptorTest()