Searched refs:IOSubMemoryDescriptor (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.81.4/iokit/Kernel/ |
| H A D | IOSubMemoryDescriptor.cpp | 36 OSDefineMetaClassAndStructors(IOSubMemoryDescriptor, IOMemoryDescriptor) in OSDefineMetaClassAndStructors() argument 39 IOSubMemoryDescriptor::redirect( task_t safeTask, bool doRedirect ) in OSDefineMetaClassAndStructors() 47 IOSubMemoryDescriptor * 48 IOSubMemoryDescriptor::withSubRange(IOMemoryDescriptor * of, in withSubRange() 53 IOSubMemoryDescriptor *self = new IOSubMemoryDescriptor; in withSubRange() 63 IOSubMemoryDescriptor::initSubRange( IOMemoryDescriptor * parent, in initSubRange() 110 IOSubMemoryDescriptor::free( void ) in free() 120 IOSubMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount * length, IOOptionBits op… in getPhysicalSegment() 145 IOSubMemoryDescriptor::setPurgeable( IOOptionBits newState, in setPurgeable() 156 IOSubMemoryDescriptor::setOwnership( task_t newOwner, in setOwnership() [all …]
|
| H A D | IODeviceMemory.cpp | 50 return (IODeviceMemory *) IOSubMemoryDescriptor::withSubRange( in withSubRange()
|
| H A D | IOMemoryDescriptor.cpp | 1855 return IOSubMemoryDescriptor::withSubRange(of, offset, length, direction); in withSubRange() 4011 IOSubMemoryDescriptor * smd; in setOwnership() 4012 if ((smd = OSDynamicCast(IOSubMemoryDescriptor, this))) { in setOwnership() 4083 IOSubMemoryDescriptor * smd; in getPageCounts() 4084 if ((smd = OSDynamicCast(IOSubMemoryDescriptor, this))) { in getPageCounts() 5635 IOSubMemoryDescriptor * subMem; in redirect() 5636 if ((subMem = OSDynamicCast( IOSubMemoryDescriptor, this))) { in redirect()
|
| H A D | IOUserServer.cpp | 776 iomd = IOSubMemoryDescriptor::withSubRange( in CreateSubMemoryDescriptor_Impl()
|
| /xnu-12377.81.4/iokit/IOKit/ |
| H A D | IOSubMemoryDescriptor.h | 39 class IOSubMemoryDescriptor : public IOMemoryDescriptor 41 OSDeclareDefaultStructors(IOSubMemoryDescriptor); 60 static OSPtr<IOSubMemoryDescriptor> withSubRange(IOMemoryDescriptor *of,
|
| /xnu-12377.81.4/iokit/conf/ |
| H A D | files | 79 iokit/Kernel/IOSubMemoryDescriptor.cpp optional iokitcpp
|
| /xnu-12377.81.4/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 126 mds[1] = IOSubMemoryDescriptor::withSubRange(mds[0], ptoa(3), ptoa(2), kIODirectionOutIn); in IOMultMemoryDescriptorTest() 133 mds[2] = IOSubMemoryDescriptor::withSubRange(mds[0], ptoa(7), ptoa(1), kIODirectionOutIn); in IOMultMemoryDescriptorTest()
|