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

/xnu-2782.1.97/iokit/IOKit/
H A DIODMACommand.h286 @param flushCache Flush the caches for the memory descriptor and make certain that the memory cycles are complete. Defaults to true for kNonCoherent and is ignored by the other types.
290 virtual IOReturn prepare(UInt64 offset = 0, UInt64 length = 0, bool flushCache = true, bool synchronize = true);
414 @param flushCache Flush the caches for the memory descriptor and make certain that the memory cycles are complete. Defaults to true for kNonCoherent and is ignored by the other types.
428 bool flushCache = true,
/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp608 bool flushCache,
677 return prepare(offset, length, flushCache, synchronize);
682 IODMACommand::prepare(UInt64 offset, UInt64 length, bool flushCache, bool synchronize) argument
694 if (IS_NONCOHERENT(mappingOptions) && flushCache) {
599 prepareWithSpecification(SegmentFunction outSegFunc, UInt8 numAddressBits, UInt64 maxSegmentSize, MappingOptions mappingOptions, UInt64 maxTransferSize, UInt32 alignment, IOMapper *mapper, UInt64 offset, UInt64 length, bool flushCache, bool synchronize) argument

Completed in 73 milliseconds