esirisc_common::has_dcache is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDesirisc_common::has_dcache

esirisc_common::has_dcache field

Syntax

bool has_dcache;

References

LocationReferrerText
esirisc.h:81
bool has_dcache;
esirisc.c:1556esirisc_identify()
esirisc->has_dcache = !!(csr & 1<<0); /* DC.E */
esirisc.c:1689esirisc_examine()
esirisc->has_dcache ? ", dcache" : "");
esirisc.h:121esirisc_has_cache()
return esirisc->has_icache || esirisc->has_dcache;

Data Use

Functions writing esirisc_common::has_dcache
Functions reading esirisc_common::has_dcache
all items filtered out
esirisc_common::has_dcache