Searched refs:last_cache_line_addr (Results 1 – 1 of 1) sorted by relevance
64 const addr_t last_cache_line_addr = end_addr - (end_addr % cache_line_byte_size); in Flush() local68 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()