Searched refs:IOMapper (Results 1 – 13 of 13) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOMapper.cpp | 64 IOMapper * IOMapper::gSystem = (IOMapper *) IOMapper::kUnknown; 138 IOMapper::free() in free() 147 IOMapper::gSystem = (IOMapper *) kHasMapper; in setMapperRequired() 150 IOMapper::gSystem = (IOMapper *) kNoMapper; in setMapperRequired() 167 OSSharedPtr<IOMapper> 173 OSSharedPtr<IOMapper> 241 if (IOMapper::gSystem) { in IOMapperIOVMAlloc() 263 if (IOMapper::gSystem) { in IOMapperIOVMFree() 297 if (IOMapper::gSystem) { in IOMappedRead8() 310 if (IOMapper::gSystem) { in IOMappedRead16() [all …]
|
| H A D | IODMACommand.cpp | 132 IOMapper * mapper, in withSpecification() 152 IOMapper *mapper, in withSpecification() 206 IOMapper * mapper, in initWithSpecification() 228 IOMapper *mapper, in initWithSpecification() 249 IOMapper * mapper) in setSpecification() 289 if (mapper && !OSDynamicCast(IOMapper, mapper)) { in setSpecification() 294 IOMapper::checkForSystemMapper(); in setSpecification() 295 mapper = IOMapper::gSystem; in setSpecification() 784 IOMapper * mapper, in prepareWithSpecification() 813 IOMapper *mapper, in prepareWithSpecification()
|
| H A D | IOMemoryDescriptor.cpp | 147 IOMapper * fMapper; 1789 IOMapper * mapper) in withOptions() 1807 IOMapper * mapper) in initWithOptions() 1981 IOMapper * mapper) in initWithOptions() 2102 IOMapper::checkForSystemMapper(); in initWithOptions() 3130 if (IOMapper::gSystem && mapped in dmaCommandOperation() 3154 if (IOMapper::gSystem in dmaCommandOperation() 3506 IOMapper * mapper = NULL; in getPhysicalSegment64() 4127 IOMapper *mapper; in wireVirtual() 4462 IOMapper::checkForSystemMapper(); in initMemoryEntries() [all …]
|
| H A D | IOBufferMemoryDescriptor.cpp | 237 IOMapper::checkForSystemMapper(); in initWithPhysicalMask() 238 mapped = (NULL != IOMapper::gSystem); in initWithPhysicalMask()
|
| H A D | IOPlatformExpert.cpp | 157 IOMapper::setMapperRequired(NULL != getProperty(kIOPlatformMapperPresentKey)); in start()
|
| H A D | IOUserServer.cpp | 983 IOMapper * mapper; in Create_Impl() 1000 mapper = IOMapper::copyMapperForDevice(device); in Create_Impl()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOMapper.h | 56 class IOMapper : public IOService 58 OSDeclareAbstractStructors(IOMapper); 93 static IOMapper *gSystem; 136 OSMetaClassDeclareReservedUnused(IOMapper, 0); 137 OSMetaClassDeclareReservedUnused(IOMapper, 1); 138 OSMetaClassDeclareReservedUnused(IOMapper, 2); 139 OSMetaClassDeclareReservedUnused(IOMapper, 3); 140 OSMetaClassDeclareReservedUnused(IOMapper, 4); 141 OSMetaClassDeclareReservedUnused(IOMapper, 5); 142 OSMetaClassDeclareReservedUnused(IOMapper, 6); [all …]
|
| H A D | IODMACommand.h | 34 class IOMapper; variable 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, 578 OSPtr<IOMapper> fMapper; [all …]
|
| H A D | IOMemoryDescriptor.h | 47 class IOMapper; variable 135 #define kIOMapperSystem ((IOMapper *) NULL) 244 IOMapper * fMapper; 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); [all …]
|
| /xnu-11215/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 255 IOMapper * mapper; in IODMACommandLocalMappedNonContig() 273 if (!IOMapper::gSystem) { in IODMACommandLocalMappedNonContig() 298 mapper = device ? IOMapper::copyMapperForDeviceWithIndex(device, 0) : NULL; in IODMACommandLocalMappedNonContig() 889 IOMapper * mapper; in IOMemoryDescriptorTest() 898 mapper = IOMapper::copyMapperForDeviceWithIndex(isp, 0); in IOMemoryDescriptorTest()
|
| /xnu-11215/iokit/conf/ |
| H A D | files | 74 iokit/Kernel/IOMapper.cpp optional iokitcpp
|
| H A D | Makefile.template | 85 IOMapper.cpo_CXXWARNFLAGS_ADD += -Wno-cast-qual
|
| /xnu-11215/iokit/Exclaves/ |
| H A D | Exclaves.cpp | 573 …IOMapper *mapper = IOMapper::copyMapperForDeviceWithIndex(provider, (unsigned int)(args->mapperInd… in IOExclaveMapperOperationUpcallHandler()
|