Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/Kernel/
H A DIOMapper.cpp64 IOMapper * IOMapper::gSystem = (IOMapper *) IOMapper::kUnknown; member in IOMapper
120 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 …]
H A DIOBufferMemoryDescriptor.cpp245 mapped = (NULL != IOMapper::gSystem); in initWithPhysicalMask()
H A DIOMemoryDescriptor.cpp2105 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()
H A DIODMACommand.cpp295 mapper = IOMapper::gSystem; in setSpecification()
/xnu-12377.1.9/iokit/IOKit/
H A DIOMapper.h93 static IOMapper *gSystem; variable
98 if ((uintptr_t) gSystem & kWaitMask) { in checkForSystemMapper()
/xnu-12377.1.9/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp274 if (!IOMapper::gSystem) { in IODMACommandLocalMappedNonContig()