Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp26 m_L2_cache_line_byte_size(process.GetMemoryCacheLineSize()) {} in MemoryCache()
37 m_L2_cache_line_byte_size = m_process.GetMemoryCacheLineSize(); in Clear()
74 const uint32_t cache_line_byte_size = m_L2_cache_line_byte_size; in Flush()
158 if (dst && dst_len > m_L2_cache_line_byte_size) { in Read()
169 const uint32_t cache_line_byte_size = m_L2_cache_line_byte_size; in Read()
/freebsd-13.1/contrib/llvm-project/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