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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMACommand.cpp44 #define MAPTYPE(type) ((UInt) (type) & kTypeMask) macro
45 #define IS_MAPPED(type) (MAPTYPE(type) == kMapped)
46 #define IS_BYPASSED(type) (MAPTYPE(type) == kBypassed)
47 #define IS_NONCOHERENT(type) (MAPTYPE(type) == kNonCoherent)
195 switch (MAPTYPE(mappingOptions))
258 if ((kMapped == MAPTYPE(fMappingOptions))
580 switch (MAPTYPE(mappingOptions))
765 if ((kMapped == MAPTYPE(target->fMappingOptions))

Completed in 23 milliseconds