Searched refs:flushCache (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.1.13/iokit/IOKit/ |
| H A D | IODMACommand.h | 340 …virtual IOReturn prepare(UInt64 offset = 0, UInt64 length = 0, bool flushCache = true, bool synchr… 489 bool flushCache = true, 536 bool flushCache = true,
|
| /xnu-10002.1.13/iokit/Kernel/ |
| H A D | IODMACommand.cpp | 783 bool flushCache, in prepareWithSpecification() argument 797 ret = prepare(offset, length, flushCache, synchronize); in prepareWithSpecification() 812 bool flushCache, in prepareWithSpecification() argument 827 offset, length, flushCache, synchronize); in prepareWithSpecification() 832 IODMACommand::prepare(UInt64 offset, UInt64 length, bool flushCache, bool synchronize) in prepare() argument 897 if (IS_NONCOHERENT(mappingOptions) && flushCache) { in prepare()
|