Searched refs:synchronize (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIODMACommand.h92 @abstract Options for the synchronize method.
287 @param synchronize Copy any buffered data back from the target IOMemoryDescriptor. Defaults to true, if synchronize() is being used to explicitly copy data, passing false may avoid an unneeded copy.
290 virtual IOReturn prepare(UInt64 offset = 0, UInt64 length = 0, bool flushCache = true, bool synchronize = true);
296 @param synchronize Copy any buffered data back to the target IOMemoryDescriptor. Defaults to true, if synchronize() is being used to explicitly copy data, passing false may avoid an unneeded copy.
299 virtual IOReturn complete(bool invalidateCache = true, bool synchronize = true);
301 /*! @function synchronize
303 @discussion This method should not be called unless a prepare was previously issued. If needed a caller may synchronize any IODMACommand buffers with the original IOMemoryDescriptor buffers.
310 virtual IOReturn synchronize(IOOptionBit
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMACommand.cpp548 bool synchronize)
606 return prepare(offset, length, flushCache, synchronize);
611 IODMACommand::prepare(UInt64 offset, UInt64 length, bool flushCache, bool synchronize) argument
656 if (synchronize)
667 IODMACommand::complete(bool invalidateCache, bool synchronize) argument
680 if (synchronize)
698 IODMACommand::synchronize(IOOptionBits options) function in class:IODMACommand
538 prepareWithSpecification(SegmentFunction outSegFunc, UInt8 numAddressBits, UInt64 maxSegmentSize, MappingOptions mappingOptions, UInt64 maxTransferSize, UInt32 alignment, IOMapper *mapper, UInt64 offset, UInt64 length, bool flushCache, bool synchronize) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmachine_routines_asm.s107 isync // synchronize
639 isync ; synchronize

Completed in 36 milliseconds