Function prefetch_t0
pub fn prefetch_t0<T>(addr: &T)
Available on crate feature
dep_safe_arch
only.Expand description
Fetches the cache line containing addr
into all levels of the cache
hierarchy.
pub fn prefetch_t0<T>(addr: &T)
dep_safe_arch
only.Fetches the cache line containing addr
into all levels of the cache
hierarchy.