Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DMemory.cpp27 m_L2_cache_line_byte_size(process.GetMemoryCacheLineSize()) {} in MemoryCache()
38 m_L2_cache_line_byte_size = m_process.GetMemoryCacheLineSize(); in Clear()
75 const uint32_t cache_line_byte_size = m_L2_cache_line_byte_size; in Flush()
159 if (dst && dst_len > m_L2_cache_line_byte_size) { in Read()
170 const uint32_t cache_line_byte_size = m_L2_cache_line_byte_size; in Read()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemory.h34 uint32_t GetMemoryCacheLineSize() const { return m_L2_cache_line_byte_size; } in GetMemoryCacheLineSize()
59 uint32_t m_L2_cache_line_byte_size; variable