Home
last modified time | relevance | path

Searched refs:InvalidateCache (Results 1 – 4 of 4) sorted by relevance

/kernel/vm/include/vm/
A Dvm_object_paged.h80 zx_status_t InvalidateCache(const uint64_t offset, const uint64_t len) override;
A Dvm_object.h141 virtual zx_status_t InvalidateCache(const uint64_t offset, const uint64_t len) { in InvalidateCache() function
/kernel/object/
A Dvm_object_dispatcher.cpp171 return vmo_->InvalidateCache(offset, size); in RangeOp()
/kernel/vm/
A Dvm_object_paged.cpp1067 zx_status_t VmObjectPaged::InvalidateCache(const uint64_t offset, const uint64_t len) { in InvalidateCache() function in VmObjectPaged

Completed in 8 milliseconds