Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dcpu-aarch64.cc54 uint32_t icache_line_size_power_of_two = in SetUp() local
58 icache_line_size_ = 4 << icache_line_size_power_of_two; in SetUp()
/external/valgrind/coregrind/
Dm_libcproc.c1117 const UInt icache_line_size_power_of_two = in VG_() local
1121 const UInt icache_line_size_ = 4 * (1 << icache_line_size_power_of_two); in VG_()