Home
last modified time | relevance | path

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

/xnu-10002.1.13/iokit/IOKit/
H A DIODMACommand.h340 …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 DIODMACommand.cpp783 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()