Searched refs:kMapped (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.1.13/iokit/IOKit/ |
| H A D | IODMACommand.h | 96 kMapped = kIODMAMapOptionMapped, enumerator 223 MappingOptions mappingOptions = kMapped, 253 MappingOptions mapType = kMapped, 298 MappingOptions mappingOptions = kMapped, 483 MappingOptions mappingOptions = kMapped,
|
| /xnu-10002.1.13/iokit/Kernel/ |
| H A D | IODMACommand.cpp | 318 case kMapped: break; in setSpecification() 418 err = mem->dmaCommandOperation(kIOMDGetCharacteristics | (kMapped == MAPTYPE(fMappingOptions)), in setMemoryDescriptor() 426 if ((kMapped == MAPTYPE(fMappingOptions)) in setMemoryDescriptor() 578 if ((kMapped == MAPTYPE(target->fMappingOptions)) in segmentOp() 1202 if ((kMapped == MAPTYPE(target->fMappingOptions)) in transferSegment()
|
| /xnu-10002.1.13/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 860 IODMACommand::kMapped, NULL, NULL); in IOMemoryDescriptorTest() 925 32, 0, IODMACommand::kMapped, 0, 1, mapper, NULL); in IOMemoryDescriptorTest()
|