Searched refs:IOSubMemoryDescriptor (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.101.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 | 1824 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 D | IOUserServer.cpp | 740 iomd = IOSubMemoryDescriptor::withSubRange( in CreateSubMemoryDescriptor_Impl()
|
| /xnu-8020.101.4/iokit/IOKit/ |
| H A D | IOSubMemoryDescriptor.h | 39 class IOSubMemoryDescriptor : public IOMemoryDescriptor 41 OSDeclareDefaultStructors(IOSubMemoryDescriptor); 60 static OSPtr<IOSubMemoryDescriptor> withSubRange(IOMemoryDescriptor *of,
|
| /xnu-8020.101.4/iokit/conf/ |
| H A D | Makefile.arm | 58 IOSubMemoryDescriptor.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
|
| H A D | files | 78 iokit/Kernel/IOSubMemoryDescriptor.cpp optional iokitcpp
|
| /xnu-8020.101.4/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 124 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()
|