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

GET_ICACHE_SIZE macro

Syntax

#define GET_ICACHE_SIZE 6

References

LocationText
arm946e.c:220
#define GET_ICACHE_SIZE 6
arm946e.c:301
uint32_t csize = arm946e_cp15_get_csize(target, GET_ICACHE_SIZE);
arm946e.c:632
uint32_t csize = arm946e_cp15_get_csize(target, icache ? GET_ICACHE_SIZE : GET_DCACHE_SIZE) / 1024;