| /xnu-11215/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 323 fMapper = mapper; in OSDefineMetaClassAndFinalStructors() 739 if (mapper && !mapper->initWithTask(task, this)) { in createMapperForTask() 740 mapper->release(); in createMapperForTask() 741 mapper = NULL; in createMapperForTask() 743 if (!mapper || !addMapper(mapper)) { in createMapperForTask() 763 mapper = NULL; in createMapperForTask() 783 while ((mapper = (typeof(mapper))iter->getNextObject())) { in map() 815 while ((mapper = (typeof(mapper))iter->getNextObject())) { in unmap() 863 if (!mapper) { in addMapper() 886 if (!mapper) { in removeMapper() [all …]
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IODMACommand.h | 226 IOMapper *mapper = NULL, 256 IOMapper *mapper = NULL, 263 IOMapper * mapper, 301 IOMapper *mapper = NULL, 433 IOMapper * mapper); 486 IOMapper *mapper = NULL, 526 IOMapper * mapper, 533 IOMapper * mapper, 621 IOMapper *mapper, in weakWithSpecification() argument 638 maxTransferSize, alignment, mapper, refCon); in weakWithSpecification()
|
| H A D | IOMemoryDescriptor.h | 345 IOMapper * mapper = kIOMapperSystem); 441 IOMapper * mapper, 450 IOMapper * mapper, 456 IOMapper * mapper, 596 IOMapper * mapper = kIOMapperSystem); 1110 IOMapper * mapper, 1118 bool initMemoryEntries(size_t size, IOMapper * mapper); 1191 IOMapper * mapper = kIOMapperSystem) APPLE_KEXT_OVERRIDE;
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOMapper.cpp | 178 OSSharedPtr<IOMapper> mapper; in copyMapperForDeviceWithIndex() local 186 if ((mapper = OSDynamicPtrCast<IOMapper>(obj))) { in copyMapperForDeviceWithIndex() 206 mapper = OSDynamicPtrCast<IOMapper>(IOService::waitForMatchingService(matching.get())); in copyMapperForDeviceWithIndex() 210 if (mapper) { in copyMapperForDeviceWithIndex() 211 if (!mapper->fAllocName) { in copyMapperForDeviceWithIndex() 222 mapper->fAllocName = kern_allocation_name_allocate(name, 16); in copyMapperForDeviceWithIndex() 226 return mapper; in copyMapperForDeviceWithIndex()
|
| H A D | IODMACommand.cpp | 138 mapper, refCon)) { in withSpecification() 152 IOMapper *mapper, in withSpecification() argument 214 mappingOptions, mapper)) { in initWithSpecification() 228 IOMapper *mapper, in initWithSpecification() argument 289 if (mapper && !OSDynamicCast(IOMapper, mapper)) { in setSpecification() 290 device = mapper; in setSpecification() 291 mapper = NULL; in setSpecification() 295 mapper = IOMapper::gSystem; in setSpecification() 327 if (!mapper) { in setSpecification() 336 if (mapper != fMapper) { in setSpecification() [all …]
|
| H A D | IOMemoryDescriptor.cpp | 1789 IOMapper * mapper) in withOptions() argument 1807 IOMapper * mapper) in initWithOptions() argument 1981 IOMapper * mapper) in initWithOptions() argument 2016 mapper = dataP->fMapper; in initWithOptions() 3514 mapper = gIOSystemMapper; in getPhysicalSegment64() 3517 if (mapper) { in getPhysicalSegment64() 4127 IOMapper *mapper; in wireVirtual() local 4129 mapper = dataP->fMapper; in wireVirtual() 4139 if (!mapper) { in wireVirtual() 4226 if (mapper) { in wireVirtual() [all …]
|
| H A D | IOUserServer.cpp | 983 IOMapper * mapper; in Create_Impl() local 1000 mapper = IOMapper::copyMapperForDevice(device); in Create_Impl() 1007 mapper, in Create_Impl() 1010 OSSafeReleaseNULL(mapper); in Create_Impl()
|
| /xnu-11215/iokit/IOKit/skywalk/ |
| H A D | IOSkywalkSupport.h | 150 IOSKMapperDestroy( IOSK_CONSUMED IOSKMapperRef mapper ); 153 IOSKMapperRedirect( IOSKMapperRef mapper ); 156 IOSKMapperGetAddress( IOSKMapperRef mapper,
|
| /xnu-11215/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 255 IOMapper * mapper; in IODMACommandLocalMappedNonContig() local 298 mapper = device ? IOMapper::copyMapperForDeviceWithIndex(device, 0) : NULL; in IODMACommandLocalMappedNonContig() 303 mapper, NULL); in IODMACommandLocalMappedNonContig() 314 if (mapper) { in IODMACommandLocalMappedNonContig() 328 OSSafeReleaseNULL(mapper); in IODMACommandLocalMappedNonContig() 889 IOMapper * mapper; in IOMemoryDescriptorTest() 898 mapper = IOMapper::copyMapperForDeviceWithIndex(isp, 0); in IOMemoryDescriptorTest() 899 assert(mapper); in IOMemoryDescriptorTest() 915 ret = md1->dmaMap(mapper, NULL, &mapSpec, 0, bufSize, &mapped, &mappedLength); in IOMemoryDescriptorTest() 927 32, 0, IODMACommand::kMapped, 0, 1, mapper, NULL); in IOMemoryDescriptorTest()
|
| /xnu-11215/iokit/Exclaves/ |
| H A D | Exclaves.cpp | 573 …IOMapper *mapper = IOMapper::copyMapperForDeviceWithIndex(provider, (unsigned int)(args->mapperInd… in IOExclaveMapperOperationUpcallHandler() local 574 if (!mapper) { in IOExclaveMapperOperationUpcallHandler() 580 …res = kIOReturnSuccess == mapper->callPlatformFunction(gDARTMapperFunctionSetActive, false, (void … in IOExclaveMapperOperationUpcallHandler() 583 …res = kIOReturnSuccess == mapper->callPlatformFunction(gDARTMapperFunctionSetActive, false, (void … in IOExclaveMapperOperationUpcallHandler()
|