Home
last modified time | relevance | path

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

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