Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DMemory.cpp64 const addr_t last_cache_line_addr = end_addr - (end_addr % cache_line_byte_size); in Flush() local
68 if (last_cache_line_addr >= first_cache_line_addr) in Flush()
69 num_cache_lines = ((last_cache_line_addr - first_cache_line_addr)/cache_line_byte_size) + 1; in Flush()