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