Lines Matching full:cache
19 #include "cache.h"
64 /* disable cache */
68 mtc0 t0, CP0_CONFIG # Set CPU to disable cache.
263 * 冷启动,则需要初始化内存,cache,加载代码到内存等
356 /**************************************CACHE*****************************/
358 #define CF_7_SE (1 << 3) /* Secondary cache enable */
359 #define CF_7_SC (1 << 31) /* Secondary cache not present */
360 #define CF_7_TE (1 << 12) /* Tertiary cache enable */
361 #define CF_7_TC (1 << 17) /* Tertiary cache not present */
362 #define CF_7_TS (3 << 20) /* Tertiary cache size */
368 li s7, 0 /* no L2 cache */
369 li s8, 0 /* no L3 cache */
455 /* disable cache */
459 mtc0 t0, CP0_CONFIG # Set CPU to disable cache.
491 /* 0x100 - Cache error handler */