Home
last modified time | relevance | path

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

/xnu-8020.101.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.cpp1824 return IOSubMemoryDescriptor::withSubRange(of, offset, length, direction); in withSubRange()
3767 IOSubMemoryDescriptor * smd; in setOwnership()
3768 if ((smd = OSDynamicCast(IOSubMemoryDescriptor, this))) { in setOwnership()
3833 IOSubMemoryDescriptor * smd; in getPageCounts()
3834 if ((smd = OSDynamicCast(IOSubMemoryDescriptor, this))) { in getPageCounts()
5323 IOSubMemoryDescriptor * subMem; in redirect()
5324 if ((subMem = OSDynamicCast( IOSubMemoryDescriptor, this))) { in redirect()
H A DIOUserServer.cpp740 iomd = IOSubMemoryDescriptor::withSubRange( in CreateSubMemoryDescriptor_Impl()
/xnu-8020.101.4/iokit/IOKit/
H A DIOSubMemoryDescriptor.h39 class IOSubMemoryDescriptor : public IOMemoryDescriptor
41 OSDeclareDefaultStructors(IOSubMemoryDescriptor);
60 static OSPtr<IOSubMemoryDescriptor> withSubRange(IOMemoryDescriptor *of,
/xnu-8020.101.4/iokit/conf/
H A DMakefile.arm58 IOSubMemoryDescriptor.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
H A Dfiles78 iokit/Kernel/IOSubMemoryDescriptor.cpp optional iokitcpp
/xnu-8020.101.4/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp124 mds[1] = IOSubMemoryDescriptor::withSubRange(mds[0], ptoa(3), ptoa(2), kIODirectionOutIn); in IOMultMemoryDescriptorTest()
131 mds[2] = IOSubMemoryDescriptor::withSubRange(mds[0], ptoa(7), ptoa(1), kIODirectionOutIn); in IOMultMemoryDescriptorTest()