armv7a_cachesize is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

armv7a_cachesize struct

Syntax

struct armv7a_cachesize {     uint32_t linelen;     uint32_t associativity;     uint32_t nsets;     uint32_t cachesize;     uint32_t index;     uint32_t index_shift;     uint32_t way;     uint32_t way_shift; };

Fields

linelen

No summary provided. Read more...

associativity

No summary provided. Read more...

nsets

No summary provided. Read more...

cachesize

No summary provided. Read more...

index

No summary provided. Read more...

index_shift

No summary provided. Read more...

way

No summary provided. Read more...

way_shift

No summary provided. Read more...

References

LocationReferrerScopeText
armv7a.h:39
struct armv7a_cachesize {
armv7a.c:342decode_cache_reg()
static struct armv7a_cachesize decode_cache_reg(uint32_t cache_reg)
armv7a.c:344decode_cache_reg()
struct armv7a_cachesize size;
armv7a.h:55armv7a_arch_cache::d_u_sizearmv7a_arch_cache
struct armv7a_cachesize d_u_size; /* data cache */
armv7a.h:56armv7a_arch_cache::i_sizearmv7a_arch_cache
struct armv7a_cachesize i_size; /* instruction cache */
armv7a_cache.c:56armv7a_l1_d_cache_flush_level()
static int armv7a_l1_d_cache_flush_level(struct arm_dpm *dpm, struct armv7a_cachesize *size, int cl)

Type Use

Variables of armv7a_cachesize type
armv7a_cachesize
Allocators of armv7a_cachesize
Deletors of armv7a_cachesize
decode_cache_reg()::size
all items filtered out
armv7a_cachesize
decode_cache_reg()::size
all items filtered out