OpenOCD
armv7m_cache_common Struct Reference
Collaboration diagram for armv7m_cache_common:

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
 

Detailed Description

Definition at line 39 of file armv7m_cache.h.

Field Documentation

◆ arch

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().

◆ d_min_line_len

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().

◆ has_d_u_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().

◆ has_i_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().

◆ i_min_line_len

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().

◆ info_valid

bool armv7m_cache_common::info_valid

◆ loc

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().


The documentation for this struct was generated from the following file: