HomeSort by relevance Sort by last modified time
    Searched refs:icache_line_size_ (Results 1 - 4 of 4) sorted by null

  /external/vixl/src/vixl/a64/
cpu-a64.cc 34 unsigned CPU::icache_line_size_ = 1; member in class:vixl::CPU
56 icache_line_size_ = 4 << icache_line_size_power_of_two;
94 uintptr_t isize = static_cast<uintptr_t>(icache_line_size_);
cpu-a64.h 77 static unsigned icache_line_size_; member in class:vixl::CPU
  /external/valgrind/VEX/switchback/
switchback.c 197 const UInt icache_line_size_ = 1 << icache_line_size_power_of_two; local
202 Addr isize = (Addr)icache_line_size_;
  /external/valgrind/coregrind/
m_libcproc.c     [all...]

Completed in 89 milliseconds