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

GET_DCACHE_SIZE macro

Syntax

#define GET_DCACHE_SIZE 18

References

LocationText
arm946e.c:221
#define GET_DCACHE_SIZE 18
arm946e.c:244
uint32_t csize = arm946e_cp15_get_csize(target, GET_DCACHE_SIZE);
arm946e.c:632
uint32_t csize = arm946e_cp15_get_csize(target, icache ? GET_ICACHE_SIZE : GET_DCACHE_SIZE) / 1024;