Searched refs:gSystem (Results 1 – 6 of 6) sorted by relevance
64 IOMapper * IOMapper::gSystem = (IOMapper *) IOMapper::kUnknown; member in IOMapper120 IOMapper::gSystem = this; in start()121 sMapperLock.wakeup(&IOMapper::gSystem); in start()147 IOMapper::gSystem = (IOMapper *) kHasMapper; in setMapperRequired()150 IOMapper::gSystem = (IOMapper *) kNoMapper; in setMapperRequired()152 sMapperLock.wakeup(&IOMapper::gSystem); in setMapperRequired()160 while ((uintptr_t) IOMapper::gSystem & kWaitMask) { in waitForSystemMapper()162 sMapperLock.sleep(&IOMapper::gSystem); in waitForSystemMapper()241 if (IOMapper::gSystem) { in IOMapperIOVMAlloc()242 ret = IOMapper::gSystem->iovmMapMemory( in IOMapperIOVMAlloc()[all …]
245 mapped = (NULL != IOMapper::gSystem); in initWithPhysicalMask()
2105 gIOSystemMapper = mapper = IOMapper::gSystem; in initWithOptions()3198 if (IOMapper::gSystem && mapped in dmaCommandOperation()3222 if (IOMapper::gSystem in dmaCommandOperation()4553 mapper = IOMapper::gSystem; in initMemoryEntries()
295 mapper = IOMapper::gSystem; in setSpecification()
93 static IOMapper *gSystem; variable98 if ((uintptr_t) gSystem & kWaitMask) { in checkForSystemMapper()
274 if (!IOMapper::gSystem) { in IODMACommandLocalMappedNonContig()