Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dcpu-a64.cc52 uint32_t icache_line_size_power_of_two = in SetUp() local
56 icache_line_size_ = 4 << icache_line_size_power_of_two; in SetUp()
/external/valgrind/VEX/switchback/
Dswitchback.c193 const UInt icache_line_size_power_of_two = in invalidate_icache() local
197 const UInt icache_line_size_ = 1 << icache_line_size_power_of_two; in invalidate_icache()
/external/valgrind/coregrind/
Dm_libcproc.c851 const UInt icache_line_size_power_of_two = in VG_() local
855 const UInt icache_line_size_ = 4 * (1 << icache_line_size_power_of_two); in VG_()