Lines Matching full:cache
17 menu "Cache config"
20 prompt "Instruction cache size"
23 Instruction cache size to be set on application startup.
24 If you use 16KB instruction cache rather than 32KB instruction cache,
39 prompt "Instruction cache associated ways"
42 Instruction cache associated ways to be set on application startup.
56 prompt "Instruction cache line size"
59 Instruction cache line size to be set on application startup.
74 bool "Define instruction cache wrap mode"
76 If enabled, instruction cache will use wrap mode to read spi flash or spi ram.
81 prompt "Data cache size"
84 Data cache size to be set on application startup.
85 If you use 32KB data cache rather than 64KB data cache,
98 # For 16KB the actual configuration is 32kb cache, but 16kb will be reserved for heap at startup
104 prompt "Data cache associated ways"
107 Data cache associated ways to be set on application startup.
121 prompt "Data cache line size"
124 Data cache line size to be set on application startup.
142 bool "Define data cache wrap mode"
144 If enabled, data cache will use wrap mode to read spi flash or spi ram.
157 endmenu # Cache config