Lines Matching +full:data +full:- +full:lines
35 /* use invalidate-all bit in HID0 */
43 * Invalidate L1 data cache.
53 * Flush data cache.
68 * Write any modified data cache blocks out to memory
70 * This is a no-op on the 601.
75 li r5,CACHE_LINE_SIZE-1
95 * Write any modified data cache blocks out to memory.
96 * Does not invalidate the corresponding cache lines (especially for
102 li r5,CACHE_LINE_SIZE-1
105 add r4,r4,r5 /* r4 += cache_line_size-1 */
106 srwi. r4,r4,LG_CACHE_LINE_SIZE /* r4 = number of cache lines to flush */
118 * Flush a particular page from the data cache to RAM.
120 * snoop from the data cache.
126 li r4,4096/CACHE_LINE_SIZE /* Number of lines in a page */
144 * snoop from the data cache.
149 li r4,4096/CACHE_LINE_SIZE /* Number of lines in a page */
160 * memory traffic (except to write out any cache lines which get
223 * Enable data cache(s) - L1 and optionally L2
246 * Disable data cache(s) - L1 and optionally L2
269 * Is data cache enabled?