Home
last modified time | relevance | path

Searched refs:kMapped (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIODMACommand.h96 kMapped = kIODMAMapOptionMapped, enumerator
223 MappingOptions mappingOptions = kMapped,
253 MappingOptions mapType = kMapped,
298 MappingOptions mappingOptions = kMapped,
483 MappingOptions mappingOptions = kMapped,
/xnu-11215/iokit/Kernel/
H A DIODMACommand.cpp322 case kMapped: break; in setSpecification()
422 err = mem->dmaCommandOperation(kIOMDGetCharacteristics | (kMapped == MAPTYPE(fMappingOptions)), in setMemoryDescriptor()
430 if ((kMapped == MAPTYPE(fMappingOptions)) in setMemoryDescriptor()
582 if ((kMapped == MAPTYPE(target->fMappingOptions)) in segmentOp()
1206 if ((kMapped == MAPTYPE(target->fMappingOptions)) in transferSegment()
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp862 IODMACommand::kMapped, NULL, NULL); in IOMemoryDescriptorTest()
927 32, 0, IODMACommand::kMapped, 0, 1, mapper, NULL); in IOMemoryDescriptorTest()