Home
last modified time | relevance | path

Searched refs:IOSubMemoryDescriptor (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.81.4/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp36 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 DIODeviceMemory.cpp50 return (IODeviceMemory *) IOSubMemoryDescriptor::withSubRange( in withSubRange()
H A DIOMemoryDescriptor.cpp1855 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 DIOUserServer.cpp776 iomd = IOSubMemoryDescriptor::withSubRange( in CreateSubMemoryDescriptor_Impl()
/xnu-12377.81.4/iokit/IOKit/
H A DIOSubMemoryDescriptor.h39 class IOSubMemoryDescriptor : public IOMemoryDescriptor
41 OSDeclareDefaultStructors(IOSubMemoryDescriptor);
60 static OSPtr<IOSubMemoryDescriptor> withSubRange(IOMemoryDescriptor *of,
/xnu-12377.81.4/iokit/conf/
H A Dfiles79 iokit/Kernel/IOSubMemoryDescriptor.cpp optional iokitcpp
/xnu-12377.81.4/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp126 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()