Home
last modified time | relevance | path

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

/xnu-10002.1.13/iokit/IOKit/
H A DIODMACommand.h349 virtual IOReturn complete(bool invalidateCache = true, bool synchronize = true);
/xnu-10002.1.13/iokit/Kernel/
H A DIODMACommand.cpp1053 IODMACommand::complete(bool invalidateCache, bool synchronize) in complete() argument
1066 if (IS_NONCOHERENT(fMappingOptions) && invalidateCache) { in complete()