Searched refs:kMapped (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIODMACommand.h76 @constant kMapped Allow a driver to define addressing size
81 kMapped = 0x00000000, enumerator in enum:IODMACommand::MappingOptions
189 @param mapper For mapping types kMapped & kBypassed mapper is used to define the hardware that will perform the mapping, defaults to the system mapper.
196 MappingOptions mappingOptions = kMapped,
212 @param mapper For mapping types kMapped & kBypassed mapper is used to define the hardware that will perform the mapping, defaults to the system mapper.
225 MappingOptions mapType = kMapped,
247 @param mapper For mapping types kMapped & kBypassed mapper is used to define the hardware that will perform the mapping, defaults to the system mapper.
253 MappingOptions mappingOptions = kMapped,
411 @param mapper For mapping types kMapped & kBypassed mapper is used to define the hardware that will perform the mapping, defaults to the system mapper.
422 MappingOptions mappingOptions = kMapped,
[all...]
/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp201 case kMapped: break;
263 err = mem->dmaCommandOperation(kIOMDGetCharacteristics | (kMapped == MAPTYPE(fMappingOptions)),
270 if ((kMapped == MAPTYPE(fMappingOptions))
401 if ((kMapped == MAPTYPE(target->fMappingOptions))
648 case kMapped: break;
913 if ((kMapped == MAPTYPE(target->fMappingOptions))

Completed in 75 milliseconds