Lines Matching refs:IOSKRegion

112 	bool initWithMapper( IOSKMapper * mapper, IOSKRegion * region,
125 IOSKRegion * fRegion;
195 bool initWithRegions( IOSKRegion ** regions,
212 IOSKRegion * getRegion( IOSKIndex regIndex ) const;
214 IOReturn map( const IOSKRegion * region,
220 void unmap( const IOSKRegion * region,
248 class IOSKRegion : public OSObject class
250 OSDeclareFinalStructors( IOSKRegion );
315 IOSKMapper * mapper, IOSKRegion * region, IOSKOffset regionOffset ) in OSDefineMetaClassAndFinalStructors()
478 IOSKRegion * region; in OSDefineMetaClassAndFinalStructors()
638 IOSKRegion ** regions, IOSKCount regionCount ) in OSDefineMetaClassAndFinalStructors()
640 IOSKRegion * region; in OSDefineMetaClassAndFinalStructors()
665 region = OSDynamicCast(IOSKRegion, fRegions->getObject(i)); in OSDefineMetaClassAndFinalStructors()
698 IOSKRegion * region; in free()
703 region = OSDynamicCast(IOSKRegion, object); in free()
730 IOSKRegion * region; in createMapperForTask()
751 region = OSDynamicCast(IOSKRegion, object); in createMapperForTask()
771 const IOSKRegion * region __unused, in map()
803 const IOSKRegion * region __unused, in unmap()
836 IOSKRegion * region; in redirectMap()
843 region = OSDynamicCast(IOSKRegion, object); in redirectMap()
850 IOSKRegion *
854 return OSDynamicCast(IOSKRegion, fRegions->getObject(regionIndex)); in getRegion()
902 OSDefineMetaClassAndFinalStructors( IOSKRegion, OSObject ) in OSDefineMetaClassAndFinalStructors() argument
905 IOSKRegion::initWithSpec( const IOSKRegionSpec * spec, in OSDefineMetaClassAndFinalStructors()
932 bzero(fSegments, sizeof(IOSKRegion::Segment) * fSegmentCount); in OSDefineMetaClassAndFinalStructors()
944 IOSKRegion::free( void ) in free()
976 IOSKRegion::_setSegmentBuffer( in _setSegmentBuffer()
1027 IOSKRegion::_clearSegmentBuffer( in _clearSegmentBuffer()
1071 IOSKRegion::setSegmentBuffer( in setSegmentBuffer()
1083 IOSKRegion::clearSegmentBuffer( IOSKIndex index, IOSKMemoryBufferRef * prevBuffer ) in clearSegmentBuffer()
1090 IOSKRegion::ArenaEntry *
1091 IOSKRegion::findArenaEntry( const IOSKArena * arena ) in findArenaEntry()
1108 IOSKRegion::attachArena( in attachArena()
1164 IOSKRegion::detachArena( const IOSKArena * arena ) in detachArena()
1189 IOSKRegion::updateMappingsForArena( in updateMappingsForArena()
1695 region = new IOSKRegion; in IOSKRegionCreate()
1828 IOSKRegion::gMetaClass.getInstanceCount()); in IOSkywalkSupportTest()
1973 IOSKRegion::gMetaClass.getInstanceCount()); in IOSkywalkSupportTest()