Searched refs:dcache_line_size (Results 1 – 2 of 2) sorted by relevance
30 uint32_t dcache_line_size() const { return ExtractCacheLineSize(16); } in dcache_line_size() function in v8::internal::CacheLineSizes59 uintptr_t dsize = sizes.dcache_line_size(); in FlushICache()
80 const size_t dcache_line_size = 4 << ((ctr_el0 >> 16) & 15); in __clear_cache()81 for (uint64_t addr = xstart; addr < xend; addr += dcache_line_size) in __clear_cache()