Home
last modified time | relevance | path

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

/xnu-11215.41.3/iokit/Kernel/ !
H A DIOMemoryDescriptor.cpp101 OSDefineMetaClassAndStructorsWithZone(IOGeneralMemoryDescriptor,
131 const IOGeneralMemoryDescriptor * fMD;
259 IOGeneralMemoryDescriptor::Ranges r, in getAddrLenForInd()
438 IOGeneralMemoryDescriptor::memoryReferenceAlloc(uint32_t capacity, IOMemoryReference * realloc) in memoryReferenceAlloc()
463 IOGeneralMemoryDescriptor::memoryReferenceFree(IOMemoryReference * ref) in memoryReferenceFree()
483 IOGeneralMemoryDescriptor::memoryReferenceRelease(IOMemoryReference * ref) in memoryReferenceRelease()
492 IOGeneralMemoryDescriptor::memoryReferenceCreate( in memoryReferenceCreate()
915 IOGeneralMemoryDescriptor::memoryReferenceMap( in memoryReferenceMap()
1226 IOGeneralMemoryDescriptor::memoryReferenceMapNew( in memoryReferenceMapNew()
1546 IOGeneralMemoryDescriptor::memoryReferenceGetDMAMapLength( in memoryReferenceGetDMAMapLength()
[all …]
H A DIOGuardPageMemoryDescriptor.cpp35 #define super IOGeneralMemoryDescriptor
37 OSDefineMetaClassAndStructorsWithZone(IOGuardPageMemoryDescriptor, IOGeneralMemoryDescriptor, ZC_ZF…
H A DIOBufferMemoryDescriptor.cpp80 #define super IOGeneralMemoryDescriptor
82 IOGeneralMemoryDescriptor, ZC_ZFREE_CLEARMEM);
/xnu-11215.41.3/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.h1064 class IOGeneralMemoryDescriptor : public IOMemoryDescriptor
1066 OSDeclareDefaultStructors(IOGeneralMemoryDescriptor);
1276 withPersistentMemoryDescriptor(IOGeneralMemoryDescriptor *originalMD);
/xnu-11215.41.3/iokit/Tests/ !
H A DTestIOMemoryDescriptor.cpp1074 IOGeneralMemoryDescriptor * md; in IOMemoryDescriptorTest()
1122 md = OSDynamicCast(IOGeneralMemoryDescriptor, in IOMemoryDescriptorTest()