Home
last modified time | relevance | path

Searched refs:gSystem (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.41.9/iokit/Kernel/
H A DIOMapper.cpp63 IOMapper * IOMapper::gSystem = (IOMapper *) IOMapper::kUnknown; member in IOMapper
119 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 …]
H A DIOBufferMemoryDescriptor.cpp235 mapped = (NULL != IOMapper::gSystem); in initWithPhysicalMask()
H A DIOMemoryDescriptor.cpp2096 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()
H A DIODMACommand.cpp291 mapper = IOMapper::gSystem; in setSpecification()
/xnu-8792.41.9/iokit/IOKit/
H A DIOMapper.h93 static IOMapper *gSystem; variable
98 if ((uintptr_t) gSystem & kWaitMask) { in checkForSystemMapper()
/xnu-8792.41.9/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp272 if (!IOMapper::gSystem) { in IODMACommandLocalMappedNonContig()