OpenOCD
|
Data Fields | |
uint32_t | associativity |
uint32_t | cache_size |
uint32_t | index |
uint32_t | index_shift |
uint32_t | line_len |
uint32_t | num_sets |
uint32_t | way |
uint32_t | way_shift |
Definition at line 18 of file armv7m_cache.h.
uint32_t armv7m_cache_size::associativity |
Definition at line 21 of file armv7m_cache.h.
Referenced by armv7m_handle_cache_info_command(), and armv7m_identify_cache().
uint32_t armv7m_cache_size::cache_size |
Definition at line 23 of file armv7m_cache.h.
Referenced by armv7m_handle_cache_info_command(), and armv7m_identify_cache().
uint32_t armv7m_cache_size::index |
Definition at line 25 of file armv7m_cache.h.
Referenced by armv7m_identify_cache().
uint32_t armv7m_cache_size::index_shift |
Definition at line 26 of file armv7m_cache.h.
Referenced by armv7m_identify_cache().
uint32_t armv7m_cache_size::line_len |
Definition at line 20 of file armv7m_cache.h.
Referenced by armv7m_handle_cache_info_command(), and armv7m_identify_cache().
uint32_t armv7m_cache_size::num_sets |
Definition at line 22 of file armv7m_cache.h.
Referenced by armv7m_handle_cache_info_command().
uint32_t armv7m_cache_size::way |
Definition at line 27 of file armv7m_cache.h.
Referenced by armv7m_identify_cache().
uint32_t armv7m_cache_size::way_shift |
Definition at line 28 of file armv7m_cache.h.
Referenced by armv7m_identify_cache().