Home
last modified time | relevance | path

Searched refs:kNonCoherent (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.121.3/iokit/IOKit/
H A DIODMACommand.h98 kNonCoherent = kIODMAMapOptionNonCoherent, enumerator
/xnu-10063.121.3/iokit/Kernel/
H A DIODMACommand.cpp47 #define IS_NONCOHERENT(type) (MAPTYPE(type) == kNonCoherent)
320 case kNonCoherent: break; in setSpecification()