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

/xnu-2422.115.4/iokit/IOKit/
H A DIODMACommand.h77 @constant kBypassed Allow drivers to bypass any mapper
82 kBypassed = 0x00000001, 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.
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.
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.
248 @result Can fail if the mapping type is not recognised, if one of the 3 mandatory parameters are set to 0, if a 32 bit output function is selected when more than 32 bits of address is required or, if kBypassed is requested on a machine that doesn't support bypassing. Returns true otherwise.
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.
416 @result An IOReturn code. Can fail if the mapping type is not recognised, if one of the 3 mandatory parameters are set to 0, if a 32 bit output function is selected when more than 32 bits of address is required or, if kBypassed is requested on a machine that doesn't support bypassing.
/xnu-2422.115.4/iokit/Kernel/
H A DIODMACommand.cpp45 #define IS_MAPPED(type) (MAPTYPE(type) != kBypassed)
46 #define IS_BYPASSED(type) (MAPTYPE(type) == kBypassed)
203 case kBypassed:
650 case kBypassed:

Completed in 22 milliseconds