Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DMemory.cpp77 const uint32_t cache_line_byte_size = m_L2_cache_line_byte_size; in Flush() local
81 end_addr - (end_addr % cache_line_byte_size); in Flush()
87 cache_line_byte_size) + in Flush()
95 curr_addr += cache_line_byte_size, ++cache_idx) { in Flush()
172 const uint32_t cache_line_byte_size = m_L2_cache_line_byte_size; in Read() local
174 addr_t curr_addr = addr - (addr % cache_line_byte_size); in Read()
202 assert((curr_addr % cache_line_byte_size) == 0); in Read()
220 if (pos->second->GetByteSize() != cache_line_byte_size) in Read()
229 assert((curr_addr % cache_line_byte_size) == 0); in Read()
231 new DataBufferHeap(cache_line_byte_size, 0)); in Read()
[all …]