Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOMapper.cpp120 IOMapper::gSystem = this; in start()
241 if (IOMapper::gSystem) { in IOMapperIOVMAlloc()
263 if (IOMapper::gSystem) { in IOMapperIOVMFree()
297 if (IOMapper::gSystem) { in IOMappedRead8()
310 if (IOMapper::gSystem) { in IOMappedRead16()
323 if (IOMapper::gSystem) { in IOMappedRead32()
336 if (IOMapper::gSystem) { in IOMappedRead64()
349 if (IOMapper::gSystem) { in IOMappedWrite8()
362 if (IOMapper::gSystem) { in IOMappedWrite16()
375 if (IOMapper::gSystem) { in IOMappedWrite32()
[all …]
H A DIOBufferMemoryDescriptor.cpp238 mapped = (NULL != IOMapper::gSystem); in initWithPhysicalMask()
H A DIOMemoryDescriptor.cpp2103 gIOSystemMapper = mapper = IOMapper::gSystem; in initWithOptions()
3130 if (IOMapper::gSystem && mapped in dmaCommandOperation()
3154 if (IOMapper::gSystem in dmaCommandOperation()
4463 mapper = IOMapper::gSystem; in initMemoryEntries()
H A DIODMACommand.cpp295 mapper = IOMapper::gSystem; in setSpecification()
/xnu-11215/iokit/IOKit/
H A DIOMapper.h93 static IOMapper *gSystem; variable
98 if ((uintptr_t) gSystem & kWaitMask) { in checkForSystemMapper()
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp273 if (!IOMapper::gSystem) { in IODMACommandLocalMappedNonContig()