8 #ifndef OPENOCD_TARGET_ARMV7M_CACHE_H
9 #define OPENOCD_TARGET_ARMV7M_CACHE_H
int armv7m_handle_cache_info_command(struct command_invocation *cmd, struct target *target)
int armv7m_i_cache_inval(struct target *target, uint32_t address, unsigned int length)
int armv7m_d_cache_flush(struct target *target, uint32_t address, unsigned int length)
int armv7m_identify_cache(struct target *target)
uint32_t address
Starting address. Sector aligned.
struct armv7m_cache_size i_size
struct armv7m_cache_size d_u_size
struct armv7m_arch_cache arch[6]
When run_command is called, a new instance will be created on the stack, filled with the proper value...