pub unsafe fn cache_invalidate_to(dst: CacheDest, addr: usize, len: usize)Expand description
Invalidates cache lines in [addr, addr + len), evicting to dst.
Lower-level variant of cache_invalidate with an explicit destination.
Issues evict_va then TensorWait(6).
ยงSafety
Same constraints as cache_invalidate.