Searched refs:IOGeneralMemoryDescriptor (Results 1 – 8 of 8) sorted by relevance
131 const IOGeneralMemoryDescriptor * fMD;259 IOGeneralMemoryDescriptor::Ranges r, in getAddrLenForInd()1705 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withAddress()1732 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withRanges()1758 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withAddressRanges()1791 OSSharedPtr<IOGeneralMemoryDescriptor> self = OSMakeShared<IOGeneralMemoryDescriptor>(); in withOptions()1819 OSSharedPtr<IOGeneralMemoryDescriptor> that = OSMakeShared<IOGeneralMemoryDescriptor>(); in withPhysicalRanges()1853 IOGeneralMemoryDescriptor::withPersistentMemoryDescriptor(IOGeneralMemoryDescriptor *originalMD) in withPersistentMemoryDescriptor()2354 IOGeneralMemoryDescriptor::free() in free()2966 IOGeneralMemoryDescriptor * md = const_cast<IOGeneralMemoryDescriptor *>(this); in dmaCommandOperation()[all …]
35 #define super IOGeneralMemoryDescriptor37 OSDefineMetaClassAndStructorsWithZone(IOGuardPageMemoryDescriptor, IOGeneralMemoryDescriptor, ZC_ZF…
80 #define super IOGeneralMemoryDescriptor82 IOGeneralMemoryDescriptor, ZC_ZFREE_CLEARMEM);
40 class IOGuardPageMemoryDescriptor : public IOGeneralMemoryDescriptor
63 friend class IOGeneralMemoryDescriptor; variable
62 class IOBufferMemoryDescriptor : public IOGeneralMemoryDescriptor
1064 class IOGeneralMemoryDescriptor : public IOMemoryDescriptor1066 OSDeclareDefaultStructors(IOGeneralMemoryDescriptor);1276 withPersistentMemoryDescriptor(IOGeneralMemoryDescriptor *originalMD);
1074 IOGeneralMemoryDescriptor * md; in IOMemoryDescriptorTest()1122 md = OSDynamicCast(IOGeneralMemoryDescriptor, in IOMemoryDescriptorTest()