Searched refs:icache_line_size (Results 1 – 2 of 2) sorted by relevance
27 uint32_t icache_line_size() const { return ExtractCacheLineSize(0); } in icache_line_size() function in v8::internal::CacheLineSizes51 uintptr_t isize = sizes.icache_line_size(); in FlushICache()
146 const size_t icache_line_size = 4 << ((ctr_el0 >> 0) & 15); in __clear_cache()147 for (addr = xstart; addr < xend; addr += icache_line_size) in __clear_cache()