Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DMemory.cpp27 m_L2_cache_line_byte_size(process.GetMemoryCacheLineSize()) {} in MemoryCache()
40 m_L2_cache_line_byte_size = m_process.GetMemoryCacheLineSize(); in Clear()
77 const uint32_t cache_line_byte_size = m_L2_cache_line_byte_size; in Flush()
161 if (dst && dst_len > m_L2_cache_line_byte_size) { in Read()
172 const uint32_t cache_line_byte_size = m_L2_cache_line_byte_size; in Read()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DMemory.h41 uint32_t GetMemoryCacheLineSize() const { return m_L2_cache_line_byte_size; } in GetMemoryCacheLineSize()
68 uint32_t m_L2_cache_line_byte_size; variable