Lines Matching full:cache
6 * Flush instruction cache.
15 * Write any modified data cache blocks out to memory
16 * and invalidate the corresponding instruction cache blocks.
43 * Write any modified data cache blocks out to memory.
44 * Does not invalidate the corresponding cache lines (especially for
45 * any corresponding instruction cache).
66 * Write any modified data cache blocks out to memory and invalidate them.
67 * Does not invalidate the corresponding instruction cache blocks.
88 * Like above, but invalidate the D-cache. This is used by the 8xx
89 * to invalidate the cache so the PPC core doesn't get stale data
90 * from the CPM (no cache snooping here :-).
135 lis r7,(DCACHE_SIZE / L1_CACHE_BYTES / 2)@ha /* TBS for large sized cache */
138 mtctr r7 /* ways in the D cache */
147 * Cache functions.