OpenOCD
|
Data Fields | |
bool | enable |
enable cache or not More... | |
int | line_size |
cache line size More... | |
bool | lock_support |
cache locking support More... | |
int | set |
cache sets per way More... | |
int | way |
cache ways More... | |
bool nds32_cache::enable |
enable cache or not
Definition at line 98 of file nds32.h.
Referenced by COMMAND_HANDLER(), nds32_cache_sync(), nds32_update_cache_info(), and nds32_v3_write_buffer().
int nds32_cache::line_size |
cache line size
Definition at line 107 of file nds32.h.
Referenced by COMMAND_HANDLER(), nds32_cache_sync(), nds32_init_memory_config(), nds32_init_option_registers(), and nds32_v3_write_buffer().
bool nds32_cache::lock_support |
cache locking support
Definition at line 110 of file nds32.h.
Referenced by nds32_init_memory_config().
int nds32_cache::set |
cache sets per way
Definition at line 101 of file nds32.h.
Referenced by nds32_init_memory_config().
int nds32_cache::way |