Searched refs:gSystem (Results 1 – 6 of 6) sorted by relevance
63 IOMapper * IOMapper::gSystem = (IOMapper *) IOMapper::kUnknown; member in IOMapper119 IOMapper::gSystem = this; in start()120 sMapperLock.wakeup(&IOMapper::gSystem); in start()146 IOMapper::gSystem = (IOMapper *) kHasMapper; in setMapperRequired()149 IOMapper::gSystem = (IOMapper *) kNoMapper; in setMapperRequired()151 sMapperLock.wakeup(&IOMapper::gSystem); in setMapperRequired()159 while ((uintptr_t) IOMapper::gSystem & kWaitMask) { in waitForSystemMapper()161 sMapperLock.sleep(&IOMapper::gSystem); in waitForSystemMapper()240 if (IOMapper::gSystem) { in IOMapperIOVMAlloc()241 ret = IOMapper::gSystem->iovmMapMemory( in IOMapperIOVMAlloc()[all …]
235 mapped = (NULL != IOMapper::gSystem); in initWithPhysicalMask()
2096 gIOSystemMapper = mapper = IOMapper::gSystem; in initWithOptions()3128 if (IOMapper::gSystem && mapped in dmaCommandOperation()3152 if (IOMapper::gSystem in dmaCommandOperation()4461 mapper = IOMapper::gSystem; in initMemoryEntries()
291 mapper = IOMapper::gSystem; in setSpecification()
93 static IOMapper *gSystem; variable98 if ((uintptr_t) gSystem & kWaitMask) { in checkForSystemMapper()
272 if (!IOMapper::gSystem) { in IODMACommandLocalMappedNonContig()