OpenOCD
armv4_5_cache.h File Reference
Include dependency graph for armv4_5_cache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  armv4_5_cache_common
 
struct  armv4_5_cachesize
 

Enumerations

enum  { ARMV4_5_D_U_CACHE_ENABLED = 0x4 , ARMV4_5_I_CACHE_ENABLED = 0x1000 , ARMV4_5_WRITE_BUFFER_ENABLED = 0x8 , ARMV4_5_CACHE_RR_BIT = 0x5000 }
 

Functions

int armv4_5_cache_state (uint32_t cp15_control_reg, struct armv4_5_cache_common *cache)
 
int armv4_5_handle_cache_info_command (struct command_invocation *cmd, struct armv4_5_cache_common *armv4_5_cache)
 
int armv4_5_identify_cache (uint32_t cache_type_reg, struct armv4_5_cache_common *cache)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
ARMV4_5_D_U_CACHE_ENABLED 
ARMV4_5_I_CACHE_ENABLED 
ARMV4_5_WRITE_BUFFER_ENABLED 
ARMV4_5_CACHE_RR_BIT 

Definition at line 39 of file armv4_5_cache.h.

Function Documentation

◆ armv4_5_cache_state()

int armv4_5_cache_state ( uint32_t  cp15_control_reg,
struct armv4_5_cache_common cache 
)

◆ armv4_5_handle_cache_info_command()

◆ armv4_5_identify_cache()