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

memory_cache_line struct

Syntax

struct memory_cache_line {     uint32_t data;     bool valid;     bool dirty; };

Fields

data

No summary provided. Read more...

valid

No summary provided. Read more...

dirty

No summary provided. Read more...

References

LocationReferrerScopeText
riscv-011.c:173
struct memory_cache_line {
riscv-011.c:193riscv011_info_t::dram_cacheriscv011_info_t
struct memory_cache_line dram_cache[DRAM_CACHE_SIZE];

Type Use

Variables of memory_cache_line type
all items filtered out
memory_cache_line