Searched refs:cache_line_byte_size (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp75 const uint32_t cache_line_byte_size = m_L2_cache_line_byte_size; local
77 const addr_t first_cache_line_addr = addr - (addr % cache_line_byte_size);
79 end_addr - (end_addr % cache_line_byte_size);
85 cache_line_byte_size) +
89 (UINT64_MAX - first_cache_line_addr + 1) / cache_line_byte_size;
93 curr_addr += cache_line_byte_size, ++cache_idx) {

Completed in 130 milliseconds