Flush cache for writing after
write. It is no-op in case
get_location()
returns DEVICE_ONLY or
HOST_VIRT.Prototype
void sync_for_write (uint64_t offset, size_t size) {};
Parameters
The following table lists thesync_for_write
function arguments.
Type | Name | Description |
---|---|---|
uint64_t | offset | The start offset address |
size_t | size | The data size |
Returns
None.