Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp39 IOSubMemoryDescriptor::redirect( task_t safeTask, bool doRedirect ) in OSDefineMetaClassAndStructors()
47 IOSubMemoryDescriptor *
53 IOSubMemoryDescriptor *self = new IOSubMemoryDescriptor; in withSubRange()
63 IOSubMemoryDescriptor::initSubRange( IOMemoryDescriptor * parent, in initSubRange()
110 IOSubMemoryDescriptor::free( void ) in free()
145 IOSubMemoryDescriptor::setPurgeable( IOOptionBits newState, in setPurgeable()
156 IOSubMemoryDescriptor::setOwnership( task_t newOwner, in setOwnership()
172 IOSubMemoryDescriptor::prepare( in prepare()
183 IOSubMemoryDescriptor::complete( in complete()
194 IOSubMemoryDescriptor::makeMapping( in makeMapping()
[all …]
H A DIODeviceMemory.cpp50 return (IODeviceMemory *) IOSubMemoryDescriptor::withSubRange( in withSubRange()
H A DIOMemoryDescriptor.cpp1834 return IOSubMemoryDescriptor::withSubRange(of, offset, length, direction); in withSubRange()
3772 IOSubMemoryDescriptor * smd; in setOwnership()
3773 if ((smd = OSDynamicCast(IOSubMemoryDescriptor, this))) { in setOwnership()
3844 IOSubMemoryDescriptor * smd; in getPageCounts()
3845 if ((smd = OSDynamicCast(IOSubMemoryDescriptor, this))) { in getPageCounts()
5384 IOSubMemoryDescriptor * subMem; in redirect()
5385 if ((subMem = OSDynamicCast( IOSubMemoryDescriptor, this))) { in redirect()
H A DIOUserServer.cpp799 iomd = IOSubMemoryDescriptor::withSubRange( in CreateSubMemoryDescriptor_Impl()
/xnu-11215/iokit/IOKit/
H A DIOSubMemoryDescriptor.h39 class IOSubMemoryDescriptor : public IOMemoryDescriptor
41 OSDeclareDefaultStructors(IOSubMemoryDescriptor);
60 static OSPtr<IOSubMemoryDescriptor> withSubRange(IOMemoryDescriptor *of,
/xnu-11215/iokit/conf/
H A Dfiles79 iokit/Kernel/IOSubMemoryDescriptor.cpp optional iokitcpp
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp125 mds[1] = IOSubMemoryDescriptor::withSubRange(mds[0], ptoa(3), ptoa(2), kIODirectionOutIn); in IOMultMemoryDescriptorTest()
132 mds[2] = IOSubMemoryDescriptor::withSubRange(mds[0], ptoa(7), ptoa(1), kIODirectionOutIn); in IOMultMemoryDescriptorTest()