OpenOCD
|
Data Fields | |
struct armv7m_arch_cache | arch [6] |
uint32_t | d_min_line_len |
bool | has_d_u_cache |
bool | has_i_cache |
uint32_t | i_min_line_len |
bool | info_valid |
unsigned int | loc |
Definition at line 39 of file armv7m_cache.h.
struct armv7m_arch_cache armv7m_cache_common::arch[6] |
Definition at line 45 of file armv7m_cache.h.
Referenced by armv7m_handle_cache_info_command(), and armv7m_identify_cache().
uint32_t armv7m_cache_common::d_min_line_len |
Definition at line 44 of file armv7m_cache.h.
Referenced by armv7m_d_cache_flush(), and armv7m_identify_cache().
bool armv7m_cache_common::has_d_u_cache |
Definition at line 42 of file armv7m_cache.h.
Referenced by armv7m_d_cache_flush(), and armv7m_identify_cache().
bool armv7m_cache_common::has_i_cache |
Definition at line 41 of file armv7m_cache.h.
Referenced by armv7m_i_cache_inval(), and armv7m_identify_cache().
uint32_t armv7m_cache_common::i_min_line_len |
Definition at line 45 of file armv7m_cache.h.
Referenced by armv7m_i_cache_inval(), and armv7m_identify_cache().
bool armv7m_cache_common::info_valid |
Definition at line 40 of file armv7m_cache.h.
Referenced by armv7m_d_cache_flush(), armv7m_handle_cache_info_command(), armv7m_i_cache_inval(), armv7m_identify_cache(), and cortex_m_debug_entry().
unsigned int armv7m_cache_common::loc |
Definition at line 43 of file armv7m_cache.h.
Referenced by armv7m_handle_cache_info_command(), and armv7m_identify_cache().