Home
last modified time | relevance | path

Searched refs:prefetch_stride (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/context/detail/
Dprefetch.hpp65 reinterpret_cast< uintptr_t >( vp) + static_cast< uintptr_t >( prefetch_stride) ); in prefetch_range()
Dconfig.hpp115 static constexpr std::size_t prefetch_stride{ 4 * cacheline_length }; variable